ARK: Survival Evolved
API für 798 今日新开 13通 PVP 20倍 爽服 A镜 秒搓 海洋 - (v
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11407486json
{
"response": {
"steam_id": "90285160309219329",
"domain": null,
"id": 11407486,
"ip": "202.140.142.187",
"port": 11200,
"query": 21200,
"color": 0,
"city": "Shiyan",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1777539207,
"score": 0,
"last_online": 1778568739,
"icon": null,
"name": "798 今日新开 13通 PVP 20倍 爽服 A镜 秒搓 海洋 - (v",
"connect": "202.140.142.187:11200",
"request": "202.140.142.187:21200",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1774598676,
"last_update": 1778568739,
"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": 1546,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11407486");
$data = json_decode($json, true);
var_dump($data);