JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11698919
json
{
  "response": {
    "fps": 213,
    "fps_avg": 204,
    "entities_count": 69069,
    "world_seed": 2102521680,
    "world_size": 3500,
    "steam_id": "90286604207795207",
    "domain": null,
    "id": 11698919,
    "ip": "157.85.89.138",
    "port": 21385,
    "query": 21386,
    "color": 0,
    "city": "São Paulo",
    "description": "Servidor con recursos x2\r\nAntiNoob Raid por 24 Hrs\r\nComando Trade funcionando fuera de monumentos\r\nComando /clans para creacion de teams\r\nComando /remove\r\nHornos y Recicladora x2\r\nCasas de venta raideables",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780629630,
    "icon": null,
    "name": "Frenillo Rust CHILE",
    "connect": "157.85.89.138:21385",
    "request": "157.85.89.138:21386",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780227280,
    "last_update": 1780629630,
    "banned": false,
    "wipe": 1780596483,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5541,
    "language": "pt",
    "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/11698919");
$data = json_decode($json, true);
var_dump($data);