Catalog
List Technologies
This endpoint lets you list all the technologies we track, search for any given technology and list the technologies within one or several categories.
Calls to this endpoint don't cost you credits.
Query Parameters
name_pattern
stringnullableCase-insensitive text to search for in the technology name
slug
array<string>nullabledeprecatedTechnology slug of a single technology
slugs
array<string>nullableTechnology slugs of one or many technologies
category_pattern
stringnullableCase-insensitive text to search for in the technology category. For example, data to find 'data tools'.
category_slug
stringnullableTechnology category slug
parent_category_slug
stringnullableTechnology parent category slug
parent_category_pattern
stringnullableCase-insensitive text to search for in the technology parent category name
page
integer0 <= valuedefault: 0
Page number.
limit
integer1 <= valuedefault: 25
Number of results per page
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.theirstack.com/v0/catalog/technologies"[
{
"name": "PostgreSQL",
"category": "Relational Database",
"slug": "kafka",
"category_slug": "message-queue",
"parent_category": "Data Stores",
"parent_category_slug": "data-stores",
"logo": "string",
"logo_thumbnail": "string",
"one_liner": "Apache Kafka",
"url": "string",
"description": "string",
"jobs": 0,
"companies": 0,
"companies_found_last_week": 0
}
]{
"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
