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

text
https://api.gamemonitoring.ru/servers/10670999
json
{
  "response": {
    "fps": 84,
    "fps_avg": 86,
    "entities_count": 262238,
    "world_seed": 1,
    "world_size": 6000,
    "steam_id": "90286583349485595",
    "domain": null,
    "id": 10670999,
    "ip": "202.36.95.149",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![SLEEP WITH GOATS - X2 | Solo/Duo/Trio/Quad |](https://i.imgur.com/q05cd5Q.jpeg)\nWelcome to a calm low pop server feel free to chill on a masive 6k map. Remember to be nice to your fellow players and treat them with the same respect you want to be treated. Discord Server: https://discord.gg/hyvRH6uAe2\r\n\r\n- Special daily Event at 8PM:  5 Helis\r\n- Low upkeep\r\n- X2 gathering and farming (not sulfur)\r\n- Minis spawns on roads\r\n- No Vac ban or GameBan allowed\r\n- Admins DO NOT PLAY\r\n- Team Max 4\r\n- Convoy Event\r\n- 24 Auto Turret Limit",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553072,
    "last_online": 1780558829,
    "icon": null,
    "name": "SLEEP WITH GOATS - X2 | Solo/Duo/Trio/Quad |",
    "connect": "202.36.95.149:28015",
    "request": "202.36.95.149:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764579306,
    "last_update": 1780558829,
    "banned": false,
    "wipe": 1778187666,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3589,
    "language": "de",
    "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/10670999");
$data = json_decode($json, true);
var_dump($data);