API für US LushPvE Monthly 2x | Skills | Events | Npc Raids | Quests
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 65,
"fps_avg": 64,
"entities_count": 107122,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286399120814088",
"domain": null,
"id": 11103245,
"ip": "86.54.213.146",
"port": 28015,
"query": 28020,
"color": 0,
"city": "Kansas City",
"description": "Join us on Discord: lushpve.com/discord\nGet VIP perks: Store.LushPVE.com\n--------------- | Features | ---------------\nEnjoy free /skinbox - skin any item\nCustom Convoy event roaming the road every few hours\nCustom Airfield event every few hours\n2x gather, scrap and components\nIncreased stack sizes & faster smelting\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 admins to ensure fair play\nAnd so much more! View more with /help\nView server rules with /rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780053219,
"last_online": 1780179025,
"icon": null,
"name": "US LushPvE Monthly 2x | Skills | Events | Npc Raids | Quests",
"connect": "86.54.213.146:28015",
"request": "86.54.213.146:28020",
"map": "Lush Custom PvE Maps",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1770030029,
"last_update": 1780179025,
"banned": false,
"wipe": 1778574735,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2437,
"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/11103245");
$data = json_decode($json, true);
var_dump($data);