DocsAPI ReferenceRouting/api/v1/routing/route
getRoutingPublic API v1

/api/v1/routing/route

Resolves a URL slug to its corresponding route, returning the entity type, ID, and locale. Returns error: true if the slug is invalid or not found.

routinggetApiV1RoutingRoute

Parameters

3 query

3 total
Query · 3
apiKeystringRequired

Your BizKitHub API key (passed as GET parameter).

Key format: A 32-character string matching: ^(PROD|DEV_|ROOT)[A-Za-z0-9]{28}$
Prefixes: PROD (production key), DEV_ (individual developer), ROOT (system key with no limits). Learn more

slugstringRequired

URL slug to resolve.

localestring

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22

Request

GET /api/v1/routing/route

get
curl -X GET "https://api.bizkithub.com/api/v1/routing/route?apiKey=PRODPGrFxpGEtrOZfuWhnoJohUYBXuOE&slug=kyber-cena-roku-2025-nejvetsi-vecer-ceske-kyberbezpecnosti-letos&locale=cs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "route": {
    "slug": "kyber-cena-roku-2025-nejvetsi-vecer-ceske-kyberbezpecnosti-letos",
    "type": "product-detail",
    "locale": "cs",
    "canonical": false,
    "related_entity_id": "570",
    "inserted_date": "2025-11-05T15:54:44.493Z",
    "error": false,
    "link": "kyber-cena-roku-2025-nejvetsi-vecer-ceske-kyberbezpecnosti-letos"
  }
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key