ARK: Survival Evolved
API для [PVE] Doomsday The Center classic [RU]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11492014json
{
"response": {
"steam_id": "90285638493415438",
"domain": null,
"id": 11492014,
"ip": "46.45.210.164",
"port": 7777,
"query": 27016,
"color": 0,
"city": "Ryzdvyany",
"description": null,
"game": 346110,
"owner": 192733,
"boosts": 1,
"last_offline": 1778326387,
"score": 0,
"last_online": 1778543416,
"icon": null,
"name": "[PVE] Doomsday The Center classic [RU]",
"connect": "46.45.210.164:7777",
"request": "46.45.210.164:27016",
"map": "TheCenter",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 4,
"points": 64,
"add_date": 1777919918,
"last_update": 1778543416,
"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": 18,
"language": "ru",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": {
"username": "doomsday_games",
"avatar": "a588ecd0-da0d-425d-b31e-fb7e749c0e0c.jpg",
"last_online": 1778530809
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11492014");
$data = json_decode($json, true);
var_dump($data);