Arma 3
UKSF Taskforce Alpha Ops Server V2 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10130336json
{
"response": {
"steam_id": "90284544364164107",
"domain": null,
"id": 10130336,
"ip": "144.34.87.233",
"port": 9045,
"query": 9046,
"color": 0,
"city": "Maidenhead",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1775664727,
"score": 0,
"last_online": 1776409882,
"icon": null,
"name": "UKSF Taskforce Alpha Ops Server V2",
"connect": "144.34.87.233:9045",
"request": "144.34.87.233:9046",
"map": "dagger_island_summer",
"gamemode": "UKSFTA_DAGGER_V4%2e1",
"version": "2.20.153687",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1755944954,
"last_update": 1776409882,
"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": 1201,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10130336");
$data = json_decode($json, true);
var_dump($data);