Garry's Mod
TrainMan Andy's Private Server için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7533871json
{
"response": {
"steam_id": "90284182267760644",
"domain": null,
"id": 7533871,
"ip": "71.164.90.174",
"port": 1000,
"query": 1000,
"color": 0,
"city": "Schenectady",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1774980108,
"score": 0,
"last_online": 1775838638,
"icon": null,
"name": "TrainMan Andy's Private Server",
"connect": "71.164.90.174:1000",
"request": "71.164.90.174:1000",
"map": "gm_sunsetgulch_rsg",
"gamemode": "Sandbox",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739357983,
"last_update": 1775838638,
"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": 1456,
"language": "en",
"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/7533871");
$data = json_decode($json, true);
var_dump($data);