Rust
API für EU-3X-Solo-Duo-SusRust X3
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/5233851json
{
"response": {
"steam_id": "90284210573981723",
"domain": null,
"id": 5233851,
"ip": "168.100.161.79",
"port": 28129,
"query": 28126,
"color": 0,
"city": "London",
"description": "\nMap---> Wipes Monthly \r\nBluePrints---> Monthly \r\nSelect T1 - T2 Workbench BPs Included\r\n\r\n Custom Loot Tables - Kits - Shop - Clans - Teleports\r\n Fast Craft - Vehicle AirDrops - Increased Stacks\r\n Play Time Rewards - Remover Tool\r\n\r\nNo Ban Evading - No Rust or VAC Bans Under 120 days",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690524,
"score": 0,
"last_online": 1775907016,
"icon": null,
"name": "EU-3X-Solo-Duo-SusRust X3",
"connect": "168.100.161.79:28129",
"request": "168.100.161.79:28126",
"map": "High FPS | Wiped - 8d ago",
"gamemode": "Rust",
"version": "2623",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1721207547,
"last_update": 1775907016,
"banned": false,
"wipe": 1775154249,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2370,
"language": "en",
"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/5233851");
$data = json_decode($json, true);
var_dump($data);