API для Servidor Rp hl2
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789935764,
"app": {
"id": 30,
"name": "Garry's Mod",
"steam_id": 4000,
"url": "garrys-mod"
},
"color": 0,
"connect": "177.103.117.247:27015",
"country": "BR",
"domain": null,
"game": 4000,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16813719,
"ip": "177.103.117.247",
"language": "pt",
"last_update": 1789974949,
"map": "rp_city17_futuristic_summer",
"maxplayers": 32,
"name": "Servidor Rp hl2",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27015,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27015,
"request": "177.103.117.247:27015",
"secured": false,
"status": false,
"steam_id": "90293120010167300",
"version": "2026.04.29",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Кампинас",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789974949,
"last_online": 1789951691,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 21400,
"wipe_period": null,
"os": "w",
"region": -1,
"product": "garrysmod",
"gametype": "gm:darkrp gmws:248302805 gmc:rp ver:260917",
"dedicated": false
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16813719");
$data = json_decode($json, true);
var_dump($data);