Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11607004
json
{
  "response": {
    "fps": 10,
    "fps_avg": 49,
    "entities_count": 143627,
    "world_seed": 1214620549,
    "world_size": 5000,
    "steam_id": "90286349002716173",
    "domain": null,
    "id": 11607004,
    "ip": "66.51.96.54",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Ashburn",
    "description": "![Wasteland - 2x [Solo/Duo/Trio/Quad] JUST WIPED](https://cdn.discordapp.com/attachments/1505218232200724540/1505385388837965854/67e1c6d2-e2be-4303-8030-7cd03919012b.png?ex=6a0a6ee5&is=6a091d65&hm=00ed9a6073c20c0c39aadfa059ad5bd5331376110aa52785ebd802aa9c4b3474&)\nWASTELAND 2X\r\n\r\nWeekly Wipes — Thursday 4PM EST\r\n2x Gather Rates\r\nFast Smelting\r\nBalanced Loot Tables\r\nActive Non-Playing Admins\r\nPvP Focused\r\nSolo/Duo/Trio/Quad Friendly\r\nEvents & Raidable Bases\r\nLow Upkeep\r\nBetter Performance & Optimized Gameplay\r\nFresh Start Every Week",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780682014,
    "last_online": 1780091426,
    "icon": null,
    "name": "Wasteland - 2x [Solo/Duo/Trio/Quad] JUST WIPED",
    "connect": "66.51.96.54:28015",
    "request": "66.51.96.54:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915490,
    "last_update": 1780682014,
    "banned": false,
    "wipe": 1779985364,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11786,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11607004");
$data = json_decode($json, true);
var_dump($data);