Adrenaline Gamer
API для ///AGCOMMUNITY.RU [MMR] | RU1
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8376913json
{
"response": {
"steam_id": "90282400236916749",
"domain": null,
"id": 8376913,
"ip": "217.114.15.225",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Yekaterinburg",
"description": null,
"game": 9000049,
"owner": null,
"boosts": 1,
"last_offline": 1770677501,
"score": 0,
"last_online": 1776454258,
"icon": null,
"name": "///AGCOMMUNITY.RU [MMR] | RU1",
"connect": "217.114.15.225:27015",
"request": "217.114.15.225:27015",
"map": "havoc",
"gamemode": "HLCCL",
"version": "1.1.2.2/Stdio",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743668817,
"last_update": 1776454258,
"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": 40,
"language": "ru",
"parked": false,
"app": {
"id": 109,
"steam_id": 9000049,
"name": "Adrenaline Gamer",
"url": "adrenaline-gamer"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8376913");
$data = json_decode($json, true);
var_dump($data);