Quake Live
www.quakeclub.com | INF के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10543662json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10543662,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Santiago",
"description": null,
"game": 282440,
"owner": 145878,
"boosts": 1,
"last_offline": 1765692061,
"score": 0,
"last_online": 1764826214,
"icon": null,
"name": "www.quakeclub.com | INF",
"connect": null,
"request": null,
"map": "spidercrossings",
"gamemode": "Capture the Flag",
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "CL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1762521206,
"last_update": 1765692061,
"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": 705,
"language": "es",
"parked": true,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": {
"username": "foresssst",
"avatar": "no.jpg",
"last_online": 1763612437
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10543662");
$data = json_decode($json, true);
var_dump($data);