DayZ
API for #4 CHERNO PvP (Mr.Smile) The Expendables DayZ by Dr.Day
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11423402json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11423402,
"ip": "91.196.32.147",
"port": 28114,
"query": 25336,
"color": 0,
"city": "Frankfurt am Main",
"description": "DayZ-Expansion-Name-Tags��Sq��y�DayZ-Expansion-Navigation��#\\ޙ�DayZ-Expansion-Core�mj���6�RaG_BaseBuildingۖ�QA��RaG_Core�9Ήb���DayZ-Expansion-Quests�T��l\rVPPAdminTools�QV� ���Dabs Framework�Ưh��\\Community Framework",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775793679,
"score": 0,
"last_online": 1775892011,
"icon": null,
"name": "#4 CHERNO PvP (Mr.Smile) The Expendables DayZ by Dr.Day",
"connect": "91.196.32.147:28114",
"request": "91.196.32.147:25336",
"map": "enoch",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 101,
"maxplayers": 127,
"bots": 101,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 121,
"add_date": 1774600069,
"last_update": 1775892011,
"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": 180,
"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/11423402");
$data = json_decode($json, true);
var_dump($data);