PAK PRONESS TDM के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11492629,
"ip": "149.104.104.156",
"port": 28961,
"query": 28961,
"color": 0,
"city": "Karachi",
"description": null,
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1779478968,
"last_online": 1779400840,
"icon": null,
"name": "PAK PRONESS TDM",
"connect": "149.104.104.156:28961",
"request": "149.104.104.156:28961",
"map": "mp_bubba",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386-custom build 77 Jun 28 2025",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "PK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779186380,
"last_update": 1779478968,
"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": 98,
"language": "ur",
"parked": false,
"app": {
"id": 1629111,
"steam_id": 7940,
"name": "Call of Duty 4: Modern Warfare",
"url": "call-of-duty-4-modern-warfare"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11492629");
$data = json_decode($json, true);
var_dump($data);