API для Zlomena vareska SK/CZ
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "PAIBAAgAA4OcOxIEpAEKMAUpBwAEBDKkAQIAAwMDA6QBpAGLAaQBBwIBLQCUpAMHAQiAYEEEpAGkAYMU",
"os": "l",
"product": "7DTD",
"region": -1,
"steam_id": "90288726080314387",
"domain": null,
"id": 12055415,
"ip": "178.40.223.152",
"port": 26900,
"query": 26900,
"project_id": null,
"color": 0,
"city": "Nitra",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1784089250,
"last_online": 1783846306,
"icon": null,
"name": "Zlomena vareska SK/CZ",
"connect": "178.40.223.152:26900",
"request": "178.40.223.152:26900",
"map": "Navezgane",
"gamemode": null,
"version": "01.03.00",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "SK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783800149,
"last_update": 1784089250,
"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": 17142,
"language": "sk",
"parked": false,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12055415");
$data = json_decode($json, true);
var_dump($data);