Squad
API für 1_载具服_第三人称_轻规则_特种兵_QQ:861579744_战雷战争雷霆坦克世界
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11142528json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11142528,
"ip": "202.189.13.54",
"port": 7303,
"query": 7303,
"color": 0,
"city": "Jinan",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1777907603,
"score": 0,
"last_online": 1778542265,
"icon": null,
"name": "1_载具服_第三人称_轻规则_特种兵_QQ:861579744_战雷战争雷霆坦克世界",
"connect": "202.189.13.54:7303",
"request": "202.189.13.54:7303",
"map": "ZL_AlBasrah_Invasion_TK_V1",
"gamemode": "载具大战IN",
"version": "v10.4.0.601191.2111",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": null,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770804049,
"last_update": 1778542265,
"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": 170,
"language": "zh",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11142528");
$data = json_decode($json, true);
var_dump($data);