Quake Live
Quake For Newbies | NA East 1100 Max | quakenewbies.com के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1683545json
{
"response": {
"steam_id": "90275877358353433",
"domain": null,
"id": 1683545,
"ip": "67.205.184.19",
"port": 27960,
"query": 27960,
"color": 0,
"city": "North Bergen",
"description": "",
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": null,
"last_online": 1776228665,
"icon": null,
"name": "Quake For Newbies | NA East 1100 Max | quakenewbies.com",
"connect": "67.205.184.19:27960",
"request": "67.205.184.19:27960",
"map": "houseofdecay",
"gamemode": "Duel",
"version": "1069 linux-x64 Jun 3 2016 20:53:50",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1698946842,
"last_update": 1776228665,
"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": 126,
"language": "en",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/1683545");
$data = json_decode($json, true);
var_dump($data);