Rust
API for Relive Rust#2 X5[ CLANS | KITS | PVP ] WIPE: 10.04
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488837json
{
"response": {
"fps": 64,
"fps_avg": 65,
"entities_count": 138762,
"world_seed": 2700181483,
"world_size": 3700,
"steam_id": "90284544707400712",
"domain": null,
"id": 11488837,
"ip": "212.22.93.110",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Moscow",
"description": "![Relive Rust#2 X5[ CLANS | KITS | PVP ] WIPE: 10.04](https://i.imgur.com/xOyqjIO.png)\n✦AntiCheat \r\n✦Рейты X5 \r\n✦Не нужны карты (NO RT PUZZLES)! \r\n★ Улучшенный лут \r\n★ Киты /kit\r\n★Телепорт /tpr, /home",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776398620,
"score": 0,
"last_online": 1776454226,
"icon": null,
"name": "Relive Rust#2 X5[ CLANS | KITS | PVP ] WIPE: 10.04",
"connect": "212.22.93.110:28014",
"request": "212.22.93.110:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1775852747,
"last_update": 1776454226,
"banned": false,
"wipe": 1775838565,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5539,
"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/11488837");
$data = json_decode($json, true);
var_dump($data);