Parameters
1 query
Query parameters
· 1prefixstringRequiredThree-octet IPv4 prefix identifying a /24 block.
94.113.97Returns every indexed IPv4 address inside the given /24 (max 256), enriched with hostname, city, country, ISP, ASN and connection flags in a single bulk query. Powers the deepest catalog page on vikitron.com at /{o1}.{o2}.{o3}.
1 query
prefixstringRequiredThree-octet IPv4 prefix identifying a /24 block.
94.113.971 status code documented
prefixstringRequiredEchoed canonical /24 prefix.
94.113.97ipsobject[]RequiredAll indexed IPs in this /24, sorted numerically.
ipstringRequiredIndexed IPv4 address.
94.113.97.252hostnamestring | nullRequiredReverse DNS (PTR) record, when available.
citystring | nullRequiredCity name from the geolocation dataset.
countrystring | nullRequiredISO-3166 alpha-2 country code.
countryRegionstring | nullRequiredRegion / state within the country.
ispstring | nullRequiredISP name.
organisationstring | nullRequiredIP block owner organisation.
asNumberstring | nullRequiredAutonomous System number (with the AS prefix).
mobilebooleanRequiredWhether the IP belongs to a mobile carrier.
proxybooleanRequiredWhether the IP is a known proxy/VPN.
hostingbooleanRequiredWhether the IP belongs to a hosting/data-center provider.
torbooleanRequiredWhether the IP is a known Tor exit node.
{
"prefix": "94.113.97",
"ips": [
{
"ip": "94.113.97.252",
"mobile": false,
"proxy": false,
"hosting": false,
"tor": false
}
]
}GET /api/v1/vikitron/ip-catalog-leaves
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/ip-catalog-leaves?prefix=94.113.97" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.