DayZ
API for SAMOPAL PVE 1 - STALKER | Cars
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10890000json
{
"response": {
"steam_id": 90284735288731660,
"domain": null,
"id": 10890000,
"ip": "88.151.184.142",
"port": 2303,
"query": 27020,
"color": 0,
"city": "Veliky Novgorod",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776708202,
"score": 0,
"last_online": 1776775815,
"icon": null,
"name": "SAMOPAL PVE 1 - STALKER | Cars",
"connect": "88.151.184.142:2303",
"request": "88.151.184.142:27020",
"map": "NHChernobyl",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 39,
"maxplayers": 45,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 74,
"add_date": 1768328516,
"last_update": 1776775815,
"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": 697,
"language": "ru",
"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/10890000");
$data = json_decode($json, true);
var_dump($data);