API для Valheim (RU) Server by SurvivalHost.ORG
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "valheim",
"gametype": "g=1.0.14,n=40,m=",
"dedicated": true,
"steam_id": "90292923609660434",
"domain": null,
"id": 16650548,
"ip": "195.18.27.77",
"port": 24560,
"query": 24561,
"project_id": null,
"color": 0,
"city": "Москва",
"description": null,
"game": 892970,
"boosts": 1,
"last_offline": 1789658058,
"last_online": 1789654245,
"icon": null,
"name": "Valheim (RU) Server by SurvivalHost.ORG",
"connect": "195.18.27.77:24560",
"request": "195.18.27.77:24561",
"map": "Valheim (RU) Server by Survival",
"gamemode": null,
"version": "1.0.14",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789649641,
"last_update": 1789658058,
"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": 92249,
"language": "ru",
"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/16650548");
$data = json_decode($json, true);
var_dump($data);