Arma 2: Operation Arrowhead
[cn][dskxdsl][Qqun:775709473][PVE]DayZ Epoch Taviana Server (1. के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1102865json
{
"response": {
"steam_id": "90284741855093788",
"domain": null,
"id": 1102865,
"ip": "159.75.185.53",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Guangzhou",
"description": "",
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1776694402,
"score": null,
"last_online": 1776786646,
"icon": null,
"name": "[cn][dskxdsl][Qqun:775709473][PVE]DayZ Epoch Taviana Server (1.",
"connect": "159.75.185.53:2302",
"request": "159.75.185.53:2303",
"map": "Tavi",
"gamemode": "DayZ Epoch Taviana",
"version": "1.64.144629",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1688786701,
"last_update": 1776786646,
"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": 44,
"language": "zh",
"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/1102865");
$data = json_decode($json, true);
var_dump($data);