API для Destroyers04's World
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "autumn",
"secondaries": {
"2865781558": {
"id": "2865781558",
"port": 10998,
"__addr": "83.109.69.33",
"steamid": "90292169145614356"
}
},
"directory_id": "KU_ksjKCChR",
"steam_id": null,
"domain": null,
"id": 14954946,
"ip": "83.109.69.33",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Melhus",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788561701,
"last_online": 1788567002,
"icon": null,
"name": "Destroyers04's World",
"connect": "83.109.69.33:10999",
"request": "83.109.69.33:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 3,
"maxplayers": 3,
"bots": null,
"secured": null,
"private": true,
"country": "NO",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1788561701,
"last_update": 1788567002,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 771,
"language": "no",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14954946");
$data = json_decode($json, true);
var_dump($data);