API for DEADZONE RUST x3 | NoLimit | Loot+
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 44132,
"world_seed": 1075465835,
"world_size": 3000,
"steam_id": "90286251772809223",
"domain": null,
"id": 11435496,
"ip": "147.135.139.16",
"port": 20560,
"query": 20561,
"color": 0,
"city": "Roubaix",
"description": "[{\"id\":\"beaBflScgU\",\"type\":\"image\",\"data\":{\"caption\":\"DEADZONE RUST x3 | NoLimit | Loot+\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://img.alkad.org/images/2016/09/07/52c.png\"}}},{\"id\":\"xnBINmMwFf\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Рейты х3 \\n - Бесплатный рюкзак на 36 ячеек \\n - Моментальный крафт \\n - Система телепортов \\n - Кастомные ивенты \\n - Быстрые печи и переработчик\"}}]",
"game": 252490,
"owner": 150940,
"boosts": 1,
"last_offline": 1779129774,
"last_online": 1780653619,
"icon": null,
"name": "DEADZONE RUST x3 | NoLimit | Loot+",
"connect": "147.135.139.16:20560",
"request": "147.135.139.16:20561",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 1,
"points": 91,
"add_date": 1774977191,
"last_update": 1780653619,
"banned": false,
"wipe": 1778697614,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 321,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Jerry",
"avatar": "29b07507-1753-4cfc-b7ab-5496a24d852a.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11435496");
$data = json_decode($json, true);
var_dump($data);