Rust
API for D-RUST-X5/X10•ТОР-3•LOOT•FPS•TP•CONVOY•SKILL
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/11488499json
{
"response": {
"fps": 116,
"fps_avg": 117,
"entities_count": 118147,
"world_seed": 1337,
"world_size": 3500,
"steam_id": 90284121322016770,
"domain": null,
"id": 11488499,
"ip": "37.230.228.84",
"port": 20620,
"query": 20621,
"color": 0,
"city": "Moscow",
"description": "\n•Добро пожаловать на сервер D-Rust• \r\n •У нас ты найдёшь: Увеличенный лут без хлама.\r\n•Награда за Топ-3 на баланс магазина\r\n•Валюта с выводом на баланс.\r\n•Ночная защита от рейда(50%)\r\n•Турели без электричества\r\n•Ивенты: Конвой. Карго. Рейд базы. Мини игры. Викторина.\r\n•Телепорт в Город и Бандитку\r\n•Личный коптер(mymini)\r\n•Бесплатная випка и промокод каждый вайп\r\n•Система прокачки скилов и создание клана\r\n•Рейты (х5 возможно увеличить привилегиями)\r\n•Античит и активная Администрация\r\n•Вайп каждую Пятницу в 09:00 утра (по мск).\r\n•Приятного выживания на нашем острове.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775685736,
"score": 0,
"last_online": 1775735416,
"icon": null,
"name": "D-RUST-X5/X10•ТОР-3•LOOT•FPS•TP•CONVOY•SKILL",
"connect": "37.230.228.84:20620",
"request": "37.230.228.84:20621",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1775508902,
"last_update": 1775735416,
"banned": false,
"wipe": 1775196683,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5847,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488499");
$data = json_decode($json, true);
var_dump($data);