JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8528619
json
{
  "response": {
    "fps": 117,
    "fps_avg": 115,
    "entities_count": 49158,
    "world_seed": 779985723,
    "world_size": 3000,
    "steam_id": "90286034966059013",
    "domain": null,
    "id": 8528619,
    "ip": "191.96.229.124",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Petah Tikva",
    "description": "![Rusty.co.il | לארשי | 21/05 (יעובש)](https://rusty.co.il/cover.jpg)\nShalom!\r\nMap - Weekly at Thursday 17:00 (IL Time)\r\nBPs - Every force map wipe | Next @ Jun's force wipe\r\n\r\nWebsite: rusty.co.il\r\nDiscord: discord.rusty.co.il\r\n→ Map size: 3000\r\n→ Map seed: 779985723\r\n→ Team limit: 4\r\n\r\nRules:\r\n- No hacking / scripting\r\n- No intentional bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No racism\r\n\r\nEnjoy your stay!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779222782,
    "last_online": 1779393026,
    "icon": null,
    "name": "Rusty.co.il | לארשי | 21/05 (יעובש)",
    "connect": "191.96.229.124:28015",
    "request": "191.96.229.124:28017",
    "map": "www.Rusty.co.il",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 10,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IL",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1744458107,
    "last_update": 1779393026,
    "banned": false,
    "wipe": 1779373022,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1080,
    "language": "he",
    "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/8528619");
$data = json_decode($json, true);
var_dump($data);