Rust
API für WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04
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/5538594json
{
"response": {
"fps": 25,
"fps_avg": 26,
"entities_count": 138224,
"world_seed": 862026,
"world_size": 3800,
"steam_id": "90283958937978890",
"domain": null,
"id": 5538594,
"ip": "49.12.146.141",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Falkenstein",
"description": "\nMap Wipes: First Sunday of each month at 13:00 CET\r\n BP Wipes: First Thursday of each month at 20:00 CET\r\n \r\n ★ 2x Improved Loot & Gather\r\n ★ Faster Recycling\r\n ★ 5x Stack Sizes & Boosted Sell Rates\r\n ★ Junk Removed & New Additions\r\n \r\n ★ Playtime Rewards • New Vehicle Options\r\n ★ 50% UPKEEP • Short Nights (5 mins)\r\n ★ Backpack • 2x SkillTree • /Craft Panel\r\n ★ Box Sorter • Auto-Doors • Extended WB Range\r\n \r\n ★ Extra Recyclers • New Vehicles • /Craft Panel\r\n ★ PvE Events • Daily Events • /skin • /missions\r\n ★ Rust Points • /Shop • BattlePass • /kit\r\n \r\n ★ Active Staff 24/7 • Friendly Community • No Teaming Abuse",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775386931,
"score": 0,
"last_online": 1775919016,
"icon": null,
"name": "WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04",
"connect": "49.12.146.141:28010",
"request": "49.12.146.141:28011",
"map": "High FPS | Wiped - 6d ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1723112727,
"last_update": 1775919016,
"banned": false,
"wipe": 1775386697,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2439,
"language": "de",
"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/5538594");
$data = json_decode($json, true);
var_dump($data);