API für CARGONIA | PvE | Vanilla+ | Monuments | Convoy | Quests
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 27,
"fps_avg": 28,
"entities_count": 130170,
"world_seed": 1495,
"world_size": 4250,
"steam_id": "90286392121485329",
"domain": null,
"id": 8821496,
"ip": "136.243.36.106",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to CARGONIA — an island once forgotten, now reclaimed by survivors like you. Rust as it’s meant to be: pure PVE, no raiding, no stealing — just building, exploring, and surviving on your own terms.\r\n\r\nExplore custom Monuments and Building Sites, dive into challenging Convoy fights, complete immersive Quests, and unlock powerful Kits, Items, and Perks.\r\n\r\n▼ Join our Discord via the [EXTERNAL WEBSITE] button for more info and support!\r\n\r\n--- CORE FEATURES -------------------------------------------------------------------------\r\n\r\n+ PVE-Only: Raid and loot protection (Heli, Bradley, Excavator, etc.)\r\n+ Custom Monuments: Explore unique areas and loot sites.\r\n+ Quests with Lore: Discover the story of Cargonia and earn unique rewards.\r\n+ Raidable Bases: Challenge yourself with difficult raids.\r\n+ Custom Building Spots: Claim your place in the world.\r\n+ Convoy: Gear up to take down roaming military convoys.\r\n+ Active Admins & Support: Player-first mindset.\r\n+ Friendly, helpful community: Builders, explorers, and veterans welcome.\r\n\r\n--- UNLOCKABLE PERKS --------------------------------------------------------------------\r\n\r\n+ Unique Kits tailored to your playstyle\r\n+ Personal Backpacks\r\n+ Remover Tool\r\n+ Pets that follow and fight with you\r\n+ NPC Base Raids for high-tier challenges\r\n+ Unlock Bonus Items & Perks via Quests or in the Shop.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780082620,
"last_online": 1780560627,
"icon": null,
"name": "CARGONIA | PvE | Vanilla+ | Monuments | Convoy | Quests",
"connect": "136.243.36.106:28015",
"request": "136.243.36.106:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1746097009,
"last_update": 1780560627,
"banned": false,
"wipe": 1778178076,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3024,
"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/8821496");
$data = json_decode($json, true);
var_dump($data);