DayZ
[TRIAL+] IRONBOUND : PVP : PVE : TRADER ENABLED : HIGH LOOT #2 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11438255json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11438255,
"ip": "72.56.119.181",
"port": 13014,
"query": 25037,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1778541734,
"score": 0,
"last_online": 1778509936,
"icon": null,
"name": "[TRIAL+] IRONBOUND : PVP : PVE : TRADER ENABLED : HIGH LOOT #2",
"connect": "72.56.119.181:13014",
"request": "72.56.119.181:25037",
"map": "namalsk",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774977364,
"last_update": 1778541734,
"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": 3828,
"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/11438255");
$data = json_decode($json, true);
var_dump($data);