JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11644915
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 90508,
    "world_seed": 10000,
    "world_size": 4000,
    "steam_id": "90286495874027530",
    "domain": null,
    "id": 11644915,
    "ip": "66.51.97.51",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "City of London",
    "description": "![Rustopia LATAM [ESP] | Monthly | Max 6 | Active Admins](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\n¡Bienvenido a Rustopia LATAM!\r\n\r\nServidor en español enfocado en el fair play, la diversión y una comunidad respetuosa. Forma tu equipo, sobrevive, construye y domina la isla.\r\n\r\n🔥 RUSTOPIA LATAM [ESP] 🔥\r\n\r\n• Max Team 6\r\n• No alianzas\r\n• No raids primeros 7 días\r\n• Raids Jueves a Domingo\r\n• 1 raid cada 24h por team\r\n• Purga final última semana\r\n• Sin toxicidad \r\n• Fair Play y Staff Activo",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780551807,
    "last_online": 1780397429,
    "icon": null,
    "name": "Rustopia LATAM [ESP] | Monthly | Max 6 | Active Admins",
    "connect": "66.51.97.51:28045",
    "request": "66.51.97.51:28046",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780177439,
    "last_update": 1780551807,
    "banned": false,
    "wipe": 1780079839,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12571,
    "language": "en",
    "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/11644915");
$data = json_decode($json, true);
var_dump($data);