JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11607254
json
{
  "response": {
    "fps": 71,
    "fps_avg": 204,
    "entities_count": 93933,
    "world_seed": 4022026,
    "world_size": 4500,
    "steam_id": "90286344047967235",
    "domain": null,
    "id": 11607254,
    "ip": "67.170.45.189",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Redmond",
    "description": "![Bellevue Rust - Monthly/PermaBP's](http://www.nyclimits.org/Rust/bellevue.jpg)\nThis is a Rust server hosted in Bellevue, Washington. This is a truly low-pop server, designed for people to learn the game and have fun. For any issues or concerns, please contact the admin - [email protected]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780554216,
    "last_online": 1780025429,
    "icon": null,
    "name": "Bellevue Rust - Monthly/PermaBP's",
    "connect": "67.170.45.189:28015",
    "request": "67.170.45.189:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 25,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915501,
    "last_update": 1780554216,
    "banned": false,
    "wipe": 1778776208,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12355,
    "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/11607254");
$data = json_decode($json, true);
var_dump($data);