API für Freedom PVE | 5x | Refined Loot | Raid Bases
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 49,
"fps_avg": 48,
"entities_count": 129925,
"world_seed": 747474992,
"world_size": 4250,
"steam_id": "90286603581561876",
"domain": null,
"id": 10805503,
"ip": "89.28.237.26",
"port": 28060,
"query": 28061,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Freedom PVE! \r\n The Best PVE Experience! \r\n Some of our features include: \r\n - No limits on buildings or entities \r\n - Universal 5x multiplier \r\n - Customized Loot tables \r\n - Custom Raidable Bases \r\n - Clearly Defined PvP zones \r\n - /tpr /home /remove /bgrade /buyraid \r\n - Heli signals \r\n - Train Bases",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780641624,
"icon": null,
"name": "Freedom PVE | 5x | Refined Loot | Raid Bases",
"connect": "89.28.237.26:28060",
"request": "89.28.237.26:28061",
"map": "Freedom To Everyone",
"gamemode": "Survival",
"version": "2627",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1766921280,
"last_update": 1780641624,
"banned": false,
"wipe": 1780595221,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1037,
"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/10805503");
$data = json_decode($json, true);
var_dump($data);