DayZ
API для Novy Bros Green County: America 3 Bombastic Jubilee
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6175472json
{
"response": {
"steam_id": "90284096186394628",
"domain": null,
"id": 6175472,
"ip": "95.156.213.96",
"port": 18000,
"query": 18001,
"color": 0,
"city": "Clifton",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1774429983,
"score": 0,
"last_online": 1776817259,
"icon": null,
"name": "Novy Bros Green County: America 3 Bombastic Jubilee",
"connect": "95.156.213.96:18000",
"request": "95.156.213.96:18001",
"map": "GreenCounty",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728214623,
"last_update": 1776817259,
"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": 2537,
"language": "en",
"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/6175472");
$data = json_decode($json, true);
var_dump($data);