ARK: Survival Evolved
API für 388 新开 三人服 13通PVP 20倍 爽服 A镜 秒搓 灭绝 -
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10188981json
{
"response": {
"steam_id": "90283828563174426",
"domain": null,
"id": 10188981,
"ip": "60.247.206.16",
"port": 11046,
"query": 21046,
"color": 0,
"city": "Ulanqab",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775139733,
"score": 0,
"last_online": 1776365441,
"icon": null,
"name": "388 新开 三人服 13通PVP 20倍 爽服 A镜 秒搓 灭绝 -",
"connect": "60.247.206.16:11046",
"request": "60.247.206.16:21046",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 8,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1756325666,
"last_update": 1776365441,
"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": 2317,
"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/10188981");
$data = json_decode($json, true);
var_dump($data);