Rust
API für AbobaRust #2 [X5/X10, MAX5, KITS, LOOT+]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6966095json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6966095,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "![MAGIC RUST #2 [ MAX 3 | x3 | FRIDAY ] WIPE 7.2](https://i.imgur.com/izmKWSu.png)\nЛимит игроков в команде: 3\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x3\r\n• Мгновенный крафт\r\n• Телепортация домой\r\n\r\nВайп карты: каждые вторник и пятница в 10:00\r\nВайп рецептов: каждые две недели",
"game": 252490,
"owner": 108004,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1747054227,
"icon": null,
"name": "AbobaRust #2 [X5/X10, MAX5, KITS, LOOT+]",
"connect": null,
"request": null,
"map": "abobarust.ru",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1734715430,
"last_update": 1750457066,
"banned": false,
"wipe": 1747050795,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6700,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "kolyazz",
"avatar": "91af000a-618b-4cfe-a5f2-f2eeeb9d341c.jpg",
"last_online": 1740668785
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6966095");
$data = json_decode($json, true);
var_dump($data);