DayZ
API для [UA/EU] FINAL DAWN PVE [PvP Zone] BOTS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10729120json
{
"response": {
"steam_id": "90285050385742855",
"domain": null,
"id": 10729120,
"ip": "178.159.214.232",
"port": 2300,
"query": 27017,
"color": 0,
"city": "Kyiv",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1777122207,
"score": 0,
"last_online": 1777324237,
"icon": null,
"name": "[UA/EU] FINAL DAWN PVE [PvP Zone] BOTS",
"connect": "178.159.214.232:2300",
"request": "178.159.214.232:27017",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1765149725,
"last_update": 1777324237,
"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": 1340,
"language": "uk",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10729120");
$data = json_decode($json, true);
var_dump($data);