GROUND BRANCH
DEVGRU Gold Squadron Milsim #2 (17+ Mic Required) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8305778json
{
"response": {
"steam_id": "90285137106199579",
"domain": null,
"id": 8305778,
"ip": "144.126.153.169",
"port": 20000,
"query": 20015,
"color": 0,
"city": "St Louis",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1768642846,
"score": 0,
"last_online": 1777506137,
"icon": null,
"name": "DEVGRU Gold Squadron Milsim #2 (17+ Mic Required)",
"connect": "144.126.153.169:20000",
"request": "144.126.153.169:20015",
"map": "nv103518891",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743322790,
"last_update": 1777506137,
"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": 33,
"language": "en",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8305778");
$data = json_decode($json, true);
var_dump($data);