PaintBall XP + Parkour | FREE VIP @ Cs-StaraSzkola.pl 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6549888,
"ip": "57.128.195.30",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1776559350,
"last_online": 1779830440,
"icon": null,
"name": "PaintBall XP + Parkour | FREE VIP @ Cs-StaraSzkola.pl",
"connect": "57.128.195.30:27016",
"request": "57.128.195.30:27016",
"map": "aim_ice-tundra_2003",
"gamemode": "PaintBall+Klasy+Skille ★",
"version": "1.1.2.7/Stdio",
"numplayers": 1,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1730585630,
"last_update": 1779830440,
"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": 4013,
"language": "pl",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/6549888");
$data = json_decode($json, true);
var_dump($data);