Adrenaline Gamer
API для ¨¨¨¨‡42‡¨¨¨¨•DE•¨¨¨¨•BR0KƎN SUN•
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/902934json
{
"response": {
"steam_id": "90284543238669343",
"domain": null,
"id": 902934,
"ip": "94.177.230.156",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 9000049,
"owner": null,
"boosts": 1,
"last_offline": 1774344713,
"score": null,
"last_online": 1776440433,
"icon": null,
"name": "¨¨¨¨‡42‡¨¨¨¨•DE•¨¨¨¨•BR0KƎN SUN•",
"connect": "94.177.230.156:27015",
"request": "94.177.230.156:27015",
"map": "awol",
"gamemode": "HLCCL",
"version": "1.1.2.2/Stdio",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1684747908,
"last_update": 1776440433,
"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": 6,
"language": "de",
"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/902934");
$data = json_decode($json, true);
var_dump($data);