API для [TR/EU] Veronica - 3x Shopsuz Emek | Washington
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936673836",
"domain": null,
"id": 14261197,
"ip": "45.143.11.254",
"port": 25444,
"query": 25444,
"project_id": null,
"color": 0,
"city": "Стамбул",
"description": null,
"game": 304930,
"boosts": 1,
"last_offline": 1789654322,
"last_online": 1788815403,
"icon": "https://i.imgur.com/P8s0O8t.png",
"name": "[TR/EU] Veronica - 3x Shopsuz Emek | Washington",
"connect": "45.143.11.254:25444",
"request": "45.143.11.254:25444",
"map": "Washington",
"gamemode": "[3X LOOT] [TPA] <",
"version": "3.26.3.11",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788193249,
"last_update": 1789654322,
"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": 7733,
"language": "tr",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14261197");
$data = json_decode($json, true);
var_dump($data);