Arma 3
� [ OFFICIAL ] Arma 3 Spearhead 1944 EU #04_Campaign_Regular için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/1057501json
{
"response": {
"steam_id": "90284751339798545",
"domain": null,
"id": 1057501,
"ip": "85.190.150.219",
"port": 5402,
"query": 5403,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776797599,
"score": null,
"last_online": 1776811946,
"icon": null,
"name": "� [ OFFICIAL ] Arma 3 Spearhead 1944 EU #04_Campaign_Regular",
"connect": "85.190.150.219:5402",
"request": "85.190.150.219:5403",
"map": "SPE_Normandy",
"gamemode": "[00] Prologue",
"version": "2.20.153701",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1688751850,
"last_update": 1776811946,
"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": 511,
"language": "de",
"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/1057501");
$data = json_decode($json, true);
var_dump($data);