Arma 2: Operation Arrowhead
Professional's Playground|Epoch|LowMil|StartKit|PvP|Custom(1.0. के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6583514json
{
"response": {
"steam_id": "90284567548741661",
"domain": null,
"id": 6583514,
"ip": "51.81.115.195",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Reston",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1768553959,
"score": 0,
"last_online": 1776448235,
"icon": null,
"name": "Professional's Playground|Epoch|LowMil|StartKit|PvP|Custom(1.0.",
"connect": "51.81.115.195:2302",
"request": "51.81.115.195:2303",
"map": "Chernarus",
"gamemode": "Professional's Playground DayZ Epoch Chernarus",
"version": "1.64.144629",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1731162834,
"last_update": 1776448235,
"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": 22,
"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": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/6583514");
$data = json_decode($json, true);
var_dump($data);