ARK: Survival Evolved
API для Dino Oyate Cluster 09 -- Aquatica: Cratquatica
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10164437json
{
"response": {
"steam_id": "90281319893383173",
"domain": null,
"id": 10164437,
"ip": "32.209.34.178",
"port": 18415,
"query": 18417,
"color": 0,
"city": "Bethel",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1770775862,
"score": 0,
"last_online": 1776640237,
"icon": null,
"name": "Dino Oyate Cluster 09 -- Aquatica: Cratquatica",
"connect": "32.209.34.178:18415",
"request": "32.209.34.178:18417",
"map": "Aquatica",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 1,
"maxplayers": 17,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1756246502,
"last_update": 1776640237,
"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": 2856,
"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.ru/servers/10164437");
$data = json_decode($json, true);
var_dump($data);