Quake Live
|Mexico| Nopal TX: CA [Telegram @Quakesteam] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1683643json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1683643,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "",
"game": 282440,
"owner": 130947,
"boosts": 1,
"last_offline": 1763532063,
"score": null,
"last_online": 1762638628,
"icon": null,
"name": "|Mexico| Nopal TX: CA [Telegram @Quakesteam]",
"connect": null,
"request": null,
"map": "ra3map13b",
"gamemode": "Clan Arena",
"version": null,
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1698946889,
"last_update": 1763532063,
"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": 672,
"language": "en",
"parked": true,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": {
"username": "mtzhdz_erik",
"avatar": "9bd06a86-812f-4de2-b4ef-eb5a326083d2.jpg",
"last_online": 1755150441
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/1683643");
$data = json_decode($json, true);
var_dump($data);