council-of-bloodlords के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286236126216197",
"domain": null,
"id": 11208261,
"ip": "172.240.69.139",
"port": 20115,
"query": 20116,
"color": 0,
"city": "Chicago",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1779114174,
"last_online": 1780554075,
"icon": null,
"name": "council-of-bloodlords",
"connect": "172.240.69.139:20115",
"request": "172.240.69.139:20116",
"map": "VRisingWorld",
"gamemode": "aa2f05a7-bea0-49aa-a11f-57090eb60ae8",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772700493,
"last_update": 1780554075,
"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": 1604,
"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/11208261");
$data = json_decode($json, true);
var_dump($data);