API pentru matcha Jump (Hong Kong) | All Maps #2 | Tempus Network

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/3287206
json
{
  "response": {
    "steam_id": "85568392929488317",
    "domain": null,
    "id": 3287206,
    "ip": "221.127.51.64",
    "port": 27025,
    "query": 27025,
    "color": 0,
    "city": "Tsing Yi",
    "description": "",
    "game": 440,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778505135,
    "score": null,
    "last_online": 1778537461,
    "icon": null,
    "name": "matcha Jump (Hong Kong) | All Maps #2 | Tempus Network",
    "connect": "221.127.51.64:27025",
    "request": "221.127.51.64:27025",
    "map": "jump_ahh_c",
    "gamemode": "Team Fortress",
    "version": "10515055",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "HK",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1709836104,
    "last_update": 1778537461,
    "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": 718,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 24,
      "steam_id": 440,
      "name": "Team Fortress 2",
      "url": "team-fortress-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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