Rust
API for HEVER RUST #1 [MAX3|5x|LOOT+|PVP|KITS|SHOP]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1864273json
{
"response": {
"fps": 171,
"fps_avg": 173,
"entities_count": 98843,
"world_seed": 1130409495,
"world_size": 3850,
"steam_id": "90284591914216453",
"domain": null,
"id": 1864273,
"ip": "185.189.255.134",
"port": 35000,
"query": 35010,
"color": 0,
"city": "Moscow",
"description": "![HEVER RUST #1 [MAX3|5x|LOOT+|PVP|KITS|SHOP]](https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png)\nУникальный сервер Hever Rust \r\n Отзывчивая Администрация \r\n Приятное Community \r\n Сервер для 3 игроков в команде \r\n Приятные стартовые киты \r\n Удобное меню \r\n многое другое ты найдешь только у нас \r\n Блокировка только на взрывчатку первые 23 часа после вайпа \r\n Все изучения \r\n Ночная защита \r\n Удобное уведомления о рейде /raid \r\n Быстрый коптер/Крафт/Печи \r\n Приятные игровые бонусы в виде промокодов",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775711521,
"score": null,
"last_online": 1776510021,
"icon": null,
"name": "HEVER RUST #1 [MAX3|5x|LOOT+|PVP|KITS|SHOP]",
"connect": "185.189.255.134:35000",
"request": "185.189.255.134:35010",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2621",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1700332168,
"last_update": 1776510021,
"banned": false,
"wipe": 1772780969,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3136,
"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/1864273");
$data = json_decode($json, true);
var_dump($data);