Automobilista
ISO LVT 2026 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/5856958json
{
"response": {
"steam_id": "90285008683429893",
"domain": null,
"id": 5856958,
"ip": "51.77.116.8",
"port": 34126,
"query": 27016,
"color": 0,
"city": "Erith",
"description": null,
"game": 431600,
"owner": null,
"boosts": 1,
"last_offline": 1776038517,
"score": 0,
"last_online": 1777545758,
"icon": null,
"name": "ISO LVT 2026",
"connect": "51.77.116.8:34126",
"request": "51.77.116.8:27016",
"map": "Indianapolis 500 (1974)",
"gamemode": "Automobilista: ISO 1974 Championship Cars v1.65",
"version": "1",
"numplayers": 0,
"maxplayers": 46,
"bots": 0,
"secured": false,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1725529652,
"last_update": 1777545758,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 166,
"steam_id": 431600,
"name": "Automobilista",
"url": "automobilista"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/5856958");
$data = json_decode($json, true);
var_dump($data);