ARK: Survival Evolved
API для 怪物猎人-仙境 Q群866628408 /761453850
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11103701json
{
"response": {
"steam_id": "90282691896893446",
"domain": null,
"id": 11103701,
"ip": "123.121.102.141",
"port": 10070,
"query": 20070,
"color": 0,
"city": "Beijing",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1773126729,
"score": 0,
"last_online": 1776807038,
"icon": null,
"name": "怪物猎人-仙境 Q群866628408 /761453850",
"connect": "123.121.102.141:10070",
"request": "123.121.102.141:20070",
"map": "Ragnarok",
"gamemode": "TestGameMode_C",
"version": "361.4",
"numplayers": 9,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1770030922,
"last_update": 1776807038,
"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": 2340,
"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.ru/servers/11103701");
$data = json_decode($json, true);
var_dump($data);