API для [NO GAME] TEST
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291820722927623",
"domain": null,
"id": 14208117,
"ip": "88.210.58.103",
"port": 2502,
"query": 2505,
"project_id": null,
"color": 0,
"city": "Санкт-Петербург",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1788008737,
"last_online": 1788038664,
"icon": null,
"name": "[NO GAME] TEST",
"connect": "88.210.58.103:2502",
"request": "88.210.58.103:2505",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1788008737,
"last_update": 1788038664,
"ban_reason": null,
"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": 3805,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14208117");
$data = json_decode($json, true);
var_dump($data);