Quake Live
API для ShiN0's kitchen up to 8v8 CA with extras | standard and custom
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1683255json
{
"response": {
"steam_id": "90284384882030599",
"domain": null,
"id": 1683255,
"ip": "157.90.229.230",
"port": 27960,
"query": 27960,
"color": 0,
"city": "Nuremberg",
"description": "",
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1773795121,
"score": null,
"last_online": 1776243644,
"icon": null,
"name": "ShiN0's kitchen up to 8v8 CA with extras | standard and custom",
"connect": "157.90.229.230:27960",
"request": "157.90.229.230:27960",
"map": "hellsgate",
"gamemode": "Clan Arena",
"version": "1069 linux-x64 Jun 3 2016 20:53:50",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1698946751,
"last_update": 1776243644,
"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": 87,
"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/1683255");
$data = json_decode($json, true);
var_dump($data);