JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11159049
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 45626,
    "world_seed": 864309128,
    "world_size": 3500,
    "steam_id": "90284543208898582",
    "domain": null,
    "id": 11159049,
    "ip": "194.69.160.140",
    "port": 28019,
    "query": 29054,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Enardo - Boat Wars](https://effedion.nl/img/gzBekiMfH9qutos9lpQ0vGgKMSSJ68.png)\nEnardo.gg - Boat Wars\r\n\r\nSaturday Map Wipes @ 1:00PM EST\r\n\r\nVIP available at https://store.enardo.gg/\r\n\r\n24/7 Admin Support. Custom plugins. Amazing performance. English only chat.\r\n\r\nBuild your warship from the ground up and take the fight to the seas. Use /kit starter to get your boat materials and hit the water fast, with T1 blueprints already unlocked. Farm cannonballs, arm your vessel, and sink anyone who crosses you.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775750527,
    "score": 0,
    "last_online": 1776408024,
    "icon": null,
    "name": "[EU] Enardo - Boat Wars",
    "connect": "194.69.160.140:28019",
    "request": "194.69.160.140:29054",
    "map": "Enardo Maps",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228122,
    "last_update": 1776408024,
    "banned": false,
    "wipe": 1775905266,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4737,
    "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/11159049");
$data = json_decode($json, true);
var_dump($data);