API für The Rusted Imperium | 2x | Optional Offline Raid Protection
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 132410,
"world_seed": 710769803,
"world_size": 4500,
"steam_id": "90286592473575432",
"domain": null,
"id": 10933786,
"ip": "66.51.99.54",
"port": 28040,
"query": 28041,
"color": 0,
"city": "Dallas",
"description": "\nThe Rusted Imperium \r\n\r\nWelcome to The Rusted Imperium — a beginner-friendly PvP server designed to keep Rust fun, fair, and enjoyable for everyone.\r\n\r\nOptional Offline Protection is enabled to provide a more casual experience while you are at busy with real-life.\r\n\r\n Server Features:\r\n• Reduced Upkeep\r\n• Sorting\r\n• Extended Workbench Range\r\n• 2x Gather Rates\r\n• Shorter Nights\r\n* NPC Raiders Plugin\r\n* Raidable Bases Plugin\r\n* Convoy Plugin\r\n\r\n Fair Play & Community Standards\r\n• Active admins — no cheating tolerated\r\n• No game bans\r\n• No ban evasions\r\n• Playing with a cheater is also bannable\r\n• Mature, toxic-free environment\r\n• Respectful behavior required toward all players\r\n\r\nBuild, raid, defend, and thrive in The Rusted Imperium. \r\n\r\nReview server rules and recommendation on Discord!\r\n\r\nDiscord: https://discord.gg/V6Sznf264E",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778761979,
"last_online": 1780589433,
"icon": null,
"name": "The Rusted Imperium | 2x | Optional Offline Raid Protection",
"connect": "66.51.99.54:28040",
"request": "66.51.99.54:28041",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768486654,
"last_update": 1780589433,
"banned": false,
"wipe": 1779387053,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4051,
"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/10933786");
$data = json_decode($json, true);
var_dump($data);