API для 1SL.SU [ONEGRID Map-Small Low Pop|Max 2]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290362725368845",
"domain": null,
"id": 13042330,
"ip": "89.207.223.114",
"port": 28016,
"query": 28015,
"project_id": 258,
"color": 0,
"city": "St Petersburg",
"description": "![1SL.SU [ONEGRID Map-Small Low Pop|Max 2]](https://fastcdn.1sl.su/cdn/rust/logo_1.png)\nКарта: One Grid\r\nПолностью кастомная карта\r\nРазличные события\r\nАктивная администрация\r\n\r\nDiscord https://discord.gg/DdsUdh9ZjJ",
"game": 252490,
"owner": 30250,
"boosts": 1,
"last_offline": 1785512438,
"last_online": 1786104767,
"icon": null,
"name": "1SL.SU [ONEGRID Map-Small Low Pop|Max 2]",
"connect": "89.207.223.114:28016",
"request": "89.207.223.114:28015",
"map": "One Grid Map",
"gamemode": "Survival",
"version": "2632",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 3,
"points": 123,
"add_date": 1785439322,
"last_update": 1786104767,
"ban_reason": null,
"banned": false,
"wipe": 1786073100,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 87,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "admin548262",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13042330");
$data = json_decode($json, true);
var_dump($data);