JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1231044
json
{
  "response": {
    "fps": 10,
    "fps_avg": 10,
    "entities_count": 89998,
    "world_seed": 330265039,
    "world_size": 4000,
    "steam_id": "90286629069744136",
    "domain": null,
    "id": 1231044,
    "ip": "185.141.204.9",
    "port": 28016,
    "query": 28015,
    "project_id": null,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] HellsGamers 2x #1 | Solo/Duo/Trio/Quad](https://i.imgur.com/boFxgER.png)\nMax Teamsize: 4 players (Includes players offline) Visit https://hellsgamers.com/ for VIP and Rules / Discord information. Weekly wipes and the following modifications: 2x Gather Rates 2x Comp Loot Rates Half smelt and crafting speeds kits",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780656801,
    "last_online": 1780687832,
    "icon": null,
    "name": "[US] HellsGamers 2x #1 | Solo/Duo/Trio/Quad",
    "connect": "185.141.204.9:28016",
    "request": "185.141.204.9:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1692257918,
    "last_update": 1780687832,
    "banned": false,
    "wipe": 1780657302,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3423,
    "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/1231044");
$data = json_decode($json, true);
var_dump($data);