JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/10939816
json
{
  "response": {
    "steam_id": "85568392935398021",
    "domain": null,
    "id": 10939816,
    "ip": "83.143.117.56",
    "port": 20003,
    "query": 20003,
    "color": 0,
    "city": "Vélizy-Villacoublay",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778628781,
    "score": 0,
    "last_online": 1778626832,
    "icon": null,
    "name": "[FR] RPA | Owari no Seraph | L'aube Vampirique | Wos | BETA",
    "connect": "83.143.117.56:20003",
    "request": "83.143.117.56:20003",
    "map": "rp_akhos_apoc_v2",
    "gamemode": "mangarp",
    "version": "2026.04.29",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1768495592,
    "last_update": 1778628781,
    "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": 3168,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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