API for СЛАБЫЙ#2 x2 max3 | ДЛЯ НОВИЧКОВ | 05.06
JSON for programs, websites and more
text
json
{
"response": {
"modded": true,
"steam_id": "90286905834299401",
"domain": null,
"id": 2062207,
"ip": "185.189.255.106",
"port": 35400,
"query": 35410,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "\n СЛАБЫЙ#2 X2 max3\r\nКлассический сервер с минимальными изменениями\r\n→ Компактная классическая карта • FPS++\r\n→ В рыбацких деревнях, на ранчо и в амбарах есть переработчики, станции дронов и НПЗ\r\n→ Содержание шкафа снижено на 50%\r\n→ Ресурсы x2 | Компоненты x2 | Стаки x2\r\n→ Лимит команды: max3\r\nЕсли у вас проблема с загрузкой подключайтесь много раз, сервер подстроит ссылку для карты под вас\r\n\r\nТГ: t.me/slabrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781234631,
"last_online": 1781259625,
"icon": null,
"name": "СЛАБЫЙ#2 x2 max3 | ДЛЯ НОВИЧКОВ | 05.06",
"connect": "185.189.255.106:35400",
"request": "185.189.255.106:35410",
"map": "WIPE 05.06",
"gamemode": "Rust",
"version": "2627",
"numplayers": 10,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1701761188,
"last_update": 1781259625,
"banned": false,
"wipe": 1780641663,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 990,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2062207");
$data = json_decode($json, true);
var_dump($data);