API für Unity Wasteland PVE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 192,
"fps_avg": 202,
"entities_count": 121508,
"world_seed": 23718720,
"world_size": 4500,
"steam_id": "90286606159541256",
"domain": null,
"id": 11710910,
"ip": "104.224.55.71",
"port": 28018,
"query": 28017,
"color": 0,
"city": "Miami",
"description": "\nUNITY WASTELAND PVE\r\n━━━━━━━━━━━━━━━━━━━━━━\r\n Full PVE — Sin PVP\r\n Raidable Bases: Easy /\n Medium / Hard / Expert / Nightmare\r\n /callheli — Llama tu propio helicóptero\r\n Mochila extra con /backpackgui\r\n\n Homes y teleporte con /home\r\n SkillTree — Sube de nivel y mejora tu personaje\r\n Licencias de vehículos con\n /license\r\n Stacks x3 — Más espacio, menos viajes\r\n Noches cortas de 5 minutos\r\n━━━━━━━━━━━━━━━━━━━━━━\r\n\n English & LATAM Community — Everyone Welcome",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780601666,
"last_online": 1780604013,
"icon": null,
"name": "Unity Wasteland PVE",
"connect": "104.224.55.71:28018",
"request": "104.224.55.71:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1780300735,
"last_update": 1780604013,
"banned": false,
"wipe": 1780601758,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2026,
"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/11710910");
$data = json_decode($json, true);
var_dump($data);