API для furienlife-challlange
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789760846,
"app": {
"id": 3,
"name": "Counter-Strike",
"steam_id": 10,
"url": "counter-strike"
},
"color": 0,
"connect": "130.94.88.203:27126",
"country": "RU",
"domain": null,
"game": 10,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16720979,
"ip": "130.94.88.203",
"language": "ru",
"last_update": 1789824136,
"map": "awp_india2",
"maxplayers": 32,
"name": "furienlife-challlange",
"numplayers": 30,
"official": null,
"points": 75,
"port": 27126,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27126,
"request": "130.94.88.203:27126",
"secured": true,
"status": true,
"steam_id": null,
"version": "1.1.2.7/Stdio",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Москва",
"description": null,
"disabled_modules": [],
"gamemode": "Furien OldSchool",
"hidden": false,
"last_offline": 1789760846,
"last_online": 1789824136,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 392,
"wipe_period": null,
"listentype": "d",
"environment": "l",
"a2s_protocol": 48
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16720979");
$data = json_decode($json, true);
var_dump($data);