API for [EU] Revival Rust x2 ДЛЯ НОВИЧКОВ WIPE 05.06
JSON for programs, websites and more
text
json
{
"response": {
"fps": 233,
"fps_avg": 230,
"entities_count": 79521,
"world_seed": 1603116473,
"world_size": 3750,
"steam_id": "90286603841341457",
"domain": null,
"id": 11018113,
"ip": "45.136.205.103",
"port": 20500,
"query": 20501,
"color": 0,
"city": "Moscow",
"description": "![[EU] Revival Rust x2 ДЛЯ НОВИЧКОВ WIPE 05.06](https://i.imgur.com/FifJN8J.png)\nWelcome to the [EU/ES] Revival Rust 2x Large Vanilla Nolimit \r\n \r\n - Рейты x2 \r\n - Нет ограничений в команде \r\n - На 50% содержание шкафа снижено \r\n - Анти-чит \r\n - Глобальный вайп раз в неделю \r\n - Адекватная администрация 24/7 \r\n \r\n IP: connect 2x.revivalrust.ru \r\n Join the discord @ discord.gg/GUFCEn5EsC",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780632628,
"icon": null,
"name": "[EU] Revival Rust x2 ДЛЯ НОВИЧКОВ WIPE 05.06",
"connect": "45.136.205.103:20500",
"request": "45.136.205.103:20501",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769944429,
"last_update": 1780632628,
"banned": false,
"wipe": 1780595773,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3927,
"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/11018113");
$data = json_decode($json, true);
var_dump($data);