Battle of Harsh Doorstop | Tokyo | Bot | All Kits के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90285730136707098",
"domain": null,
"id": 11588224,
"ip": "154.45.251.50",
"port": 7777,
"query": 27005,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1779357583,
"last_online": 1779904241,
"icon": null,
"name": "Battle of Harsh Doorstop | Tokyo | Bot | All Kits",
"connect": "154.45.251.50:7777",
"request": "154.45.251.50:27005",
"map": "Al Dhakir",
"gamemode": "Advance and Secure",
"version": "89",
"numplayers": 4,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1779357583,
"last_update": 1779904241,
"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": 14,
"language": "ja",
"parked": false,
"app": {
"id": 52393,
"steam_id": 736590,
"name": "Operation: Harsh Doorstop",
"url": "operation-harsh-doorstop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11588224");
$data = json_decode($json, true);
var_dump($data);