Rust
API für US-3X-Solo-Duo-Trio-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/759582json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 103305,
"world_seed": 1337,
"world_size": 3350,
"steam_id": "90284209607761945",
"domain": null,
"id": 759582,
"ip": "104.129.132.35",
"port": 28015,
"query": 28018,
"color": 0,
"city": "Dallas",
"description": "\nMap---> Wipes Monthly \r\nBluePrints---> Monthly \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": 1775772724,
"score": null,
"last_online": 1775907015,
"icon": null,
"name": "US-3X-Solo-Duo-Trio-SusRust X3",
"connect": "104.129.132.35:28015",
"request": "104.129.132.35:28018",
"map": "High FPS | Wiped - 8d ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680784634,
"last_update": 1775907015,
"banned": false,
"wipe": 1775153875,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2930,
"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/759582");
$data = json_decode($json, true);
var_dump($data);