JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11645130
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 56970,
    "world_seed": 1138507517,
    "world_size": 3250,
    "steam_id": "90286576498621463",
    "domain": null,
    "id": 11645130,
    "ip": "66.51.96.64",
    "port": 28020,
    "query": 28021,
    "color": 0,
    "city": "Ashburn",
    "description": "![Titian Rust - US Small](https://i.imgur.com/UDnXCmj.png)\nWelcome to Titan Rust\r\n\r\nJust a solid 2x server without all the extra bs.\r\n\r\n• 2x Gather\r\n• Minis Spawn on Roads\r\n• Free Skinbox\r\n• Active Staff\r\n• PvP/Raid Focused\r\n• Smooth Performance\r\n\r\nWhether you like roaming, building, farming, or just causing chaos, Titan Rust is made to keep things moving without making progression feel too easy.\r\n\r\nHop on, build up, raid your neighbors, and try not to get offline raided.\r\n\r\nTitan Rust\r\nGrind Less. Roam More.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177448,
    "last_online": 1780594236,
    "icon": null,
    "name": "Titian Rust - US Small",
    "connect": "66.51.96.64:28020",
    "request": "66.51.96.64:28021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177448,
    "last_update": 1780594236,
    "banned": false,
    "wipe": 1780535549,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5283,
    "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/11645130");
$data = json_decode($json, true);
var_dump($data);