DayZ
Homebase: Nuclear Winter (Under Construction) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/2022075json
{
"response": {
"steam_id": "90285150716614659",
"domain": null,
"id": 2022075,
"ip": "139.99.145.5",
"port": 2322,
"query": 2323,
"color": 0,
"city": "Sydney",
"description": "DayZ-Expansion-VehiclesHO��l��DayZ-Expansion-Animations=��!~DayZ-Expansion-Licensed�TY��!~",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1772439691,
"score": null,
"last_online": 1777584023,
"icon": null,
"name": "Homebase: Nuclear Winter (Under Construction)",
"connect": "139.99.145.5:2322",
"request": "139.99.145.5:2323",
"map": "chernarusplus",
"gamemode": null,
"version": "1.25.158593",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1701374125,
"last_update": 1777584023,
"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": 462,
"language": "en",
"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/2022075");
$data = json_decode($json, true);
var_dump($data);