Garry's Mod
API for ST - Быстрая игра М41
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11447969json
{
"response": {
"steam_id": "85568392936038189",
"domain": null,
"id": 11447969,
"ip": "185.71.66.223",
"port": 28078,
"query": 28078,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776825202,
"score": 0,
"last_online": 1776810033,
"icon": null,
"name": "ST - Быстрая игра М41",
"connect": "185.71.66.223:28078",
"request": "185.71.66.223:28078",
"map": "dro_hopespeak_v3",
"gamemode": "Shinri Trial | Danganronpa",
"version": "2025.03.26",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 2,
"add_date": 1774977926,
"last_update": 1776825202,
"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": 3586,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11447969");
$data = json_decode($json, true);
var_dump($data);