API für US KOD 2x Solo/Duo/Trio|LootX2| Shared BPs | Friday Wipes
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 55,
"fps_avg": 56,
"entities_count": 103852,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286581196101663",
"domain": null,
"id": 11511514,
"ip": "66.51.96.72",
"port": 28075,
"query": 28076,
"color": 0,
"city": "Ashburn",
"description": "\nK.O.D is a competitive 2X Rust server built for players who want fast progression, active PvP, and a balanced long-term wipe experience without pay-to-win advantages or excessive gameplay changes.\r\n\r\nDesigned for solos, duos, and trios, K.O.D keeps the core Rust feel intact while adding quality-of-life improvements, custom progression, and community-focused features. \r\n\r\nServer Features:\r\n• 2X Gather Rate\r\n• Max Team Limit: 3\r\n• Weekly Friday Wipes\r\n• Shared Blueprints\r\n• Custom Merged Outpost\r\n• Fast Smelt & Recycling\r\n• Extra Recyclers at Key Monuments\r\n• Hourly Shop Points\r\n• Leaderboards & Player Stats\r\n• Optimized Competitive Map\r\n• High FPS / High Performance Server\r\n• Active Development & Community Feedback\r\n\r\nK.O.D is focused on fair competition, consistent updates, and building a strong Rust community.\r\n\r\nJoin the Kill or Die network and grow with us.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779353851,
"last_online": 1780583437,
"icon": null,
"name": "US KOD 2x Solo/Duo/Trio|LootX2| Shared BPs | Friday Wipes",
"connect": "66.51.96.72:28075",
"request": "66.51.96.72:28076",
"map": "WWW.KODRUST.STORE",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353851,
"last_update": 1780583437,
"banned": false,
"wipe": 1780077899,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5219,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11511514");
$data = json_decode($json, true);
var_dump($data);