ARK: Survival Evolved
API для AT,GER ark.4us.at Abberation (X4 H5 T8 B80 S+ stack) - (v358.24
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/2704102json
{
"response": {
"steam_id": "90284884598991877",
"domain": null,
"id": 2704102,
"ip": "92.63.216.194",
"port": 7802,
"query": 27102,
"color": 0,
"city": "Klagenfurt",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776918197,
"score": null,
"last_online": 1777057837,
"icon": null,
"name": "AT,GER ark.4us.at Abberation (X4 H5 T8 B80 S+ stack) - (v358.24",
"connect": "92.63.216.194:7802",
"request": "92.63.216.194:27102",
"map": "Aberration",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "AT",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1706195226,
"last_update": 1777057837,
"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": 2164,
"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/2704102");
$data = json_decode($json, true);
var_dump($data);