API für Rust Empires - Roleplay/RP friendly, Cities, PVE, No KOS outsid
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 58,
"fps_avg": 56,
"entities_count": 299800,
"world_seed": 1337,
"steam_id": "90286555211259934",
"domain": null,
"id": 6282600,
"ip": "205.178.168.68",
"port": 28016,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to RUST EMPIRES\r\n\r\nRoleplay(RP)-friendly server with both PvE and PvP elements\r\n\r\n- PvP limited to specific zones (check /map)\r\n- Raiding allowed only in designated areas\r\n- Land claiming system with player-built cities\r\n- Larger stack sizes for better storage\r\n- Quests, Arenas, and Monthly Special Events\r\n- Purchasable vehicles and clan support\r\n- Active admins & strict rule enforcement\r\n- Safe, social, and inclusive community\r\n\r\nWebsite: rustempires.com\r\nDiscord: https://discord.gg/qVBnEqJ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780575271,
"last_online": 1780575813,
"icon": null,
"name": "Rust Empires - Roleplay/RP friendly, Cities, PVE, No KOS outsid",
"connect": "205.178.168.68:28016",
"request": "205.178.168.68:28015",
"map": "proceduralmap.4000.041022.22",
"gamemode": "Survival",
"version": "2625",
"numplayers": 11,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1729463210,
"last_update": 1780575813,
"banned": false,
"wipe": 1779384067,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10250,
"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/6282600");
$data = json_decode($json, true);
var_dump($data);