ARK: Survival Evolved
API für 今日新开/仿官/一切靠打/水晶PVE/搜8688
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10720840json
{
"response": {
"steam_id": "90283362839500814",
"domain": null,
"id": 10720840,
"ip": "125.75.106.29",
"port": 31032,
"query": 41032,
"color": 0,
"city": "Zhangyelu",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775671927,
"score": 0,
"last_online": 1776211819,
"icon": null,
"name": "今日新开/仿官/一切靠打/水晶PVE/搜8688",
"connect": "125.75.106.29:31032",
"request": "125.75.106.29:41032",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 26,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 48,
"add_date": 1765140002,
"last_update": 1776211819,
"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": 876,
"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/10720840");
$data = json_decode($json, true);
var_dump($data);