Garry's Mod
FDG - TTT2 - Pur und Klassisch - FastDL - Mehr als 60 Rollen için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11326846json
{
"response": {
"steam_id": 85568392935072080,
"domain": null,
"id": 11326846,
"ip": "88.214.56.152",
"port": 27200,
"query": 27200,
"color": 0,
"city": "Münster",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1774990937,
"score": 0,
"last_online": 1776843734,
"icon": null,
"name": "FDG - TTT2 - Pur und Klassisch - FastDL - Mehr als 60 Rollen",
"connect": "88.214.56.152:27200",
"request": "88.214.56.152:27200",
"map": "de_dust2",
"gamemode": "Trouble in Terrorist Town",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 17,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774594166,
"last_update": 1776843734,
"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": 2960,
"language": "de",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11326846");
$data = json_decode($json, true);
var_dump($data);