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

text
https://api.gamemonitoring.ru/servers/10139035
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 5878,
    "world_seed": 1337,
    "world_size": 1000,
    "steam_id": "90286604278451224",
    "domain": null,
    "id": 10139035,
    "ip": "156.236.84.35",
    "port": 28006,
    "query": 28007,
    "color": 0,
    "city": "Dallas",
    "description": "![TURTLE KINGDOM 2X ONE GRID](https://i.ibb.co/h9j8bGC/Turtle-Kingdom-Banner.png)\nMap Wipes Bi-Weekly - Force wipe - First Thursday of each month at 1PM CST \r\nBlueprints wipe every 90 days \r\nMax group size: 2. No teaming more than 2. \r\nDiscord: https://discord.gg/turtlekingdom \r\nStore: https://turtle-kingdom.tebex.io/ \\2x gather rates 2x scrap and components\r\n1/2 crafting and recycling times\r\ntrade\r\nkits for starter kits and base\r\nremove if you made a mistake\r\nIncreased stack sizes and smelting speed\r\nMinicopters spawn on roads\r\nBoats spawn on shore\r\nRecyclers and drone marketplace at fishing villages\r\nActive non-playing admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780152815,
    "last_online": 1780600233,
    "icon": null,
    "name": "TURTLE KINGDOM 2X ONE GRID",
    "connect": "156.236.84.35:28006",
    "request": "156.236.84.35:28007",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756198797,
    "last_update": 1780600233,
    "banned": false,
    "wipe": 1780596654,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3230,
    "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/10139035");
$data = json_decode($json, true);
var_dump($data);