DayZ
Valhalla Calling 2 | WIPED | Deer Isle | 1PP PvP/PvE/Survival | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/5591755json
{
"response": {
"steam_id": "90284756096325657",
"domain": null,
"id": 5591755,
"ip": "81.170.148.169",
"port": 2303,
"query": 2306,
"color": 0,
"city": "Täby",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776628399,
"score": 0,
"last_online": 1776816120,
"icon": null,
"name": "Valhalla Calling 2 | WIPED | Deer Isle | 1PP PvP/PvE/Survival |",
"connect": "81.170.148.169:2303",
"request": "81.170.148.169:2306",
"map": "deerisle",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1723543703,
"last_update": 1776816120,
"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": 2517,
"language": "sv",
"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/5591755");
$data = json_decode($json, true);
var_dump($data);