JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10260900
json
{
  "response": {
    "fps": 238,
    "fps_avg": 237,
    "entities_count": 102602,
    "world_seed": 1844531886,
    "world_size": 4250,
    "steam_id": "90286603862929423",
    "domain": null,
    "id": 10260900,
    "ip": "51.75.240.3",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Roubaix",
    "description": "![[EU] Heatline.gg - PvE Monthly | Vanilla | Events | Raid Bases ](https://idms.heatline.gg/images/heatline-pve-server-banner-large-min.png)\nWelcome to Heatline PvE Monthly - peaceful Rust, for everyone.\r\n\r\nBuild and learn in a calm PvE setting. PvP is limited to marked PvP Zones. Outside the zones, killing and player looting are not allowed. Use callouts for monuments and airdrops (e.g., @silo).\r\n\r\nCORE RULES\r\n- PvE by default; no raiding/griefing\r\n- PvP only in PvP Zones (team sparring allowed)\r\n- No Kills outside PvP Zones (including Sleepers!)\r\n- No Player Looting (Disabled by default)\r\n- Use callouts; be respectful; no cheats/exploits\r\n\r\nSERVER SETUP\r\n- Vanilla gameplay + light QoL\r\n- Minicopters spawn on roads\r\n- Callouts enabled (e.g., @silo)\r\n\r\nRATES\r\n- Standard vanilla\r\n- Tool Cupboard upkeep: 50%\r\n\r\nWIPES\r\n- Map: monthly (force wipe)\r\n- Blueprints: monthly (force wipe)\r\n- Purge: last 24 hours before force wipe\r\n\r\nEXTRAS\r\n- Daily rewards: /rewards\r\n- Stats & leaderboards: /stats\r\n- In-game shop: /shop\r\n- XP Skill System: /skills\r\n- Case Opening: /case\r\n- Raidbases & Events start on day 4 and scale weekly\r\n- Quest System: /quests\r\n- Custom Item Crafting (eg. advanced Fuel for Copters)\r\n- Lock all vehicles (Copter, Horse, Motorbike etc.): /lock\r\n- Custom Chat-Rank based on Progression\r\n.. and much more to explore!\r\n\r\nSUPPORT & PERFORMANCE\r\n- Active admins, fast help\r\n- High-end EU hardware, strong stability\r\n\r\nJOIN US\r\n- Website: heatline.gg\r\n- Support: heatline.gg/shop\r\n- Discord: discord.heatline.gg\r\n\r\nBattleMetrics token: rs00002&YQ7oZ:BVHdGxC(0rAi4002Q]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780617027,
    "icon": null,
    "name": "[EU] Heatline.gg - PvE Monthly | Vanilla | Events | Raid Bases",
    "connect": "51.75.240.3:28015",
    "request": "51.75.240.3:28016",
    "map": "discord.heatline.gg",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1757057670,
    "last_update": 1780617027,
    "banned": false,
    "wipe": 1780595874,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2019,
    "language": "fr",
    "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/10260900");
$data = json_decode($json, true);
var_dump($data);