DayZ
API for [BR] BRASIL KARKARA PVE DEER ISLE | BOTS AI | QUESTS | TERJE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5309050json
{
"response": {
"steam_id": "90284751609115648",
"domain": null,
"id": 5309050,
"ip": "177.91.67.137",
"port": 2310,
"query": 27020,
"color": 0,
"city": "Rio Claro",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776465206,
"score": 0,
"last_online": 1776798629,
"icon": null,
"name": "[BR] BRASIL KARKARA PVE DEER ISLE | BOTS AI | QUESTS | TERJE",
"connect": "177.91.67.137:2310",
"request": "177.91.67.137:27020",
"map": "deerisle",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 18,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 52,
"add_date": 1721866217,
"last_update": 1776798629,
"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": 1363,
"language": "pt",
"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/5309050");
$data = json_decode($json, true);
var_dump($data);