DayZ
API for FRONT - Vanilla PVP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11489562json
{
"response": {
"steam_id": "90284747421296658",
"domain": null,
"id": 11489562,
"ip": "185.189.255.19",
"port": 2502,
"query": 2505,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"KsOxal4Nju\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://discord.gg/RFdtFUQWZ5\"}}]",
"game": 221100,
"owner": 189255,
"boosts": 1,
"last_offline": 1776594075,
"score": 0,
"last_online": 1776796214,
"icon": null,
"name": "FRONT - Vanilla PVP",
"connect": "185.189.255.19:2502",
"request": "185.189.255.19:2505",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1776594075,
"last_update": 1776796214,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 623,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "novikov",
"avatar": "b6b204e4-40ae-4f00-a19c-6ff5108fb1ed.jpg",
"last_online": 1776718211
},
"mods": [
{
"id": 1615,
"name": "CF"
},
{
"id": 1614,
"name": "VPPAdminTools"
}
],
"disabled_modules": [
"chat"
]
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489562");
$data = json_decode($json, true);
var_dump($data);