ARK: Survival Evolved
今日新开 仿官 养老 长久 迷失PVE/搜5566 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10772569json
{
"response": {
"steam_id": "90283423741206538",
"domain": null,
"id": 10772569,
"ip": "49.7.209.21",
"port": 32034,
"query": 42034,
"color": 0,
"city": "Beijing",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776170517,
"score": 0,
"last_online": 1776387629,
"icon": null,
"name": "今日新开 仿官 养老 长久 迷失PVE/搜5566",
"connect": "49.7.209.21:32034",
"request": "49.7.209.21:42034",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 30,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1766870231,
"last_update": 1776387629,
"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": 656,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10772569");
$data = json_decode($json, true);
var_dump($data);