Rust
API for NEON | Rust X5 Clans, Events, Raid Bases, LOOT+, free VIP
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9527599json
{
"response": {
"fps": 68,
"fps_avg": 68,
"entities_count": 77207,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284198221184007",
"domain": null,
"id": 9527599,
"ip": "62.122.214.130",
"port": 20550,
"query": 20551,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать на NEON | Rust X5\r\n Рейд добычи X5\r\nСтаки и крафты X5\r\n Сайт проекта https://neonrustgame.gamestores.app/Модерация сервера 24/7\r\nУникальный магазин\r\nТелепортация домой и в города\r\nВайп в каждую пятницу в 9:00 по МСК\r\n сайт проекта",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775832727,
"score": 0,
"last_online": 1775881814,
"icon": null,
"name": "NEON | Rust X5 Clans, Events, Raid Bases, LOOT+, free VIP",
"connect": "62.122.214.130:20550",
"request": "62.122.214.130:20551",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537938,
"last_update": 1775881814,
"banned": false,
"wipe": 1775832902,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3511,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9527599");
$data = json_decode($json, true);
var_dump($data);