JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/11004933
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 108182,
    "world_seed": 867840661,
    "world_size": 3500,
    "steam_id": "90286589894695961",
    "domain": null,
    "id": 11004933,
    "ip": "135.148.150.131",
    "port": 60422,
    "query": 60424,
    "color": 0,
    "city": "Warrenton",
    "description": "![USA NOOBS- 2X WEEKLY| SOLO/DUO | NO BP WIPE | JUST WIPED 5/22](https://i.imgur.com/vzzD0Hb.png)\nUSA NOOBS SOLO/DUO VANILLA.\r\nBuilding something for the community!\r\n\r\n ---------------\r\n WIPE SCHEDULE:\r\n \\t Weekly Thursday map wipes @ 5PM\r\n \\t Blueprints wipe Yearly (FEB)\r\n \\t ---------------\r\n\r\n QoL IMPROVEMENTS:\r\n \\t- 2x Spawn rates.\r\n \\t- 50% upkeep.\r\n \\t- Minicopters spawn on road.\r\n \\t- Recyclers at Dome, Oil rigs, Cargo & Fishing Villages\r\n \\t- Marketplaces at Fishing Villages.\r\n \\t- Map Size 3250\r\n ---------------\r\n\r\n RULES:\r\n \\t- No cheating/exploiting bugs.\r\n \\t- No Rust game banned alts in the last 8 months (vac bans are fine!)\r\n \\t- No more than 1 Rust game banned alt\r\n \\t- Max team limit 2, no alliences. (Read /TEAM in game to avoid being banned)\r\n \\t- See all rules in game with /RULES \r\n ---------------\r\n\r\n SERVER LINKS:\r\n \\t- Join our discord @ usanoobs.com/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780002221,
    "last_online": 1780603837,
    "icon": null,
    "name": "USA NOOBS- 2X WEEKLY| SOLO/DUO | NO BP WIPE | JUST WIPED 5/22",
    "connect": "135.148.150.131:60422",
    "request": "135.148.150.131:60424",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769939019,
    "last_update": 1780603837,
    "banned": false,
    "wipe": 1780002152,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4015,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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