Rust
API for Magic Rust #10 — Modded 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/763099json
{
"response": {
"fps": 48,
"fps_avg": 48,
"entities_count": 193113,
"world_seed": 1112022,
"world_size": 4000,
"steam_id": "90284071470112781",
"domain": null,
"id": 763099,
"ip": "185.207.214.23",
"port": 20000,
"query": 20010,
"color": 0,
"city": "Moscow",
"description": "![MAGIC RUST #10 [ MAX 3 | MONDAY ] Wipe 13.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: 3\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Мгновенный крафт\r\n• Телепортация к игрокам и домой\r\n• Магические карты\r\n• Магический пропуск\r\n• Мини-магазин\r\n\r\nВайп карты: каждый понедельник в 14:00\r\nВайп рецептов: каждые две недели, начиная с первого вайпа",
"game": 252490,
"owner": 100256,
"boosts": 1,
"last_offline": 1775469686,
"score": null,
"last_online": 1775686809,
"icon": null,
"name": "Magic Rust #10 — Modded 2x (Solo/Duo/Trio) | Baйп 06.04",
"connect": "185.207.214.23:20000",
"request": "185.207.214.23:20010",
"map": "Вайп был 2 д. наза�",
"gamemode": "MODDED",
"version": "2623",
"numplayers": 61,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 121,
"add_date": 1680789896,
"last_update": 1775686809,
"banned": false,
"wipe": 1775470126,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 60,
"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/763099");
$data = json_decode($json, true);
var_dump($data);