API for [GER] Bl4ckX.de DayZ Chernarus
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286617126257694",
"domain": null,
"id": 2432482,
"ip": "46.20.36.60",
"port": 2302,
"query": 27018,
"project_id": null,
"color": 0,
"city": "Düsseldorf",
"description": "",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775786522,
"last_online": 1780696851,
"icon": null,
"name": "[GER] Bl4ckX.de DayZ Chernarus",
"connect": "46.20.36.60:2302",
"request": "46.20.36.60:27018",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1704367031,
"last_update": 1780696851,
"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": 5008,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2432482");
$data = json_decode($json, true);
var_dump($data);