ARK: Survival Evolved
API for 刚开一秒 仿官 长久 好玩 瓦尔PVP 搜520
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10286406json
{
"response": {
"steam_id": "90283342556997645",
"domain": null,
"id": 10286406,
"ip": "113.62.175.103",
"port": 11008,
"query": 21008,
"color": 0,
"city": "Jibenggang",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1774239073,
"score": 0,
"last_online": 1775765420,
"icon": null,
"name": "刚开一秒 仿官 长久 好玩 瓦尔PVP 搜520",
"connect": "113.62.175.103:11008",
"request": "113.62.175.103:21008",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 42,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1757406148,
"last_update": 1775765420,
"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": 216,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10286406");
$data = json_decode($json, true);
var_dump($data);