---
title: "Search technologies"
method: GET
path: "/api/technologies/search"
tags: ["Technologies"]
---

# Search technologies

`GET /api/technologies/search`

Search the technology catalog by name. Returns up to 25 technologies.

Free endpoint — no credits consumed. Rate-limited to 10 requests per minute.

## Query parameters

- `q` string, required — Search term (min 2 characters).

## Response `200`

Ok

- object
  - `data` object[] — List of matching technologies.
    - `name` string
    - `category` string
    - `subcategory` string

## Other responses

- `422` — Validation failed
- `429` — Too Many Attempts

---

[API](https://skmtc.net/findymail/apis/findymail-api-documentation.md) · [All operations](https://skmtc.net/findymail/apis/findymail-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/findymail/findymail-api-documentation/revisions/ae7fddf16bf9/schema)
