Arma 2: Operation Arrowhead
GamingDeluxe.co.uk DayZ Epoch - DayZ-Private Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10277308json
{
"response": {
"steam_id": "90282307386618887",
"domain": null,
"id": 10277308,
"ip": "51.68.205.82",
"port": 2302,
"query": 2303,
"color": 0,
"city": "City of London",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1774899129,
"score": 0,
"last_online": 1776195044,
"icon": null,
"name": "GamingDeluxe.co.uk DayZ Epoch - DayZ-Private Server",
"connect": "51.68.205.82:2302",
"request": "51.68.205.82:2303",
"map": "Chernarus",
"gamemode": "DayZ Epoch Chernarus",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1757256204,
"last_update": 1776195044,
"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": 108,
"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/10277308");
$data = json_decode($json, true);
var_dump($data);