JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11644798
json
{
  "response": {
    "fps": 236,
    "fps_avg": 234,
    "entities_count": 4574,
    "world_seed": 1337,
    "world_size": 1000,
    "steam_id": "90286525030616095",
    "domain": null,
    "id": 11644798,
    "ip": "83.85.188.149",
    "port": 5050,
    "query": 5060,
    "color": 0,
    "city": "Nieuw-Buinen",
    "description": "![rustygrid-test-server random wipes for testing based](https://i.imgur.com/icDXr7R.jpeg)\nWelcome to RustyGrid 2x EU!\r\n\r\n• Solo/Duo/Trio/Quad (Max 4)\r\n• 2x Gather | 2x Components | 2x Scrap\r\n• Vanilla+ (Balanced)\r\n• Faster Smelting & Crafting\r\n• Active Non-Playing Admins\r\n• Weekly Wipes\r\n\r\nRules:\r\n• No TC griefing (random TC placing)\r\n• No walling in monuments/areas\r\n\r\nDiscord: https://discord.gg/R3KNg3HB5H\r\n\r\nNo pay-to-win. Just fair gameplay",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780550611,
    "last_online": 1780428633,
    "icon": null,
    "name": "rustygrid-test-server random wipes for testing based",
    "connect": "83.85.188.149:5050",
    "request": "83.85.188.149:5060",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780177436,
    "last_update": 1780550611,
    "banned": false,
    "wipe": 1780420959,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12547,
    "language": "nl",
    "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/11644798");
$data = json_decode($json, true);
var_dump($data);