API для PotatoVikings
JSON для программ, сайтов и прочего
text
json
{
"response": {
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"players_complete": true,
"steam_id": "90292980690610180",
"domain": null,
"id": 16613768,
"ip": "67.58.97.245",
"port": 20351,
"query": 20352,
"project_id": null,
"color": 0,
"city": "Франкфурт-на-Майне",
"description": null,
"game": 892970,
"boosts": 1,
"last_offline": 1789595595,
"last_online": 1789746278,
"icon": null,
"name": "PotatoVikings",
"connect": "67.58.97.245:20351",
"request": "67.58.97.245:20352",
"map": "PotatoVikings",
"gamemode": null,
"version": "1.0.15",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1789595595,
"last_update": 1789746278,
"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": 5236,
"language": "de",
"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/16613768");
$data = json_decode($json, true);
var_dump($data);