API für Voltage - Monthly | No BP Wipe | 25% Upkeep
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 56,
"fps_avg": 56,
"entities_count": 95586,
"world_seed": 1611966463,
"world_size": 4000,
"steam_id": "90286581347696669",
"domain": null,
"id": 11677395,
"ip": "66.51.96.70",
"port": 28045,
"query": 28046,
"color": 0,
"city": "Ashburn",
"description": "\nVOLTAGE SERVER RULES\r\n\r\nNo cheating or exploiting\r\nNo racism / hate speech\r\nRespect admins & players\r\nNo spam or mic abuse\r\nPlay fair — no toxic griefing\r\n\r\nBreaking rules = instant punishment",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780216206,
"last_online": 1780589436,
"icon": null,
"name": "Voltage - Monthly | No BP Wipe | 25% Upkeep",
"connect": "66.51.96.70:28045",
"request": "66.51.96.70:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216206,
"last_update": 1780589436,
"banned": false,
"wipe": 1779714544,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5824,
"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/11677395");
$data = json_decode($json, true);
var_dump($data);