API для P4rz1vals Trainingsserver
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789626209,
"app": {
"id": 1629104,
"name": "Counter-Strike: Global Offensive",
"steam_id": 4465480,
"url": "counter-strike-global-offensive"
},
"color": 0,
"connect": "173.249.52.59:27015",
"country": "FR",
"domain": null,
"game": 4465480,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16637087,
"ip": "173.249.52.59",
"language": "fr",
"last_update": 1790261636,
"map": "de_inferno",
"maxplayers": 10,
"name": "P4rz1vals Trainingsserver",
"numplayers": 0,
"official": null,
"points": 30,
"port": 27015,
"private": true,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27015,
"request": "173.249.52.59:27015",
"secured": true,
"status": true,
"steam_id": null,
"version": "1.36.5.9",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Lauterbourg",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike: Global Offensive",
"hidden": false,
"last_offline": 1789626209,
"last_online": 1790261636,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1549,
"wipe_period": null,
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16637087");
$data = json_decode($json, true);
var_dump($data);