API für CN#2 TT天堂萌新俱乐部丨Q群548651丨进群送纪念卡

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10752503
json
{
  "response": {
    "steam_id": "90284250899491852",
    "domain": null,
    "id": 10752503,
    "ip": "40.27.40.13",
    "port": 7787,
    "query": 7788,
    "color": 0,
    "city": "Raleigh",
    "description": null,
    "game": 686810,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773917477,
    "score": 0,
    "last_online": 1776711143,
    "icon": null,
    "name": "CN#2 TT天堂萌新俱乐部丨Q群548651丨进群送纪念卡",
    "connect": "40.27.40.13:7787",
    "request": "40.27.40.13:7788",
    "map": "Kursk",
    "gamemode": "Hell Let Loose",
    "version": "0.1.1.0",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1766253849,
    "last_update": 1776711143,
    "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": 234,
    "language": "en",
    "parked": false,
    "app": {
      "id": 51409,
      "steam_id": 686810,
      "name": "Hell Let Loose",
      "url": "hell-let-loose"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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