Rust
API for Magic Rust #24 — Vanilla 2x (Solo/Duo/Trio) | Baйп 06.04
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6349212json
{
"response": {
"fps": 47,
"fps_avg": 47,
"entities_count": 286141,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284071580640275",
"domain": null,
"id": 6349212,
"ip": "185.207.214.221",
"port": 10000,
"query": 10010,
"color": 0,
"city": "Moscow",
"description": "![MAGIC RUST #24 [ MAX 3 | VANILLA X2 | MONDAY ] Wipe 13.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: 3\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Скорость крафта x2\r\n\r\nВайп карты: каждый понедельник в 14:00\r\nВайп рецептов: каждые две недели, начиная с первого вайпа",
"game": 252490,
"owner": 100256,
"boosts": 1,
"last_offline": 1775469686,
"score": 0,
"last_online": 1775681409,
"icon": null,
"name": "Magic Rust #24 — Vanilla 2x (Solo/Duo/Trio) | Baйп 06.04",
"connect": "185.207.214.221:10000",
"request": "185.207.214.221:10010",
"map": "Вайп был 2 д. наза�",
"gamemode": "VANILLA X2",
"version": "2623",
"numplayers": 178,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 128,
"add_date": 1729684915,
"last_update": 1775681409,
"banned": false,
"wipe": 1775469728,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 40,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": {
"username": "arturmagicow",
"avatar": "no.jpg",
"last_online": 1736968299
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6349212");
$data = json_decode($json, true);
var_dump($data);