API für [IceBox|TF2]拉姆达要塞 群:714581529 (动态难度)

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10965352
json
{
  "response": {
    "steam_id": "90284724892615707",
    "domain": null,
    "id": 10965352,
    "ip": "112.17.187.18",
    "port": 11197,
    "query": 11197,
    "color": 0,
    "city": "Wenzhou",
    "description": null,
    "game": 243750,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777557204,
    "score": 0,
    "last_online": 1777600250,
    "icon": null,
    "name": "[IceBox|TF2]拉姆达要塞 群:714581529 (动态难度)",
    "connect": "112.17.187.18:11197",
    "request": "112.17.187.18:11197",
    "map": "d3_breen_01",
    "gamemode": "Lambda Fortress: Extended",
    "version": "5394425",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1768752929,
    "last_update": 1777600250,
    "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": 12,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 159,
      "steam_id": 243750,
      "name": "Source SDK Base 2013 Multiplayer",
      "url": "source-sdk-base-2013-multiplayer"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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