Garry's Mod
API for stupid friend ttt
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10584820json
{
"response": {
"steam_id": "85568392925890710",
"domain": null,
"id": 10584820,
"ip": "94.130.218.183",
"port": 15019,
"query": 15019,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1772493693,
"score": 0,
"last_online": 1776643856,
"icon": null,
"name": "stupid friend ttt",
"connect": "94.130.218.183:15019",
"request": "94.130.218.183:15019",
"map": "ttt_aircraft_v1b",
"gamemode": "TTT2",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762850102,
"last_update": 1776643856,
"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": 1801,
"language": "de",
"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/10584820");
$data = json_decode($json, true);
var_dump($data);