Rust
API for VBEGHUB RUST #1 | X3 | MAX 5
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5299581json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5299581,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "\nСервер построенный по мотивам всеми любимого сайта! \r\n >Ивенты \r\n >Реальный вывод скинов за игру на сервере! \r\n >FRIEND | TP | SHOP \r\n >Магазин проекта -> vbeghubrust.ru \r\n >Дискорд сервер -> discord.gg/vbeghub \r\n >Группа ВКонтакте -> vk.com/vbeghubrust \r\n >Телеграмм канал -> t.me/rustvbeghub \r\n >connect vh1.vbeghubrust.ru:35000 \r\n >Вайп каждую пятницу в 12:00 по МСК",
"game": 252490,
"owner": 69701,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1740995426,
"icon": null,
"name": "VBEGHUB RUST #1 | X3 | MAX 5",
"connect": null,
"request": null,
"map": "VH | MAP",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1721675031,
"last_update": 1750457066,
"banned": false,
"wipe": 1740142691,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7168,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Bizlich",
"avatar": "a5ad5d51-b6cf-49fe-9430-e4c5ef3cbbeb.jpg",
"last_online": 1746993841
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5299581");
$data = json_decode($json, true);
var_dump($data);