API для Kirinort
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "GearGameHorde_Event",
"os": "w",
"product": "Gears of War 3",
"region": 255,
"steam_id": "90289091320864796",
"domain": null,
"id": 12230817,
"ip": "172.59.136.85",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Pittsburgh",
"description": null,
"game": 480,
"owner": null,
"boosts": 1,
"last_offline": 1784840552,
"last_online": 1784236881,
"icon": null,
"name": "Kirinort",
"connect": "172.59.136.85:7777",
"request": "172.59.136.85:27015",
"map": "MP_Rustlung_Retail",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783837016,
"last_update": 1784840552,
"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": 957,
"language": "en",
"parked": false,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12230817");
$data = json_decode($json, true);
var_dump($data);