v10

latestOpenAPI 3.1.02026-08-0452108384.4 KB
Catalog

Get Keyword Subcategories

Returns a list of keyword subcategories with their keywords. Behavior: returns all subcategories if no parameters are provided; returns all subcategories for a specific parent category if only category_slug is provided; returns a specific subcategory if both category_slug and subcategory_slug are provided.

get/v1/catalog/keywords/subcategories

Query parameters

subcategory_slugstring nullable

Subcategory slug to filter by a specific subcategory. Must be used together with category_slug.

Example:account-reconciliation

Subcategory slug to filter by a specific subcategory. Must be used together with category_slug.

category_slugstring nullable

Parent category slug to filter subcategories. If provided with subcategory_slug, returns only that specific subcategory. If provided alone, returns all subcategories for that parent category.

Example:finance-and-accounting

Parent category slug to filter subcategories. If provided with subcategory_slug, returns only that specific subcategory. If provided alone, returns all subcategories for that parent category.

num_technologies_per_categoryinteger

Number of keywords per category to include in the response

Number of keywords per category to include in the response

Response

Successful Response

Example response

{
  "metadata": {
    "total_results": 2034
  }
}