DayZ
API for The Lab US4 | Duo | dayzthelab.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7660873json
{
"response": {
"steam_id": "90284649945853982",
"domain": null,
"id": 7660873,
"ip": "64.40.8.34",
"port": 2302,
"query": 27016,
"color": 0,
"city": "Dallas",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775682724,
"score": 0,
"last_online": 1776606622,
"icon": null,
"name": "The Lab US4 | Duo | dayzthelab.com",
"connect": "64.40.8.34:2302",
"request": "64.40.8.34:27016",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 49,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1739554359,
"last_update": 1776606622,
"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": 966,
"language": "en",
"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/7660873");
$data = json_decode($json, true);
var_dump($data);