API для HI-FI
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "The Forest",
"gametype": "232df82c-b666-4f8c-9ed4-52bc8e74e631;__95F414C35DF064A69E628D8344EE5FAC1D8406506A1C0929B8629C37EA18B5C4",
"dedicated": true,
"steam_id": "90291429552768029",
"domain": null,
"id": 14008088,
"ip": "187.223.76.18",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "La Paz",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1787763335,
"last_online": 1787519545,
"icon": null,
"name": "HI-FI",
"connect": "187.223.76.18:27015",
"request": "187.223.76.18:27016",
"map": "Normal",
"gamemode": null,
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": null,
"country": "MX",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787454741,
"last_update": 1787763335,
"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": 331,
"language": "es",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14008088");
$data = json_decode($json, true);
var_dump($data);