API для Gatekeeper Vikings
JSON для программ, сайтов и прочего
text
json
{
"response": {
"listentype": "d",
"environment": "w",
"a2s_protocol": 17,
"players_complete": true,
"steam_id": "90292943103122435",
"domain": null,
"id": 16617175,
"ip": "46.110.58.166",
"port": 2456,
"query": 2457,
"project_id": null,
"color": 0,
"city": "Индианаполис",
"description": null,
"game": 892970,
"boosts": 1,
"last_offline": 1789676668,
"last_online": 1789746111,
"icon": null,
"name": "Gatekeeper Vikings",
"connect": "46.110.58.166:2456",
"request": "46.110.58.166:2457",
"map": "Gatekeeper Vikings",
"gamemode": null,
"version": "1.0.12",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1789603414,
"last_update": 1789746111,
"ban_reason": null,
"banned": false,
"hidden": 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": 10200,
"language": "en",
"parked": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16617175");
$data = json_decode($json, true);
var_dump($data);