API для Treason
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "treason",
"region": -1,
"steam_id": "90290162781158416",
"domain": null,
"id": 13281610,
"ip": "67.209.129.7",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Ust-Kamenogorsk",
"description": null,
"game": 1786950,
"owner": null,
"boosts": 1,
"last_offline": 1785821822,
"last_online": 1785784800,
"icon": null,
"name": "Treason",
"connect": "67.209.129.7:27015",
"request": "67.209.129.7:27015",
"map": "t_hotel",
"gamemode": null,
"version": "14",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "KZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785770855,
"last_update": 1785821822,
"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": 77,
"language": "kk",
"parked": false,
"app": {
"id": 1512658,
"steam_id": 1786950,
"name": "Treason",
"url": "treason"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13281610");
$data = json_decode($json, true);
var_dump($data);