JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4533713
json
{
  "response": {
    "fps": 245,
    "fps_avg": 197,
    "entities_count": 92533,
    "world_seed": 849512894,
    "world_size": 3500,
    "steam_id": "90286577319104516",
    "domain": null,
    "id": 4533713,
    "ip": "185.207.214.206",
    "port": 35050,
    "query": 35051,
    "color": 0,
    "city": "Moscow",
    "description": "![PARADISE RUST #1 [ X1000 | BATTLEFILD | NOLIMIT | KITS | PVP ]](https://gspics.org/images/2023/06/03/0ShRLs.png)\n•Карта Barren (3500)\n•Миникоптер\n•Добыча ресурсов X1000\n•Скины /skin\n•Моментальный крафт\n•Увеличенные стаки\n•Система друзей /fmenu\n•Дискорд - https://discord.gg/gBP3CeZwfU\n•Магазин - https://paradise-store.gamestores.app",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780539261,
    "last_online": 1780559430,
    "icon": null,
    "name": "PARADISE RUST #1 [ X1000 | BATTLEFILD | NOLIMIT | KITS | PVP ]",
    "connect": "185.207.214.206:35050",
    "request": "185.207.214.206:35051",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 5,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1717058966,
    "last_update": 1780559430,
    "banned": false,
    "wipe": 1780315202,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2392,
    "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/4533713");
$data = json_decode($json, true);
var_dump($data);