API for Magic Rust #21 — Vanilla 2x | HOBOCИБ | Baйп 05.06
JSON for programs, websites and more
text
json
{
"response": {
"fps": 48,
"fps_avg": 47,
"entities_count": 163380,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286621230626823",
"domain": null,
"id": 4533719,
"ip": "152.89.199.34",
"port": 10000,
"query": 10010,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![MAGIC RUST #21 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 3.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: без лимита\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Скорость крафта x2\r\n\r\nВайп карты: каждую пятницу в 10:00 по МСК\r\nВайп рецептов: каждые две недели, начиная с первого вайпа",
"game": 252490,
"owner": 100256,
"boosts": 1,
"last_offline": 1780638799,
"last_online": 1780688412,
"icon": null,
"name": "Magic Rust #21 — Vanilla 2x | HOBOCИБ | Baйп 05.06",
"connect": "152.89.199.34:10000",
"request": "152.89.199.34:10010",
"map": "BAЙП ПPЯMO CEЙЧAC!",
"gamemode": "VANILLA X2",
"version": "2627",
"numplayers": 252,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 134,
"add_date": 1717058967,
"last_update": 1780688412,
"banned": false,
"wipe": 1780639310,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 42,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "arturmagicow",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4533719");
$data = json_decode($json, true);
var_dump($data);