API для 2748 | ASIA PACIFIC - SY
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": 90286228486679570,
"domain": null,
"id": 561070,
"ip": "128.0.114.32",
"port": 10200,
"query": 10201,
"color": 0,
"city": "Sydney",
"description": "",
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1779377024,
"last_online": 1779780628,
"icon": null,
"name": "2748 | ASIA PACIFIC - SY",
"connect": "128.0.114.32:10200",
"request": "128.0.114.32:10201",
"map": "enoch",
"gamemode": "Official DayZ Experimental game server",
"version": "1.29.163047",
"numplayers": 2,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1666644268,
"last_update": 1779780628,
"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": 9,
"language": "en",
"parked": false,
"app": {
"id": 54695,
"steam_id": 1024020,
"name": "DayZ Experimental",
"url": "dayz-experimental"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/561070");
$data = json_decode($json, true);
var_dump($data);