ita1970 | EU | AI BOTS | Full PvE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286646751945746",
"domain": null,
"id": 11697132,
"ip": "2.156.88.62",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Rho",
"description": "Full PvE https://discord.gg/GFTRY2hHEv",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780754005,
"last_online": 1780693236,
"icon": null,
"name": "ita1970 | EU | AI BOTS | Full PvE",
"connect": "2.156.88.62:2302",
"request": "2.156.88.62:2303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "IT",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780226639,
"last_update": 1780754005,
"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": 11497,
"language": "it",
"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/11697132");
$data = json_decode($json, true);
var_dump($data);