JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5940855
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 258429,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284732529767451",
    "domain": null,
    "id": 5940855,
    "ip": "104.234.189.153",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Cotia",
    "description": "![Rustoria.co - BR Long](https://fs.rustoria.co/ctv/4b968eb7-7718-4a4d-83cf-f7d8bab27993.png)\nWipe Schedule:\r\n\\tMap - Monthly @ Force\r\n\\tBPs - Monthly @ Force\r\n\r\nVIP: donate.rustoria.co\r\n\r\nRules:\r\n\\t- No hacking / scripting\r\n\\t- No intentional bug abuse\r\n\\t- No EAC / FP banned alts\r\n\\t- No ban evading\r\n\\t- No racism\r\n\r\nGood performance\r\nActive non playing admins\r\nSeeds are carefully picked\r\n\r\nDiscord: rustoria.co/discord\r\nFull rules: rustoria.co/vanilla/rules",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776765801,
    "score": 0,
    "last_online": 1776849016,
    "icon": null,
    "name": "Rustoria.co - BR Long",
    "connect": "104.234.189.153:28010",
    "request": "104.234.189.153:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 23,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1726346458,
    "last_update": 1776849016,
    "banned": false,
    "wipe": 1775151868,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 663,
    "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/5940855");
$data = json_decode($json, true);
var_dump($data);