[P] CAI.JustRace.net | 2026 WEMSA 2 Hours of Spa #JR 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286120004432918",
"domain": null,
"id": 11586634,
"ip": "81.205.196.147",
"port": 26012,
"query": 26022,
"color": 0,
"city": "Oudover",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1779572608,
"last_online": 1779560443,
"icon": null,
"name": "[P] CAI.JustRace.net | 2026 WEMSA 2 Hours of Spa #JR",
"connect": "81.205.196.147:26012",
"request": "81.205.196.147:26022",
"map": "Spa_Francorchamps_2022",
"gamemode": "Automobilista 2",
"version": "1.0.0.93",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357351,
"last_update": 1779572608,
"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": 257,
"language": "nl",
"parked": false,
"app": {
"id": 48189,
"steam_id": 1066890,
"name": "Automobilista 2",
"url": "automobilista-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11586634");
$data = json_decode($json, true);
var_dump($data);