DayZ
API for PEI Social Club v2.0 NO KOS
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6483900json
{
"response": {
"steam_id": 90284707522296850,
"domain": null,
"id": 6483900,
"ip": "134.255.214.226",
"port": 11000,
"query": 11001,
"color": 0,
"city": "Clifton",
"description": "DayZ gameserver hosted by nitrado.net",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775881918,
"score": 0,
"last_online": 1776791428,
"icon": null,
"name": "PEI Social Club v2.0 NO KOS",
"connect": "134.255.214.226:11000",
"request": "134.255.214.226:11001",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1730370110,
"last_update": 1776791428,
"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": 1055,
"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/6483900");
$data = json_decode($json, true);
var_dump($data);