List Technologies
This endpoint lets you: - List all the technologies we track - Search for any given technology. Pass a `name_pattern` parameter (case-insensitive, can be a regex pattern) - List the technologies within one or several categories. Pass a `category_pattern` parameter (case-insensitive, can be a regex pattern)
Calls to this endpoint don't cost you credits.
Query Parameters
Case-insensitive text to search for in the technology name
Technology slug of a single technology
Technology slugs of one or many technologies
Case-insensitive text to search for in the technology category. For example, data to find 'data tools'.
Technology category slug
Technology parent category slug
Case-insensitive text to search for in the technology parent category name
Page number.
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
List Technology Categories GET
This endpoint lets you get all the categories of the technologies we monitor, and the number of technologies and companies in each category.
Get Industries GET
This endpoint lets you: - List all the industries and their codes - See how many jobs and companies we have per industry - Search for an industry
