Rust
API für Magic Rust #18 — Modded 2x (Duo) | EU East
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/763242json
{
"response": {
"steam_id": null,
"domain": null,
"id": 763242,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "![MAGIC RUST #18 [ MAX 2 | MONDAY ] Wipe 13.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: 2\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": 1758284167,
"score": null,
"last_online": 1754562620,
"icon": null,
"name": "Magic Rust #18 — Modded 2x (Duo) | EU East",
"connect": null,
"request": null,
"map": "Procedural Plus",
"gamemode": "MODDED",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1680789949,
"last_update": 1758284167,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8940,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "arturmagicow",
"avatar": "no.jpg",
"last_online": 1736968299
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/763242");
$data = json_decode($json, true);
var_dump($data);