Arma 2: Operation Arrowhead
Dirtnap Wasteland के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10681966json
{
"response": {
"steam_id": "90279579432634384",
"domain": null,
"id": 10681966,
"ip": "64.42.176.58",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Seattle",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1776013936,
"score": 0,
"last_online": 1778561439,
"icon": null,
"name": "Dirtnap Wasteland",
"connect": "64.42.176.58:2302",
"request": "64.42.176.58:2303",
"map": "Chernarus",
"gamemode": "Wasteland - by TAW_Tonic v1db RELEASE-Schitzo edit",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764584120,
"last_update": 1778561439,
"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": 110,
"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/10681966");
$data = json_decode($json, true);
var_dump($data);