API для Sit Back & Relax
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "Version_1.4.0.0,Time_16,Month_4,Owner_76561199838598582,Region_USA,IsPopular",
"os": "w",
"product": "541300",
"region": -1,
"steam_id": "90289588495884301",
"domain": null,
"id": 12561126,
"ip": "13.193.178.97",
"port": 7950,
"query": 7951,
"project_id": null,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 541300,
"owner": null,
"boosts": 1,
"last_offline": 1785317362,
"last_online": 1784991000,
"icon": null,
"name": "Sit Back & Relax",
"connect": "13.193.178.97:7950",
"request": "13.193.178.97:7951",
"map": "Black_Island",
"gamemode": null,
"version": "1.4.0.0",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": null,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784877132,
"last_update": 1785317362,
"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": 1777,
"language": "ja",
"parked": false,
"app": {
"id": 12556,
"steam_id": 541300,
"name": "Survive the Nights",
"url": "survive-the-nights"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12561126");
$data = json_decode($json, true);
var_dump($data);