American Truck Simulator
Late Brake Club real economy 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11213106json
{
"response": {
"steam_id": 90284723896876060,
"domain": null,
"id": 11213106,
"ip": "176.57.171.217",
"port": 28600,
"query": 28615,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1776528209,
"score": 0,
"last_online": 1776810053,
"icon": null,
"name": "Late Brake Club real economy",
"connect": "176.57.171.217:28600",
"request": "176.57.171.217:28615",
"map": "usa",
"gamemode": "Late Brake Clube real economy server",
"version": null,
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772700987,
"last_update": 1776810053,
"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": 443,
"language": "de",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11213106");
$data = json_decode($json, true);
var_dump($data);