v9
OpenAPI 3.1.02026-08-0352108381.8 KBGet 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.
Query parameters
Subcategory slug to filter by a specific subcategory. Must be used together with category_slug.
Subcategory slug to filter by a specific subcategory. Must be used together with category_slug.
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.
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.
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
}
}