DayZ
API für Dayz Official/Classic/Чернорусь/ПВЕ/VANILLA/3PP
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11423236json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11423236,
"ip": "72.56.119.181",
"port": 21896,
"query": 23178,
"color": 0,
"city": "Frankfurt am Main",
"description": "DayZ Dogw�X ���Dabs Framework���=�(��DayZ Editor Loader�Ưh��\\Community Framework;��cJ9$�MXS_CLUBBeliy&cocftoolsRoot\nCodeLockv3dabdayzFarmadHUNTER-ZHunterzJacob_Mango_V3mxs_helimXs_VENOMsibnic_moddayzTheSSendwolf",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776742400,
"score": 0,
"last_online": 1776775813,
"icon": null,
"name": "Dayz Official/Classic/Чернорусь/ПВЕ/VANILLA/3PP",
"connect": "72.56.119.181:21896",
"request": "72.56.119.181:23178",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 63,
"maxplayers": 127,
"bots": 63,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 93,
"add_date": 1774600065,
"last_update": 1776775813,
"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": 520,
"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/11423236");
$data = json_decode($json, true);
var_dump($data);