/api/v1/vikitron/ip-lookup
Returns geolocation, ASN, ISP, and network classification information for the given IP address.
vikitrongetApiV1VikitronIp-lookup
Parameters
1 query
Query · 1
ipstringRequiredIPv4 or IPv6 address to look up.
Request
GET /api/v1/vikitron/ip-lookup
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/ip-lookup?ip=8.8.8.8" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
IP address detail.
{
"ip": "example_ip",
"hostname": "example_hostname",
"timezone": "Europe/Prague",
"timezoneLabel": "example_timezoneLabel",
"timezoneGmt": "GMT+1",
"asNumber": "AS15169",
"asName": "example_asName",
"asOrganisation": "example_asOrganisation",
"city": "example_city",
"country": "CZ",
"countryRegion": "example_countryRegion",
"zip": "example_zip",
"latitude": 0,
"longitude": 0,
"isp": "example_isp",
"organisation": "example_organisation",
"mobile": false,
"proxy": false,
"hosting": false,
"tor": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.