API для ^>^<^ [ L.E.G.I.O.N. ] Ukr. Gaming ^>^<^
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 3,
"product": "fof",
"gametype": "bots,friendlyfire,HLstatsX:CE,increased_maxplayers,linux,public,ranked",
"dedicated": true,
"steam_id": "90290771054380034",
"domain": null,
"id": 13692976,
"ip": "188.165.184.118",
"port": 20791,
"query": 20791,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 265630,
"owner": null,
"boosts": 1,
"last_offline": 1787425429,
"last_online": 1786634400,
"icon": null,
"name": "^>^<^ [ L.E.G.I.O.N. ] Ukr. Gaming ^>^<^",
"connect": "188.165.184.118:20791",
"request": "188.165.184.118:20791",
"map": "fof_fistful",
"gamemode": null,
"version": "630",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": null,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786628557,
"last_update": 1787425429,
"ban_reason": null,
"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": 3407,
"language": "fi",
"parked": false,
"app": {
"id": 81,
"steam_id": 265630,
"name": "Fistful of Frags",
"url": "fistful-of-frags"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13692976");
$data = json_decode($json, true);
var_dump($data);