API для Piłaci z Valheima
JSON для программ, сайтов и прочего
text
json
{
"response": {
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"players_complete": true,
"steam_id": "90292980335237133",
"domain": null,
"id": 15870900,
"ip": "185.246.208.193",
"port": 21945,
"query": 21946,
"project_id": null,
"color": 0,
"city": "Варшава",
"description": null,
"game": 892970,
"boosts": 1,
"last_offline": 1789064628,
"last_online": 1789775704,
"icon": null,
"name": "Piłaci z Valheima",
"connect": "185.246.208.193:21945",
"request": "185.246.208.193:21946",
"map": "Piłaci z Valheima",
"gamemode": null,
"version": "1.0.15",
"numplayers": 3,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "PL",
"status": true,
"votes": 0,
"points": 44,
"add_date": 1789064628,
"last_update": 1789775704,
"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": 2322,
"language": "pl",
"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/15870900");
$data = json_decode($json, true);
var_dump($data);