API для Rusty Life #2 — Semi-Classic | EU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 64,
"fps_avg": 63,
"entities_count": 129857,
"world_seed": 111,
"world_size": 4250,
"steam_id": "90286317630260252",
"domain": "play1.rustylife.gg",
"id": 11501924,
"ip": "80.242.59.30",
"port": 35020,
"query": 35021,
"color": 0,
"city": "Veliky Novgorod",
"description": "[{\"id\":\"sWV2MXPu6F\",\"type\":\"image\",\"data\":{\"caption\":\"Rusty Life #2 — Semi-Classic 1.5X | RU/EU\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://media.rustylife.gg/img/headerimage/semi_classic.jpg\"}}},{\"id\":\"ETGK0jT9_3\",\"type\":\"paragraph\",\"data\":{\"text\":\"Вайпы: каждый четверг в 14:00 МСК\\nВайп чертежей: Первый четверг месяца (после обновления)\\nРазмер команды: Unlimited\"}},{\"id\":\"rA5F3jWaos\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Фишки:**\\n\\n— Рейты: x1.5\\n— Стаки: 5k\\n— Улучшенный лут\\n— Скорость крафта х2\\n— Награды в конце вайпа\\n— Больше информации в /menu\"}},{\"id\":\"o5C8gVoqP7\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Ссылки:**\\n\\n— Website: https://rustylife.gg\\n— Discord: https://discord.gg/rustylife\\n— VK: https://vk.com/rusty_life\\n— Telegram: https://t.me/rustylife\"}},{\"id\":\"zdfw4tBcqv\",\"type\":\"paragraph\",\"data\":{\"text\":\"🎁 Промокод для новых пользователей: **gamemonitoring (**https://rustylife.gg/profile/promocode)\"}}]",
"game": 252490,
"owner": 43031,
"boosts": 16,
"last_offline": 1779207184,
"last_online": 1779997809,
"icon": null,
"name": "Rusty Life #2 — Semi-Classic | EU",
"connect": "play1.rustylife.gg:35020",
"request": "80.242.59.30:35021",
"map": "Rusty Life Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 216,
"maxplayers": 230,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 5744,
"add_date": 1779207184,
"last_update": 1779997809,
"banned": false,
"wipe": 1779965532,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Server",
"avatar": "dbbea020-7a5c-4fc9-a44f-c2a315989d0c.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11501924");
$data = json_decode($json, true);
var_dump($data);