Garry's Mod
API для gRUST BV | X3 | Wiped 1d ago | 4 Day Wipe | SUPER UPDATE!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10824740json
{
"response": {
"steam_id": 90285562193059870,
"domain": null,
"id": 10824740,
"ip": "151.242.106.71",
"port": 29007,
"query": 29007,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 4000,
"owner": 136337,
"boosts": 1,
"last_offline": 1778377935,
"score": 0,
"last_online": 1778564417,
"icon": null,
"name": "gRUST BV | X3 | Wiped 1d ago | 4 Day Wipe | SUPER UPDATE!",
"connect": "151.242.106.71:29007",
"request": "151.242.106.71:29007",
"map": "rust_highland_v2",
"gamemode": "gRUST | Rust in Garry's Mod",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1767324053,
"last_update": 1778564417,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 46,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "VARdanplay_YouTube",
"avatar": "5fe81f6a-937e-4fda-90fb-1f364de7e308.png",
"last_online": 1777631245
},
"mods": [
{
"id": 5,
"name": "Admin System"
},
{
"id": 48,
"name": "Check Cheats"
},
{
"id": 1653,
"name": "Code Lock"
},
{
"id": 1793,
"name": "PvP"
},
{
"id": 1853,
"name": "gRust"
},
{
"id": 1978,
"name": "Rust"
}
],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10824740");
$data = json_decode($json, true);
var_dump($data);