Rust
API für MONDAY x2 | GGRust #9 | Solo/Duo/Trio
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/11260649json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11260649,
"ip": "80.242.59.47",
"port": 35200,
"query": 35210,
"color": 0,
"city": "Veliky Novgorod",
"description": "\nДобро пожаловать на классический сервер GGRust! \r\n\r\n• Добыча ресурсов и стаки x2\r\n• Максимально 3 игрока в команде\r\n• Глобал вайп каждый понедельник в 16:00 МСК\r\n• Переработчики и станции дронов в сейв зонах\r\n• Классика без телепортов и модов\r\n• Активная администрация 18+\r\n\r\nНаш сайт - GGRust.ru",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775907079,
"score": 0,
"last_online": 1775150418,
"icon": null,
"name": "MONDAY x2 | GGRust #9 | Solo/Duo/Trio",
"connect": "80.242.59.47:35200",
"request": "80.242.59.47:35210",
"map": "GGRust.ru Classic map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555200,
"last_update": 1775907079,
"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": 10364,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11260649");
$data = json_decode($json, true);
var_dump($data);