Garry's Mod
API for UkraineRP | ArcCW / Квести / Оптимізація
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11326734json
{
"response": {
"steam_id": "85568392935261409",
"domain": null,
"id": 11326734,
"ip": "51.77.50.225",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1775910715,
"score": 0,
"last_online": 1776790818,
"icon": null,
"name": "UkraineRP | ArcCW / Квести / Оптимізація",
"connect": "51.77.50.225:27015",
"request": "51.77.50.225:27015",
"map": "rp_bangclawu",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 68,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1774594163,
"last_update": 1776790818,
"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": 65,
"language": "pl",
"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/11326734");
$data = json_decode($json, true);
var_dump($data);