Ravenclaw Tower के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286409568488470",
"domain": null,
"id": 11544536,
"ip": "91.243.81.176",
"port": 28893,
"query": 28894,
"color": 0,
"city": "Singapore",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780470421,
"last_online": 1780597994,
"icon": null,
"name": "Ravenclaw Tower",
"connect": "91.243.81.176:28893",
"request": "91.243.81.176:28894",
"map": "VRisingWorld",
"gamemode": "f0513da1-61a9-4727-b012-80ec3f58db03",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355528,
"last_update": 1780597994,
"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": 2557,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11544536");
$data = json_decode($json, true);
var_dump($data);