[EU] #1/GLOBAL CONFLICT के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11493075,
"ip": "199.115.73.237",
"port": 2000,
"query": 2001,
"color": 0,
"city": "The Hague",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1779636812,
"last_online": 1780266056,
"icon": null,
"name": "[EU] #1/GLOBAL CONFLICT",
"connect": "199.115.73.237:2000",
"request": "199.115.73.237:2001",
"map": "A Arma Reforger Server!",
"gamemode": "Arma Reforger",
"version": "1.6.0.119",
"numplayers": 0,
"maxplayers": 90,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 1,
"points": 31,
"add_date": 1779193112,
"last_update": 1780266056,
"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": 13,
"language": "nl",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11493075");
$data = json_decode($json, true);
var_dump($data);