API для скотомогильник
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "gm:starwarsrp gmc:rp ver:260508",
"os": "w",
"product": "garrysmod",
"region": 255,
"steam_id": "90289346019760134",
"domain": null,
"id": 12371183,
"ip": "217.178.52.82",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1784960494,
"last_online": 1784626200,
"icon": null,
"name": "скотомогильник",
"connect": "217.178.52.82:27015",
"request": "217.178.52.82:27015",
"map": "rp_starwars_galaxies",
"gamemode": null,
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": null,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784382697,
"last_update": 1784960494,
"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": 6753,
"language": "ja",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12371183");
$data = json_decode($json, true);
var_dump($data);