Quake Live
API для [InstaGIB] HaVoC's House - ITA | RANKED
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1683228json
{
"response": {
"steam_id": "90284391171438605",
"domain": null,
"id": 1683228,
"ip": "93.55.88.235",
"port": 31960,
"query": 31960,
"color": 0,
"city": "Rome",
"description": "",
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1773261688,
"score": null,
"last_online": 1776241849,
"icon": null,
"name": "[InstaGIB] HaVoC's House - ITA | RANKED",
"connect": "93.55.88.235:31960",
"request": "93.55.88.235:31960",
"map": "grimdungeons",
"gamemode": "Free For All",
"version": "1069 linux-i386 Jun 3 2016 20:53:43",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "IT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1698946749,
"last_update": 1776241849,
"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": 79,
"language": "it",
"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/1683228");
$data = json_decode($json, true);
var_dump($data);