JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/3987396
json
{
  "response": {
    "fps": 99,
    "fps_avg": 102,
    "entities_count": 73613,
    "world_seed": 1337,
    "world_size": 3600,
    "steam_id": 90286624522885140,
    "domain": null,
    "id": 3987396,
    "ip": "15.204.131.158",
    "port": 16033,
    "query": 16034,
    "project_id": null,
    "color": 0,
    "city": "Reston",
    "description": "![Rust N Time 3x Vanilla+ | Solo Only](https://rustntime.com/images/banner_3x.jpg)\nLast Wipe: June 4th|Full Wipe ~ Next Wipe: Thursday July 2nd|Full Wipe\r\n\r\nModded, Accelerated Vanilla 3x Rust\r\n\r\nWeekly Map Wipe and Monthly BP Wipe | Solo Only\r\n\r\nFor more information and rules join our Discord https://discord.gg/HNqUvKz \r\n\r\nBy clicking JOIN SERVER you hereby agree and will abide by our servers rules.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780644862,
    "last_online": 1780682430,
    "icon": null,
    "name": "Rust N Time 3x Vanilla+ | Solo Only",
    "connect": "15.204.131.158:16033",
    "request": "15.204.131.158:16034",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1714242167,
    "last_update": 1780682430,
    "banned": false,
    "wipe": 1780635636,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2539,
    "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/3987396");
$data = json_decode($json, true);
var_dump($data);