Rust
API for USSR PVE [CCCP] x2/KIT/TP/BASE/EVENTS
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11159375json
{
"response": {
"fps": 66,
"fps_avg": 66,
"entities_count": 96419,
"world_seed": 2972797051,
"world_size": 4250,
"steam_id": "90284731010642972",
"domain": null,
"id": 11159375,
"ip": "212.22.93.34",
"port": 28034,
"query": 28035,
"color": 0,
"city": "Moscow",
"description": "![USSR PVE [CCCP] x2/KIT/TP/BASE/EVENTS](https://img.rustmax.ru/i/VuqYdAdB.jpg)\n* ПРИВЕТСТВУЕМ ВАС НА ПРОЕКТЕ USSR RUST \r\n • Увеличенные стаки \r\n• Крутые ивенты \r\n• Идеален для новичков\r\n• Вайп карты раз в две недели глобал",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152338,
"score": 0,
"last_online": 1776837021,
"icon": null,
"name": "USSR PVE [CCCP] x2/KIT/TP/BASE/EVENTS",
"connect": "212.22.93.34:28034",
"request": "212.22.93.34:28035",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2622",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228127,
"last_update": 1776837021,
"banned": false,
"wipe": 1775152770,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4599,
"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/11159375");
$data = json_decode($json, true);
var_dump($data);