Parameters
1 query
Query parameters
· 1prefixstringOptionalDot-separated IPv4 prefix (0–2 octets). Omit or leave empty for the catalog root (all /8 blocks).
Example
Returns the ≤ 256 next-octet buckets that have at least one indexed IPv4 address below the given prefix, plus each bucket's row count. Used to render the hierarchical SEO catalog on vikitron.com at /ip-catalog (root), /{o1} (/8) and /{o1}.{o2} (/16).
1 query
prefixstringOptionalDot-separated IPv4 prefix (0–2 octets). Omit or leave empty for the catalog root (all /8 blocks).
1 status code documented
prefixstringRequiredEchoed canonical prefix (empty string for the root).
9494.113levelnumberRequiredNumber of octets in the prefix (0, 1 or 2).
012childrenobject[]RequiredExisting children, sorted numerically by octet.
octetnumberRequiredNext octet value (0–255).
ipCountnumberRequiredIndexed IPv4 addresses under this child prefix.
{
"prefix": "",
"level": 0,
"children": [
{
"octet": 0,
"ipCount": 0
}
]
}GET /api/v1/vikitron/ip-catalog
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/ip-catalog?prefix=" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.