API для IZI PUB#1 - CLAN ARENA - 16v16 CA - Regular Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "clanarena,minqlx,new players,izi,ca,clanarena, pub",
"os": "l",
"product": "Quake Live",
"region": -1,
"steam_id": "90288883246530563",
"domain": null,
"id": 10592028,
"ip": "54.37.93.142",
"port": 27961,
"query": 27961,
"project_id": null,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1784060624,
"last_online": 1784087545,
"icon": null,
"name": "IZI PUB#1 - CLAN ARENA - 16v16 CA - Regular Server",
"connect": "54.37.93.142:27961",
"request": "54.37.93.142:27961",
"map": "izica19",
"gamemode": "Clan Arena",
"version": "1069",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762851910,
"last_update": 1784087545,
"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": 355,
"language": "de",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10592028");
$data = json_decode($json, true);
var_dump($data);