Valheim
API для VINBOIS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6795048json
{
"response": {
"steam_id": "90208497089885194",
"domain": null,
"id": 6795048,
"ip": "38.96.255.94",
"port": 9050,
"query": 9051,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1774264315,
"score": 0,
"last_online": 1776456056,
"icon": null,
"name": "VINBOIS",
"connect": "38.96.255.94:9050",
"request": "38.96.255.94:9051",
"map": "VINBOIS",
"gamemode": null,
"version": "0.219.14",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1733246050,
"last_update": 1776456056,
"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": 1625,
"language": "en",
"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/6795048");
$data = json_decode($json, true);
var_dump($data);