Rust
API für [EU] NebulaNetwork - Pegasus Enif - 10X Monthly
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10571130json
{
"response": {
"fps": 243,
"fps_avg": 231,
"entities_count": 62191,
"world_seed": 63188219,
"world_size": 3500,
"steam_id": 90284790517215250,
"domain": null,
"id": 10571130,
"ip": "5.135.220.147",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Sant Feliu de Guíxols",
"description": "![[EU] NebulaNetwork - Pegasus Enif - 10X Monthly](https://i.ibb.co/d4rg5p0Q/1024-512.png)\n🌠 Welcome to NebulaNetwork – Pegasus Enif!\r\nExperience high-octane Rust PvP with quality-of-life enhancements and an active community!\r\n\r\nKey Features:\r\n• No Ranks - No P2W!\r\n• 10X Loot++ – Medium-paced Progression, loaded servers\r\n• Instant barrels & crafting – Get straight into the action\r\n• Shared blueprints (teamwide) & always-unlocked Tier 1 + Electrical\r\n• Extended workbench range !\r\n• Shorter Nights with Vote !\r\n• Ingame shop & playtime rewards for regulars !\r\n• Extra recyclers & marketplaces at monuments !\r\n• Advanced Rust+ raid alarms for peace of mind !\r\n• Dedicated, active admins for fair play\r\n• Custom plugins, anti-cheat, and regular updates\r\n\r\nWhy Join Us?\r\nActive admins, a friendly community, and a balance between challenge and enjoyment. Whether solo, duo, or in a clan—everyone is welcome!\r\n\r\n➡️ Website: nebulanetwork.site\r\n➡️ Discord: discord.nebulanetwork.site\r\n➡️ Leaderboard: nebulanetwork.site/leaderboard\r\n\r\nJoin NebulaNetwork – Experience Rust, Evolved!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nrs0000000ic/3jmaE002K)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775241129,
"score": 0,
"last_online": 1776855022,
"icon": null,
"name": "[EU] NebulaNetwork - Pegasus Enif - 10X Monthly",
"connect": "5.135.220.147:28015",
"request": "5.135.220.147:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1762847011,
"last_update": 1776855022,
"banned": false,
"wipe": 1775241141,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3866,
"language": "es",
"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/10571130");
$data = json_decode($json, true);
var_dump($data);