ARK: Survival Evolved
API для PvP/NoWIPE/x20/EPIC-STEAM/SHOP/TRIO/YouARK.EU AQ
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11184124json
{
"response": {
"steam_id": "90284130674953217",
"domain": null,
"id": 11184124,
"ip": "134.255.227.101",
"port": 7789,
"query": 27017,
"color": 0,
"city": "Münster",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775733125,
"score": 0,
"last_online": 1776640255,
"icon": null,
"name": "PvP/NoWIPE/x20/EPIC-STEAM/SHOP/TRIO/YouARK.EU AQ",
"connect": "134.255.227.101:7789",
"request": "134.255.227.101:27017",
"map": "Aquatica",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772698338,
"last_update": 1776640255,
"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": 10228,
"language": "de",
"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/11184124");
$data = json_decode($json, true);
var_dump($data);