API for RU | NEST | X2 | КВЕСТЫ
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 508476,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"j33P2_GK_7\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на сервер NEST. \"}},{\"id\":\"Y3pZkAyoe0\",\"type\":\"paragraph\",\"data\":{\"text\":\"Особенности:\\n— Мощный хостинг в Москве на i9.\\n— Размер карты 4250.\\n— Вайп раз в 2 недели. Рецепты раз в месяц.\\n— Нестандартные игровые ивенты. \\n— Квестовая система с сюжетной линией. \\n— Администрация на связи 24/7.\"}},{\"id\":\"5v98q8h-Db\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сообщество ВКонтакте - https://vk.com/rust_nest\\nТелеграм - https://t.me/rust_nest\\nНаш Discord — https://discord.gg/3jfBZwR27T\\nНаш сайт — https://nest.gamestores.app/\"}}]",
"game": 252490,
"owner": 48792,
"boosts": 1,
"last_offline": 1767333659,
"last_online": 1766392811,
"icon": null,
"name": "RU | NEST | X2 | КВЕСТЫ",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1640823696,
"last_update": 1767333659,
"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": 13097,
"language": "ru",
"parked": true,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "unclebinks",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/508476");
$data = json_decode($json, true);
var_dump($data);