JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10978808
json
{
  "response": {
    "fps": 229,
    "fps_avg": 227,
    "entities_count": 52657,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90285672833800223",
    "domain": null,
    "id": 10978808,
    "ip": "95.217.207.99",
    "port": 60403,
    "query": 60405,
    "color": 0,
    "city": "Helsinki",
    "description": "![Artemis Rivalution 5x](https://www.dropbox.com/scl/fi/2th3ngprbpxvh5oes8mhz/Artemis.png?rlkey=n0eqprc9dt9kphqfwmwi6aiis&e=1&st=u81nt36h&dl=1)\nJoin the Artemis Rivalution Gather resources, hunt down the enemy, build your base and dominate the Island to out last the rest",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778611937,
    "score": 0,
    "last_online": 1778767822,
    "icon": null,
    "name": "TEST SERVER 7685",
    "connect": "95.217.207.99:60403",
    "request": "95.217.207.99:60405",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769901013,
    "last_update": 1778767822,
    "banned": false,
    "wipe": 1778612291,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4128,
    "language": "fi",
    "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/10978808");
$data = json_decode($json, true);
var_dump($data);