The Isle
API для [RU/EU] Hard Survival [No rules] [Storage]
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10277530json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10277530,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"46yDR6qi0A\",\"type\":\"paragraph\",\"data\":{\"text\":\"SITE - hardshop.gameservers.me\"}}]",
"game": 376210,
"owner": 134790,
"boosts": 1,
"last_offline": 1761066216,
"score": 0,
"last_online": 1758484218,
"icon": null,
"name": "[RU/EU] Hard Survival [No rules] [Storage]",
"connect": null,
"request": null,
"map": "Isle V3",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1757319907,
"last_update": 1761066216,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 390,
"language": "ru",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "DinosOwn",
"avatar": "no.jpg",
"last_online": 1757417490
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10277530");
$data = json_decode($json, true);
var_dump($data);