JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/804937
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 132567,
    "world_seed": 1326293804,
    "world_size": 4250,
    "steam_id": 90286580149593090,
    "domain": null,
    "id": 804937,
    "ip": "185.189.255.163",
    "port": 35200,
    "query": 35210,
    "color": 0,
    "city": "Moscow",
    "description": "![LOA CLASSIC | Вайп: 29/05](https://pic.survivalhost.org/images/2023/07/20/baner.png)\nБез доната.\r\n\r\nГлобальный вайп — каждые 2 недели в 17:00 (GMT+3)  \r\nВайп карты — каждую пятницу в 17:00 (GMT+3)  \r\nИндивидуальная статистика игроков \r\nУвеличенный лимит на команду\r\nТолько Steam — честная игра, без обходов",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780542269,
    "last_online": 1780587634,
    "icon": null,
    "name": "LOA CLASSIC | Вайп: 29/05",
    "connect": "185.189.255.163:35200",
    "request": "185.189.255.163:35210",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1684353537,
    "last_update": 1780587634,
    "banned": false,
    "wipe": 1780065467,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2621,
    "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/804937");
$data = json_decode($json, true);
var_dump($data);