DayZ
[UA/EU] AWAKEN CHERNO | PVP | 3PP | Vanilla+ | Map | Party के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10391821json
{
"response": {
"steam_id": "90284573512829975",
"domain": null,
"id": 10391821,
"ip": "144.76.66.132",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776069786,
"score": 0,
"last_online": 1776450031,
"icon": null,
"name": "[UA/EU] AWAKEN CHERNO | PVP | 3PP | Vanilla+ | Map | Party",
"connect": "144.76.66.132:2302",
"request": "144.76.66.132:2303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 36,
"maxplayers": 85,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1758707868,
"last_update": 1776450031,
"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": 1336,
"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/10391821");
$data = json_decode($json, true);
var_dump($data);