Garry's Mod
💀 MILITARY-PLAY | NATO ⚔️ РФ | 🚀 FAST | 🎯 TFA için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10610305json
{
"response": {
"steam_id": "85568392930731488",
"domain": null,
"id": 10610305,
"ip": "46.174.49.253",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4000,
"owner": 156307,
"boosts": 1,
"last_offline": 1777042347,
"score": 5,
"last_online": 1777445417,
"icon": null,
"name": "💀 MILITARY-PLAY | NATO ⚔️ РФ | 🚀 FAST | 🎯 TFA",
"connect": "46.174.49.253:27015",
"request": "46.174.49.253:27015",
"map": "rp_military_play",
"gamemode": "MilitaryRP",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1763323319,
"last_update": 1777445417,
"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": 63,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "militaryplay",
"avatar": "04ca1f2b-b1a1-4360-9c23-529275f308cc.png",
"last_online": 1773042915
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10610305");
$data = json_decode($json, true);
var_dump($data);