JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9929008
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9929008,
    "ip": "51.79.249.217",
    "port": 27014,
    "query": 27014,
    "color": 0,
    "city": "Singapore",
    "description": null,
    "game": 17580,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776232873,
    "score": 0,
    "last_online": 1775944839,
    "icon": null,
    "name": null,
    "connect": null,
    "request": "51.79.249.217:27014",
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "SG",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1754078138,
    "last_update": 1776232873,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10,
    "language": "en",
    "parked": false,
    "app": {
      "id": 39,
      "steam_id": 17580,
      "name": "Dystopia",
      "url": "dystopia"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9929008");
$data = json_decode($json, true);
var_dump($data);