Rust
API for РУССКИЙ | КЛАССИКА | ДЛЯ НОВИЧКОВ
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10571210json
{
"response": {
"fps": 116,
"fps_avg": 115,
"entities_count": 101933,
"world_seed": 5091,
"world_size": 4250,
"steam_id": "90285059111780369",
"domain": null,
"id": 10571210,
"ip": "185.189.255.18",
"port": 35700,
"query": 35710,
"color": 0,
"city": "Moscow",
"description": "\nРусский сервер | Честная игра без доната | Классика №1\r\n\r\n• Сервер без каких-либо модификаций и лишних плагинов.\r\n\r\n• Периодичность вайпов сервера два раза в месяц.\r\n\r\n• На сервере отсутствуют ограничения в команде.\r\n\r\n• Администрация поможет вам в любом вопросе.\r\n\r\n• Сервер работает без перебоев стабильно 24/7.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777537360,
"score": 1,
"last_online": 1777355422,
"icon": null,
"name": "РУССКИЙ | КЛАССИКА | ДЛЯ НОВИЧКОВ",
"connect": "185.189.255.18:35700",
"request": "185.189.255.18:35710",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1762847025,
"last_update": 1777537360,
"banned": false,
"wipe": 1775158293,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7677,
"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/10571210");
$data = json_decode($json, true);
var_dump($data);