API для Fredagsklubben Plain Valheim
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90283229802000402",
"domain": null,
"id": 11161191,
"ip": "164.152.123.235",
"port": 27053,
"query": 27054,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1774156928,
"last_online": 1780139482,
"icon": null,
"name": "Fredagsklubben Plain Valheim",
"connect": "164.152.123.235:27053",
"request": "164.152.123.235:27054",
"map": "Fredagsklubben Plain Valheim",
"gamemode": null,
"version": "0.221.10",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "NL",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1772228226,
"last_update": 1780139482,
"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": 177,
"language": "nl",
"parked": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11161191");
$data = json_decode($json, true);
var_dump($data);