JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11486854
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11486854,
    "ip": "87.224.213.71",
    "port": 27027,
    "query": 27027,
    "color": 0,
    "city": "Yekaterinburg",
    "description": null,
    "game": 9000053,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775392929,
    "score": 0,
    "last_online": 1776237649,
    "icon": null,
    "name": "#  6 [ESForces-ARG] 1.2.3 Russia by RaideN-",
    "connect": "87.224.213.71:27027",
    "request": "87.224.213.71:27027",
    "map": "esf_cell_games_night",
    "gamemode": "ESF Free Fight",
    "version": "1.1.2.7/Stdio",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774979574,
    "last_update": 1776237649,
    "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": 13,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1665379,
      "steam_id": 9000053,
      "name": "Earth's Special Forces",
      "url": "earths-special-forces"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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