JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9259402
json
{
  "response": {
    "fps": 101,
    "fps_avg": 95,
    "entities_count": 143312,
    "world_seed": 456845892,
    "world_size": 4500,
    "steam_id": 90286580262640640,
    "domain": null,
    "id": 9259402,
    "ip": "185.207.214.202",
    "port": 35100,
    "query": 35110,
    "color": 0,
    "city": "Moscow",
    "description": "PVE выживание |Рейд Базы|Метеорит|Квесты|Боты \r\nНаборы для старта и развития \r\nУвеличеные стаки \r\nБыстрый крафт \r\nСистема телепортов \r\nБоты и зомби \r\nСпавн домов для рейда \r\nЕжедневные кейсы \r\nДополнительный рюкзак",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780024419,
    "last_online": 1780568428,
    "icon": null,
    "name": "GORILA.RU PVE [ Skills | RPG | Zombie | TruePVE ]",
    "connect": "185.207.214.202:35100",
    "request": "185.207.214.202:35110",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1747587364,
    "last_update": 1780568428,
    "banned": false,
    "wipe": 1779908074,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3134,
    "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/9259402");
$data = json_decode($json, true);
var_dump($data);