API для Indifferent Broccoli Valheim Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "valheim",
"gametype": "g=1.0.14,n=40,m=",
"dedicated": true,
"steam_id": "90292927300830222",
"domain": null,
"id": 16656153,
"ip": "88.211.219.133",
"port": 27300,
"query": 27301,
"project_id": null,
"color": 0,
"city": "Харлем",
"description": null,
"game": 892970,
"boosts": 1,
"last_offline": 1789745698,
"last_online": 1789655425,
"icon": null,
"name": "Indifferent Broccoli Valheim Server",
"connect": "88.211.219.133:27300",
"request": "88.211.219.133:27301",
"map": "Indifferent Broccoli Valheim Se",
"gamemode": null,
"version": "1.0.14",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789655644,
"last_update": 1789745698,
"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": 60316,
"language": "nl",
"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/16656153");
$data = json_decode($json, true);
var_dump($data);