/bff/ip-info/detail
Returns detailed information about the requesting IP address including ASN, geolocation and privacy data.
IP InfogetBffIp-infoDetail
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/ip-info/detail
curl -X GET "https://api.bizkithub.com/bff/ip-info/detail" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"asn": {
"id": "AS12709",
"title": "Melita Limited"
},
"hostname": "c56-75.i05-15.onvol.net",
"range": "88.203.56.0/21",
"company": "Melita plc",
"hostedDomains": 0,
"privacy": false,
"anycast": false,
"asnType": "ISP",
"abuseContact": "abuse@melitacable.com",
"geoIp": {
"city": "Qormi",
"state": "Qormi",
"country": "Malta",
"postal": "QRM",
"localTime": "01:16 PM, Monday, November 25, 2024",
"timezone": "Europe/Malta",
"coordinates": [
0
]
}
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.