BisectHosting Server - e9ebe12e के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286163816738838",
"domain": null,
"id": 11545977,
"ip": "63.135.165.15",
"port": 9110,
"query": 9110,
"color": 0,
"city": "Dallas",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1779355586,
"last_online": 1779643220,
"icon": null,
"name": "BisectHosting Server - e9ebe12e",
"connect": "63.135.165.15:9110",
"request": "63.135.165.15:9110",
"map": "Star System 2026-05-17 18:24",
"gamemode": "Space Engineers",
"version": "1209024",
"numplayers": 3,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1779355586,
"last_update": 1779643220,
"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": 23,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11545977");
$data = json_decode($json, true);
var_dump($data);