Rust
API for РУССКИЙ | ДЛЯ НОВИЧКОВ | СТАРИЧКОВ
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11491210json
{
"response": {
"fps": 218,
"fps_avg": 212,
"entities_count": 72878,
"world_seed": 124720684,
"world_size": 3500,
"steam_id": "90285186226254858",
"domain": null,
"id": 11491210,
"ip": "91.123.24.174",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Odintsovo",
"description": "\n\r\n - Вайп чертежей раз в месяц \r\n - Вайп карты два раза в месяц \r\n - Нет ограничений по колличеству игроков в команде \r\n - нет ограничений на спальные мешки и турели \r\n - Команда /POP покажет онлайн на сервере",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777548211,
"score": 0,
"last_online": 1777654823,
"icon": null,
"name": "РУССКИЙ | ДЛЯ НОВИЧКОВ | СТАРИЧКОВ",
"connect": "91.123.24.174:28015",
"request": "91.123.24.174:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 1,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1777228022,
"last_update": 1777654823,
"banned": false,
"wipe": 1777548218,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5154,
"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/11491210");
$data = json_decode($json, true);
var_dump($data);