Adrenaline Gamer
API для Lasagna Lair | twitch.tv/jeepygmi | AG DM | US East
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10089331json
{
"response": {
"steam_id": "90272755200199711",
"domain": null,
"id": 10089331,
"ip": "51.79.98.125",
"port": 27115,
"query": 27115,
"color": 0,
"city": "Beauharnois",
"description": null,
"game": 9000049,
"owner": null,
"boosts": 1,
"last_offline": 1768642027,
"score": 0,
"last_online": 1776451935,
"icon": null,
"name": "Lasagna Lair | twitch.tv/jeepygmi | AG DM | US East",
"connect": "51.79.98.125:27115",
"request": "51.79.98.125:27115",
"map": "crossfire",
"gamemode": "AG FFA",
"version": "1.1.2.2/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": true,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1755475492,
"last_update": 1776451935,
"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": 45,
"language": "en",
"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/10089331");
$data = json_decode($json, true);
var_dump($data);