Arma 3
248th Desolation Battalion - Training Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11207734json
{
"response": {
"steam_id": "90284747619311622",
"domain": null,
"id": 11207734,
"ip": "66.45.226.130",
"port": 2306,
"query": 2307,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776559398,
"score": 0,
"last_online": 1776814853,
"icon": null,
"name": "248th Desolation Battalion - Training Server",
"connect": "66.45.226.130:2306",
"request": "66.45.226.130:2307",
"map": "Stratis",
"gamemode": "248th_Training_Map_V6",
"version": "2.20.153533",
"numplayers": 0,
"maxplayers": 28,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772700471,
"last_update": 1776814853,
"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": 2433,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11207734");
$data = json_decode($json, true);
var_dump($data);