Arma 2: Operation Arrowhead
Resthirn auf Sauerland | PVE | Missions | DZAI için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9561342json
{
"response": {
"steam_id": "90284383052359697",
"domain": null,
"id": 9561342,
"ip": "213.239.197.29",
"port": 2802,
"query": 2803,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1775084531,
"score": 0,
"last_online": 1776220859,
"icon": null,
"name": "Resthirn auf Sauerland | PVE | Missions | DZAI",
"connect": "213.239.197.29:2802",
"request": "213.239.197.29:2803",
"map": "sauerland",
"gamemode": "DayZ Epoch Sauerland",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750586319,
"last_update": 1776220859,
"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": "de",
"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/9561342");
$data = json_decode($json, true);
var_dump($data);