[WIPE 17.04] BattleGroundZ :: Chernarus [3PP] | Vanilla++ के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11732982,
"ip": "89.35.130.40",
"port": 26718,
"query": 37023,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780470415,
"last_online": 1780549218,
"icon": null,
"name": "[WIPE 17.04] BattleGroundZ :: Chernarus [3PP] | Vanilla++",
"connect": "89.35.130.40:26718",
"request": "89.35.130.40:37023",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 121,
"maxplayers": 127,
"bots": 121,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 96,
"add_date": 1780411322,
"last_update": 1780549218,
"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": 1317,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11732982");
$data = json_decode($json, true);
var_dump($data);