API for SLIP RUST X5|MAX5|TP|SKIN|MINI|UP|
JSON for programs, websites and more
text
json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 62040,
"world_seed": 12345,
"world_size": 3000,
"steam_id": 90286297584286740,
"domain": null,
"id": 11501992,
"ip": "212.74.249.164",
"port": 21900,
"query": 21901,
"color": 0,
"city": "Moscow",
"description": "SLIP RUST X5\r\n\r\nВайп карты: пятница в 14:00 и понедельник.\r\nМодерация: 24/7, жалоба через F7\r\n\r\nОсобенности сервера:\r\nФарм X5 | Лимит команды 5 | Быстрый крафт\r\nTP / Home | SkinBox | MiniCopter\r\nKits | Trade | Recycler\r\nRemove | Upgrade | Магазин\r\nСтабильный FPS | Без лишних плагинов | Удобный геймплей\r\n\r\nКоманды:\r\n/kit /tpr /tpa /home /sethome\r\n/remove /skin /mini /up /trade\r\n/rec /store\r\n\r\nStore: https://sliprustmain.gamestores.app\r\nTG: SLIPRUST1337",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780594414,
"last_online": 1779997829,
"icon": null,
"name": "SLIP RUST X5|MAX5|TP|SKIN|MINI|UP|",
"connect": "212.74.249.164:21900",
"request": "212.74.249.164:21901",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207187,
"last_update": 1780594414,
"banned": false,
"wipe": 1779139353,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11264,
"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/11501992");
$data = json_decode($json, true);
var_dump($data);