JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7945994
json
{
  "response": {
    "fps": 75,
    "fps_avg": 81,
    "entities_count": 67301,
    "world_seed": 543263467,
    "world_size": 3000,
    "steam_id": "90286506760982532",
    "domain": null,
    "id": 7945994,
    "ip": "185.189.255.197",
    "port": 35800,
    "query": 35710,
    "color": 1,
    "city": "Moscow",
    "description": "![МОСКВА | MAX3 | 28.05](https://pic.survivalhost.org/image/ggvhE)\n\r\n ДОБРО ПОЖАЛОВАТЬ\r\n\r\n МОСКВА | MAX3 | 28.05\r\n\r\n ВАНИЛЛА\r\n\r\n КОЛ-ВО ИГРОКОВ В КОМАНДЕ - 3\r\n\r\n НИКАКИХ КЛАНОВ \r\n\r\n ВАЙП БЫЛ - 28.05\r\n\r\n СЛЕДУЮЩИЙ ВАЙП - 04.06\r\n\r\n IP: 185.189.255.197:35800\r\n\r\n VK.RU/MOSKVA.RUST",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780247051,
    "last_online": 1780591227,
    "icon": null,
    "name": "МОСКВА | MAX3 | 28.05",
    "connect": "185.189.255.197:35800",
    "request": "185.189.255.197:35710",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 4,
    "points": 64,
    "add_date": 1740851771,
    "last_update": 1780591227,
    "banned": false,
    "wipe": 1780058428,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 841,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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