Rust
API für EU Vex.gg 5x Solo Only|Kits|Shop|TP|homes|max 1|10x5
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9861460json
{
"response": {
"fps": 65,
"fps_avg": 64,
"entities_count": 108445,
"world_seed": 1337,
"world_size": 3300,
"steam_id": "90285537599694852",
"domain": null,
"id": 9861460,
"ip": "86.54.213.14",
"port": 28015,
"query": 28020,
"color": 0,
"city": "London",
"description": "\nJoin Vex for a better Rust experience, with fully custom plugins and features!\nMax team limit: 1 (/limits)\n\nJoin us on Discord: discord.gg/VexRust\nGet VIP perks: Store.Vex.gg\nStats and Leaderboards: Vex.gg/leaderboard\n--------------- | Features | ---------------\nHomes, TPs, kits, shop & more\nLoot tables balance for more PvP and raiding\nEnjoy free /skinbox - skin any item\nRust+ Raid Alerts when you're getting raided\nCustom Convoy event roaming the road every few hours\nCustom Airfield event every few hours\n5x gather, scrap and components\n5x faster crafting and recycling\nIncreased stack sizes & faster smelting\nMinicopters spawning on roads, scrap helicopters in the wild\nCars spawn ready-to-drives with parts included\nDrone marketplaces & AirWolf at fishing villages & ranches\nRecyclers at Dome, Oilrigs, Ranches & Fishing Villages\nLong days and shorter nights\nActive, non-playing admins to ensure fair play\nAnd so much more! View more with /help\n--------------- | Rules | ---------------\nNo cheating or playing with cheaters. No VPNs/proxies allowed\nNo Rust game banned alts in the last 180 days, no more than 1\nView more with /rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778246584,
"score": 0,
"last_online": 1778582415,
"icon": null,
"name": "EU Vex.gg 5x Solo Only|Kits|Shop|TP|homes|max 1|10x5",
"connect": "86.54.213.14:28015",
"request": "86.54.213.14:28020",
"map": "Wiped 2 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 20,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1753269489,
"last_update": 1778582415,
"banned": false,
"wipe": 1778416202,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 923,
"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/9861460");
$data = json_decode($json, true);
var_dump($data);