API für [NewPage] CSOL大灾变 #1 | 低难 | QQ群:1065722635

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10959348
json
{
  "response": {
    "steam_id": "85568392935785885",
    "domain": null,
    "id": 10959348,
    "ip": "110.42.9.193",
    "port": 10010,
    "query": 10010,
    "color": 0,
    "city": "Ningbo",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776772401,
    "score": 0,
    "last_online": 1776796261,
    "icon": null,
    "name": "[NewPage] CSOL大灾变 #1 | 低难 | QQ群:1065722635",
    "connect": "110.42.9.193:10010",
    "request": "110.42.9.193:10010",
    "map": "zsc_rush_b",
    "gamemode": "反恐精英OL:大灾变",
    "version": "2025.03.26",
    "numplayers": 2,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 34,
    "add_date": 1768750009,
    "last_update": 1776796261,
    "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": 475,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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