ARK: Survival Evolved
API для ARK24MAX-02 [x100/Clst]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/20513json
{
"response": {
"steam_id": null,
"domain": null,
"id": 20513,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "Кластер PVPх100:\r\n[RU]24max-1 (ark.24max.ru:27100) - [1]TheIsland x100\r\n[RU]24max-2 (ark.24max.ru:27200) - [2]Extinction x100\r\n[RU]24max-3 (ark.24max.ru:27300) - [3]Ragnarok x100\r\n[RU]24max-4 (ark.24max.ru:27400) - [4]Valguero x100\r\n[RU]24max-5 (ark.24max.ru:27500) - [5]Crystal Isles x100\r\n[RU]24max-6 (ark.24max.ru:27600) - [6]Ragnarok[PVE] x100\r\n[RU]24max-7 (ark.24max.ru:27500) - [7]Genesis x100\r\n\r\nПравила: https://vk.com/topic-102743628_36345310\r\nМы в ВК: https://vk.com/ark24max\r\nДобавить сервера в избранное: https://vk.com/topic-102743628_39284015\r\n\r\n#ARK24MAX #24max #ARK #ARKSurvivalEvolved\r\nDiscord: https://discord.gg/JE4QuXM",
"game": 346110,
"owner": 4475,
"boosts": 1,
"last_offline": 1750457066,
"score": 5,
"last_online": 1734396107,
"icon": null,
"name": "ARK24MAX-02 [x100/Clst]",
"connect": null,
"request": null,
"map": "Ragnarok",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1514196596,
"last_update": 1750457066,
"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": 10892,
"language": "ru",
"parked": true,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": {
"username": "Maxamp",
"avatar": "4475.jpg",
"last_online": 1703907909
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/20513");
$data = json_decode($json, true);
var_dump($data);