API for [GER][PVE] DUn/Return to the Roots
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286143371921429",
"domain": null,
"id": 11429966,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Wolfsburg",
"description": null,
"game": 221100,
"owner": 184257,
"boosts": 1,
"last_offline": 1780552417,
"last_online": 1779609019,
"icon": null,
"name": "[GER][PVE] DUn/Return to the Roots",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774940895,
"last_update": 1780552417,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 14147,
"language": "de",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "hawky",
"avatar": "486ee573-57ed-40a4-b427-6475caac0140.png"
},
"mods": [
{
"id": 1615,
"name": "CF"
},
{
"id": 1653,
"name": "Code Lock"
},
{
"id": 1610,
"name": "Dabs Framework"
},
{
"id": 1611,
"name": "DayZ-Expansion-Bundle"
},
{
"id": 1609,
"name": "DayZ-Expansion-Licensed"
},
{
"id": 1818,
"name": "BaseBuildingPlus"
},
{
"id": 1861,
"name": "MMG - Mightys Military Gear"
},
{
"id": 1807,
"name": "CannabisPlus"
},
{
"id": 1872,
"name": "Treasure"
},
{
"id": 1903,
"name": "TerjeSkills"
},
{
"id": 1991,
"name": "Community Online Tools"
},
{
"id": 2104,
"name": "DNA Keycards"
}
],
"disabled_modules": [
"chat"
]
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11429966");
$data = json_decode($json, true);
var_dump($data);