API for Русский Мир|Классика|Для Новичков
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7174626,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"5es83glzt\",\"type\":\"image\",\"data\":{\"caption\":\"Django RUST #1 MAX 8\",\"withBorder\":false,\"withBackground\":false,\"stretched\":true,\"file\":{\"url\":\"https://pic.survivalhost.org/images/2025/01/07/Web_Photo_Editor.jpg\"}}},{\"id\":\"zknf39375\",\"type\":\"paragraph\",\"data\":{\"text\":\"▶The Professionals of Modded Rust◀ \\n\\n Django RUST #1 MAX 8 Our range of servers offers the best Modded Gameplay in Rust. Our unique setup of Plugins, active Staff & perfect balance will offer the best modded Gameplay Experience. We operate on the best hardware possible for a Low Ping experience. \\n\\n\\n➤ Max Group: 8\\n➤ Active Staff \\n\\n➤ 3x Gather Rates | 3x Crafting Rates | 3x Components & Scrap \\n\\n➤ BP Sharing | Additional Recyclers \\n\\n➤ Custom Improved Loot Tables \\n\\n➤ Increased stack sizes.\"}},{\"id\":\"QS8fZrgUUW\",\"type\":\"paragraph\",\"data\":{\"text\":\"Django RUST #1 MAX 8 Наш ассортимент серверов предлагает лучший игровой процесс с модулями в Rust. Наш уникальный набор плагинов, активный персонал и идеальный баланс обеспечивают наилучший игровой процесс с модулями. Мы используем самое лучшее оборудование, которое только возможно, для обеспечения низкого пинга.\"}},{\"id\":\"ImMY1uU6tR\",\"type\":\"paragraph\",\"data\":{\"text\":\"➤ Макс-Групп: 8\"}},{\"id\":\"HRCz9OHEP8\",\"type\":\"paragraph\",\"data\":{\"text\":\" ➤ Активные Сотрудники\"}},{\"id\":\"cqlyRrZd2i\",\"type\":\"paragraph\",\"data\":{\"text\":\"➤ Увеличенные стаки\"}}]",
"game": 252490,
"owner": 117860,
"boosts": 1,
"last_offline": 1771480260,
"last_online": 1770594612,
"icon": null,
"name": "Русский Мир|Классика|Для Новичков",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1736279720,
"last_update": 1771480260,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11529,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "innavoronina1011",
"avatar": "406295d7-cf6b-4fa1-bf77-509884e3f45e.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7174626");
$data = json_decode($json, true);
var_dump($data);