Unturned
API für [TCD]Escalation战区对抗PVP|死亡不掉|战服|新图畅玩
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9667261json
{
"response": {
"steam_id": "85568392934960810",
"domain": null,
"id": 9667261,
"ip": "111.170.155.92",
"port": 10085,
"query": 10085,
"color": 0,
"city": "Shizishan",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775215290,
"score": 0,
"last_online": 1776254426,
"icon": "https://tc.tyteam.cn/221216/EwQJsloe.png",
"name": "[TCD]Escalation战区对抗PVP|死亡不掉|战服|新图畅玩",
"connect": "111.170.155.92:10085",
"request": "111.170.155.92:10085",
"map": "Escalation",
"gamemode": "死亡不掉,云背包",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1751637347,
"last_update": 1776254426,
"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": 268,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9667261");
$data = json_decode($json, true);
var_dump($data);