Rust
API für [EU] Crusty.gg X2 - Solo/Duo/Trio/Quad
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/11004772json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 32534,
"world_seed": 462451390,
"world_size": 2500,
"steam_id": "90284211123476495",
"domain": null,
"id": 11004772,
"ip": "57.128.54.157",
"port": 20005,
"query": 20004,
"color": 0,
"city": "Roubaix",
"description": "Crusty.gg | FPS++ | Active Admins Serveur Rust orient� performance et fair-play. FPS optimis� pour une meilleure fluidit� en jeu. Admins actifs pour une mod�ration rapide et efficace. Features: � FPS optimized server � Active and reactive admins � Fair gameplay � Useful commands (kits, stats, playtime, population) � Regular wipes � Stable and smooth experience ---------------------------------- Crusty.gg Rust Server | FPS++ | Active Admins Performance-focused Rust server with smooth gameplay. Optimized FPS for better in-game experience. Active and reactive admins to keep the server clean and fair. Features: � FPS optimized server � Active admins � Fair gameplay � Useful commands (kits, stats, playtime, population) � Regular wipes � Stable performance",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775539323,
"score": 0,
"last_online": 1775912419,
"icon": null,
"name": "[EU] Crusty.gg X2 - Solo/Duo/Trio/Quad",
"connect": "57.128.54.157:20005",
"request": "57.128.54.157:20004",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769938980,
"last_update": 1775912419,
"banned": false,
"wipe": 1775151811,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4918,
"language": "fr",
"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/11004772");
$data = json_decode($json, true);
var_dump($data);