Arma 2: Operation Arrowhead
Challenger Napf PVE Only (1.0.7.1) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10888587json
{
"response": {
"steam_id": "90284365353832471",
"domain": null,
"id": 10888587,
"ip": "109.123.108.99",
"port": 2302,
"query": 2303,
"color": 0,
"city": "City of London",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1772431294,
"score": 0,
"last_online": 1776195047,
"icon": null,
"name": "Challenger Napf PVE Only (1.0.7.1)",
"connect": "109.123.108.99:2302",
"request": "109.123.108.99:2303",
"map": null,
"gamemode": "Arma OA",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768322332,
"last_update": 1776195047,
"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": 127,
"language": "en",
"parked": false,
"app": {
"id": 62,
"steam_id": 33930,
"name": "Arma 2: Operation Arrowhead",
"url": "arma-2-operation-arrowhead"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10888587");
$data = json_decode($json, true);
var_dump($data);