ARK: Survival Evolved
API для [ESP] ArkTomic -PVE-X5-TaX10[Shop/Kit][Steam/Epic]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11002814json
{
"response": {
"steam_id": "90285612737362961",
"domain": null,
"id": 11002814,
"ip": "62.43.25.143",
"port": 27027,
"query": 27025,
"color": 0,
"city": "Arrecife",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1778485378,
"score": 0,
"last_online": 1778562060,
"icon": null,
"name": "[ESP] ArkTomic -PVE-X5-TaX10[Shop/Kit][Steam/Epic]",
"connect": "62.43.25.143:27027",
"request": "62.43.25.143:27025",
"map": "Ragnarok",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 1,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769938475,
"last_update": 1778562060,
"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": 8111,
"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.ru/servers/11002814");
$data = json_decode($json, true);
var_dump($data);