^0-^5AAE^0- ^1Round^7:13 ^3Host^7:Tren Franklin के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90287029686072322",
"domain": null,
"id": 11715767,
"ip": "158.115.176.99",
"port": 27017,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Manning",
"description": null,
"game": 311210,
"owner": null,
"boosts": 1,
"last_offline": 1781478197,
"last_online": 1781480414,
"icon": null,
"name": "^0-^5AAE^0- ^1Round^7:13 ^3Host^7:Tren Franklin",
"connect": "158.115.176.99:27017",
"request": "158.115.176.99:27017",
"map": "zm_escape_room",
"gamemode": "^2v3.8.4 Lite ^1Zombies^7:47 ^3Players^7:4",
"version": "1.0.0.0",
"numplayers": 4,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1780301706,
"last_update": 1781480414,
"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": 2,
"language": "en",
"parked": false,
"app": {
"id": 4041,
"steam_id": 311210,
"name": "Call of Duty: Black Ops III",
"url": "call-of-duty-black-ops-iii"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11715767");
$data = json_decode($json, true);
var_dump($data);