ARK: Survival Evolved
API für 刚开一秒 仿官 长久不删 维京 PVE 搜001
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8042737json
{
"response": {
"steam_id": "90277534827414532",
"domain": null,
"id": 8042737,
"ip": "119.96.28.101",
"port": 31022,
"query": 41022,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1773192128,
"score": 0,
"last_online": 1775764817,
"icon": null,
"name": "刚开一秒 仿官 长久不删 维京 PVE 搜001",
"connect": "119.96.28.101:31022",
"request": "119.96.28.101:41022",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "361.4",
"numplayers": 42,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1741379916,
"last_update": 1775764817,
"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": 241,
"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/8042737");
$data = json_decode($json, true);
var_dump($data);