API für Frostlands Whiteout SurvivorZ >> Guns++ Casual Loot++ Building
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11733625,
"ip": "72.56.119.181",
"port": 34356,
"query": 12581,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780455865,
"last_online": 1780488014,
"icon": null,
"name": "Frostlands Whiteout SurvivorZ >> Guns++ Casual Loot++ Building",
"connect": "72.56.119.181:34356",
"request": "72.56.119.181:12581",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 236,
"maxplayers": 250,
"bots": 236,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 125,
"add_date": 1780411337,
"last_update": 1780488014,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 215,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11733625");
$data = json_decode($json, true);
var_dump($data);