ARK: Survival Evolved
FusionPvP » [100x] [4Man] [ScorchedEarth] 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11109264json
{
"response": {
"steam_id": "90284151071772694",
"domain": null,
"id": 11109264,
"ip": "23.247.169.250",
"port": 7787,
"query": 27025,
"color": 0,
"city": "City of London",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775426527,
"score": 0,
"last_online": 1775770876,
"icon": null,
"name": "FusionPvP » [100x] [4Man] [ScorchedEarth]",
"connect": "23.247.169.250:7787",
"request": "23.247.169.250:27025",
"map": "ScorchedEarth",
"gamemode": "ARK: Survival Evolved",
"version": "358.24",
"numplayers": 15,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770050609,
"last_update": 1775770876,
"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": 10463,
"language": "en",
"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/11109264");
$data = json_decode($json, true);
var_dump($data);