ARK: Survival Evolved
[ESP] Olimpo 10 [CLUSTER] [PVE] 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/576780json
{
"response": {
"steam_id": "90284736259900426",
"domain": null,
"id": 576780,
"ip": "207.66.1.194",
"port": 7778,
"query": 27069,
"color": 0,
"city": "Navalmoral de la Mata",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776774199,
"score": null,
"last_online": 1776822140,
"icon": null,
"name": "[ESP] Olimpo 10 [CLUSTER] [PVE]",
"connect": "207.66.1.194:7778",
"request": "207.66.1.194:27069",
"map": "Gen2",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1668898711,
"last_update": 1776822140,
"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": 3808,
"language": "es",
"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/576780");
$data = json_decode($json, true);
var_dump($data);