Arma 3
XIII TFA Coop Panthera-Addestrativa- ITA के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/3693964json
{
"response": {
"steam_id": "90284329961333767",
"domain": null,
"id": 3693964,
"ip": "45.86.144.95",
"port": 2382,
"query": 2383,
"color": 0,
"city": "Ravenna",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776107513,
"score": null,
"last_online": 1776825095,
"icon": null,
"name": "XIII TFA Coop Panthera-Addestrativa- ITA",
"connect": "45.86.144.95:2382",
"request": "45.86.144.95:2383",
"map": "panthera3",
"gamemode": "Coop Panthera",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "IT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1712138189,
"last_update": 1776825095,
"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": 655,
"language": "it",
"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/3693964");
$data = json_decode($json, true);
var_dump($data);