API для relax ca alpha - https://discord.gg/relaxca
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "Quake Live",
"gametype": "clanarena,minqlx,ca, ts4, relax, frankfurt, hoq, germany, de, ranked, rating, cats, meow, dojo",
"dedicated": true,
"steam_id": "90291914571556887",
"domain": null,
"id": 14259959,
"ip": "5.175.233.96",
"port": 23950,
"query": 23950,
"project_id": null,
"color": 0,
"city": "Франкфурт-на-Майне",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1788264897,
"last_online": 1788198455,
"icon": null,
"name": "relax ca alpha - https://discord.gg/relaxca",
"connect": "5.175.233.96:23950",
"request": "5.175.233.96:23950",
"map": "asylum",
"gamemode": null,
"version": "1069",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788189873,
"last_update": 1788264897,
"ban_reason": null,
"banned": false,
"hidden": 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": 3868,
"language": "de",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14259959");
$data = json_decode($json, true);
var_dump($data);