Unturned
API für [元气少女][二服]/大背包|华盛顿/新档/高刷新
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11386465json
{
"response": {
"steam_id": "85568392932084386",
"domain": null,
"id": 11386465,
"ip": "103.36.220.89",
"port": 22020,
"query": 22020,
"color": 0,
"city": "Hohhot",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776364021,
"score": 0,
"last_online": 1776807711,
"icon": "https://tc.tyteam.cn/240816/1MknQIrm.jpg",
"name": "[元气少女][二服]/大背包|华盛顿/新档/高刷新",
"connect": "103.36.220.89:22020",
"request": "103.36.220.89:22020",
"map": "Washington",
"gamemode": "新服开荒-大背包-QQ群:1003502307",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596272,
"last_update": 1776807711,
"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": 577,
"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/11386465");
$data = json_decode($json, true);
var_dump($data);