API для dodusolo
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "battleye,external,privHive,shard123ABC,lqs0,etm12.000000,entm6.000000,18:11",
"os": "w",
"product": "dayz",
"region": -1,
"steam_id": "90288826326033424",
"domain": null,
"id": 12282119,
"ip": "89.92.59.224",
"port": 2302,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Escaudœuvres",
"description": null,
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1784067754,
"last_online": 1783974186,
"icon": null,
"name": "dodusolo",
"connect": "89.92.59.224:2302",
"request": "89.92.59.224:27016",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163401",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": null,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783945997,
"last_update": 1784067754,
"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": 151,
"language": "fr",
"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/12282119");
$data = json_decode($json, true);
var_dump($data);