Arma 2: Operation Arrowhead
Hajens Dayz Epoch Origins Tavi Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7482954json
{
"response": {
"steam_id": "90284353320126464",
"domain": null,
"id": 7482954,
"ip": "5.226.141.78",
"port": 2305,
"query": 2306,
"color": 0,
"city": "City of London",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1772667150,
"score": 0,
"last_online": 1776169841,
"icon": null,
"name": "Hajens Dayz Epoch Origins Tavi Server",
"connect": "5.226.141.78:2305",
"request": "5.226.141.78:2306",
"map": null,
"gamemode": "Arma OA",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739269553,
"last_update": 1776169841,
"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": 93,
"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/7482954");
$data = json_decode($json, true);
var_dump($data);