Rust
API für Пивозавры [RU] X3 Рейты [NoLimit][VIP]
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/11189140json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11189140,
"ip": "212.22.93.163",
"port": 28024,
"query": 28025,
"color": 0,
"city": "Moscow",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775892681,
"score": 0,
"last_online": 1775271639,
"icon": null,
"name": "Пивозавры [RU] X3 Рейты [NoLimit][VIP]",
"connect": "212.22.93.163:28024",
"request": "212.22.93.163:28025",
"map": "Procedural 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": 1772699033,
"last_update": 1775892681,
"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": 10078,
"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/11189140");
$data = json_decode($json, true);
var_dump($data);