API для Valkyrie Saga | Stamila+ - 3PP - Hight fps = More Loot / Vanill
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286545681909771",
"domain": null,
"id": 11744089,
"ip": "173.242.55.248",
"port": 2004,
"query": 4004,
"color": 0,
"city": "Kyiv",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780518663,
"last_online": 1780583413,
"icon": null,
"name": "Valkyrie Saga | Stamila+ - 3PP - Hight fps = More Loot / Vanill",
"connect": "173.242.55.248:2004",
"request": "173.242.55.248:4004",
"map": "enoch",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 253,
"maxplayers": 255,
"bots": 253,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1780518663,
"last_update": 1780583413,
"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": 77,
"language": "uk",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11744089");
$data = json_decode($json, true);
var_dump($data);