Garry's Mod
API for Senkaser Metro
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488684json
{
"response": {
"steam_id": null,
"domain": "kojixac.ru",
"id": 11488684,
"ip": "46.8.19.8",
"port": 27025,
"query": 27025,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1775833284,
"score": 0,
"last_online": 1775800289,
"icon": null,
"name": "Senkaser Metro",
"connect": "kojixac.ru:27025",
"request": "46.8.19.8:27025",
"map": "gm_metro_virus",
"gamemode": "Sandbox",
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1775734603,
"last_update": 1775833284,
"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": 4854,
"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/11488684");
$data = json_decode($json, true);
var_dump($data);