Barotrauma
A BisectHosting Server - 564b185b के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11489093json
{
"response": {
"steam_id": "90284553210153990",
"domain": null,
"id": 11489093,
"ip": "192.135.114.7",
"port": 1065,
"query": 1066,
"color": 0,
"city": "Chicago",
"description": null,
"game": 602960,
"owner": null,
"boosts": 1,
"last_offline": 1776071440,
"score": 0,
"last_online": 1776431567,
"icon": null,
"name": "A BisectHosting Server - 564b185b",
"connect": "192.135.114.7:1065",
"request": "192.135.114.7:1066",
"map": "Azimuth",
"gamemode": "Sandbox",
"version": "1.12.6.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1776071440,
"last_update": 1776431567,
"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": 81,
"language": "en",
"parked": false,
"app": {
"id": 50335,
"steam_id": 602960,
"name": "Barotrauma",
"url": "barotrauma"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11489093");
$data = json_decode($json, true);
var_dump($data);