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

text
https://api.gamemonitoring.ru/servers/10870904
json
{
  "response": {
    "steam_id": "90286590872656918",
    "domain": null,
    "id": 10870904,
    "ip": "100.34.110.99",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Newtown",
    "description": "![Malt Liquor's Harder Hardcore SOLO](https://www.rustedak.com/images/rustedakheader.jpg)\nMalt Liquor's (EVEN) Harder Hardcore SOLO \r\n \r\n                   \r\nIn Malt Liquor's (EVEN) Harder Hardcore SOLO, you are alone! Everything is even harder in this hardcore server; Scientists are deadlier, Animals are deadlier, Monuments are harder. This is an unforgiving server; just turn back now, there is nothing here but sadness and despair. Expect tougher NPCs & wildlife. \r\n \r\n BPs do WIPE every month, you will be excited to find things again \r\n \r\n Half upkeep to allow for larger bases to make offline raids harder \r\n \r\n **********( RULES )********** \r\n \r\n* SOLO ONLY, No Allies, if your mom plays you shoot & loot that bitch  \r\n* No Cheats No scripting, Everyone hates cheaters \r\n* No VPN or VAC Ban players, No exceptions \r\n* Players with RustadminDB bans will be concidered on probation \r\n* ALL Trades by vending machine ONLY, dont even give another player a stone axe\r\n* All trades must be of equal value.\r\n* Must KOS, hide or run \r\n* https://www.RustedAk.com\r\n* Discord https://discord.gg/tj25R63 \r\n* Need a semi naked female Admin? Go to Discord.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599869,
    "last_online": 1780591232,
    "icon": null,
    "name": "Malt Liquor's Harder Hardcore SOLO",
    "connect": "100.34.110.99:28015",
    "request": "100.34.110.99:28017",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1768318486,
    "last_update": 1780599869,
    "banned": false,
    "wipe": 1778176030,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10174,
    "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/10870904");
$data = json_decode($json, true);
var_dump($data);