List Technology Subcategories
Returns a list of technology subcategories with their technologies. 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.
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
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.theirstack.com/v1/catalog/keywords/subcategories"{
"data": [
{
"name": "string",
"slug": "string",
"description": "string",
"number_of_technologies": 0,
"number_of_companies": 0,
"technologies": [
{
"name": "string",
"logo": "string",
"slug": "string"
}
],
"category_slug": "string"
}
],
"metadata": {
"total_results": 2034
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}How is this guide?
Last updated on
List Keyword Subcategories GET
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.
Delete Company List DELETE
Next Page
