API для ^4Xx_yungsmoke420_xX's Match
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Quake Live",
"gametype": "clanarena,pql",
"dedicated": false,
"steam_id": "90291952596814859",
"domain": null,
"id": 14274468,
"ip": "136.38.41.58",
"port": 27960,
"query": 27960,
"project_id": null,
"color": 0,
"city": "Солт-Лейк-Сити",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1788263288,
"last_online": 1788251230,
"icon": null,
"name": "^4Xx_yungsmoke420_xX's Match",
"connect": "136.38.41.58:27960",
"request": "136.38.41.58:27960",
"map": "skarletkastle",
"gamemode": null,
"version": "1069",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788251244,
"last_update": 1788263288,
"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": 4115,
"language": "en",
"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/14274468");
$data = json_decode($json, true);
var_dump($data);