Rust
API für !Crustacean Club 5x|PvE|Shop|SkillTree|RaidBases|Dungeons|NoVIP
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/10185341json
{
"response": {
"fps": 45,
"fps_avg": 57,
"entities_count": 80572,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284211011244039",
"domain": null,
"id": 10185341,
"ip": "98.142.2.49",
"port": 2844,
"query": 2845,
"color": 0,
"city": "Ashburn",
"description": "- 5x resources\r\n- NPCs\r\n- Increased loot\r\n- Raid bases\r\n- Dungeons\r\n- Shop\r\n- Skill Tree\r\n- Many many premium plugins\r\n- Zero VIP bullshit, enjoy 98% of all plugins on the server\r\n- Monthly map/BP wipes (first Thursday of each month)\r\n- Every 3 months SkillTree and RP wipe\r\n- Enjoy the game you already paid for",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775883801,
"score": 0,
"last_online": 1775889016,
"icon": null,
"name": "!Crustacean Club 5x|PvE|Shop|SkillTree|RaidBases|Dungeons|NoVIP",
"connect": "98.142.2.49:2844",
"request": "98.142.2.49:2845",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756307609,
"last_update": 1775889016,
"banned": false,
"wipe": 1775152887,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3799,
"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/10185341");
$data = json_decode($json, true);
var_dump($data);