API für Terrustria RPG | PVE | Custom
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 16,
"fps_avg": 17,
"entities_count": 194385,
"world_seed": 1337,
"world_size": 5800,
"steam_id": "90286585641466883",
"domain": null,
"id": 10434343,
"ip": "64.44.134.106",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Chicago",
"description": "\nWelcome to Terrustria — a post-apocalyptic Rust RPG experience where every moment feels earned.\n\nVenture into a living world shaped by the militarized Cobalt Organization, Syndicate raiders, SCP anomalies, and mutated horrors. Fight through dynamic boss tiers with escalating difficulty, collect D2-inspired randomized legendary loot, and build your character through meaningful stat and skill progression. \n\nWhether you’re grinding for end-tier Cobalt legendaries, progressing through handcrafted questlines, or taking on world events like armored convoys, air patrols, and raidable Cobalt outposts, Terrustria rewards skillful play and persistence. If you’re looking for a Rust experience infused with loot hunting, RPG depth, and a world rich with lore and danger, Terrustria is your new home.\n\nKey Features Include:\n♦ Seasonal Format (6 month no-wipe)\n♦ Long-Term RPG Rank and Skill System\n♦ Infinite Leveling\n♦ RNG Enhanced Loot System with valuable Set attributes\n♦ Progressive Upgrade-able Bags\n♦ Death Protected Backpack Contents\n♦ Modified building grade damage (encouraged to door raid)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780560266,
"last_online": 1780599631,
"icon": null,
"name": "Terrustria RPG | PVE | Custom",
"connect": "64.44.134.106:28015",
"request": "64.44.134.106:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1759836589,
"last_update": 1780599631,
"banned": false,
"wipe": 1775186569,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1951,
"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/10434343");
$data = json_decode($json, true);
var_dump($data);