API для NZy7's custom game
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "l",
"product": "zamnhlmp",
"region": -1,
"steam_id": "90289619565318149",
"domain": null,
"id": 12699446,
"ip": "191.108.62.206",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Bogotá",
"description": null,
"game": 3416640,
"owner": null,
"boosts": 1,
"last_offline": 1785123287,
"last_online": 1785040200,
"icon": null,
"name": "NZy7's custom game",
"connect": "191.108.62.206:27015",
"request": "191.108.62.206:27015",
"map": "City",
"gamemode": null,
"version": "2.10.0.0/Stdio",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "CO",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785039905,
"last_update": 1785123287,
"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": 21,
"language": "es",
"parked": false,
"app": {
"id": 1665400,
"steam_id": 3416640,
"name": "Half-Life: Cross Product Multiplayer",
"url": "half-life-cross-product-multiplayer"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12699446");
$data = json_decode($json, true);
var_dump($data);