LIGACBR - RETRO CLUB 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286113843790853",
"domain": null,
"id": 11586653,
"ip": "207.244.230.72",
"port": 27024,
"query": 27025,
"color": 0,
"city": "St Louis",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1779536612,
"last_online": 1779576660,
"icon": null,
"name": "LIGACBR - RETRO CLUB",
"connect": "207.244.230.72:27024",
"request": "207.244.230.72:27025",
"map": "Le_Mans_24h",
"gamemode": "Automobilista 2",
"version": "1.0.0.93",
"numplayers": 0,
"maxplayers": 28,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357351,
"last_update": 1779576660,
"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": 152,
"language": "en",
"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/11586653");
$data = json_decode($json, true);
var_dump($data);