RU | KALIBR | PVE | WAR WITH BOTS के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286442920340491",
"domain": null,
"id": 6182506,
"ip": "185.207.214.53",
"port": 2312,
"query": 2320,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779131575,
"last_online": 1780245640,
"icon": null,
"name": "RU | KALIBR | PVE | WAR WITH BOTS",
"connect": "185.207.214.53:2312",
"request": "185.207.214.53:2320",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 10,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1728234225,
"last_update": 1780245640,
"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": 4326,
"language": "ru",
"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/6182506");
$data = json_decode($json, true);
var_dump($data);