DayZ
#1 CHERNO PvP The Expendables DayZ by Dr.Day के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11422802json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11422802,
"ip": "144.31.108.67",
"port": 33289,
"query": 13217,
"color": 0,
"city": "Frankfurt am Main",
"description": "DayZ-Expansion-Name-Tags��Sq��y�DayZ-Expansion-Navigation��#\\ޙ�DayZ-Expansion-Core�mj���6�RaG_BaseBuildingۖ�QA��RaG_Core���V��}�DayZ-Expansion-Groups�T��l\rVPPAdminTools�QV� ���Dabs Framework�Ưh��\\Community Framework",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775166131,
"score": 0,
"last_online": 1775891411,
"icon": null,
"name": "#1 CHERNO PvP The Expendables DayZ by Dr.Day",
"connect": "144.31.108.67:33289",
"request": "144.31.108.67:13217",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 73,
"maxplayers": 80,
"bots": 73,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 117,
"add_date": 1774600053,
"last_update": 1775891411,
"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": 246,
"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/11422802");
$data = json_decode($json, true);
var_dump($data);