DayZ
chill/pvp/pve/bais_rade_we के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11438660json
{
"response": {
"steam_id": 90285224047065090,
"domain": null,
"id": 11438660,
"ip": "85.190.162.251",
"port": 11000,
"query": 11001,
"color": 0,
"city": "Frankfurt am Main",
"description": "DayZ gameserver hosted by nitrado.net",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1777661594,
"score": 0,
"last_online": 1777662147,
"icon": null,
"name": "chill/pvp/pve/bais_rade_we",
"connect": "85.190.162.251:11000",
"request": "85.190.162.251:11001",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1774977370,
"last_update": 1777662147,
"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": 4069,
"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/11438660");
$data = json_decode($json, true);
var_dump($data);