---
title: "Get a single Technology by ID or fuzzy name"
method: GET
path: "/technologies/{id_or_fuzzy_name}"
tags: ["Technologies Dataset"]
---

# Get a single Technology by ID or fuzzy name

`GET /technologies/{id_or_fuzzy_name}`

Returns a single Technology.

## Path parameters

- `id_or_fuzzy_name` string, required

## Response `200`

Request was successfully processed.

- TechnologiesDataset — Technologies dataset consists of some 240,000 technologies we track. <br><br> **NOTE**: If you're searching for technologies a given company is using please check the **<a href="https://docs.predictleads.com/guide/technology_detections_dataset">Technology Detections Dataset</a>** section. <br><br> Technologies are collected from script tags, DNS records, IP ranges, cookies…, and also from job descriptions where companies mention them as required skill sets. Subpages checked for technology data are of the following categories: main, login, support, trust, retail, blog, news, press and news outlet. <br><br> The Technologies dataset includes fields such as Technology Name, Technology ID, Description, Category, Pricing Data and other Technology information.
  - `data` Technology[], required — unresolved $ref
  - `included` CompanyLite[], required — Contains objects referenced in property `relationships`. — unresolved $ref
  - `meta` object — Meta information about `TechnologiesDataset` object.
    - `schema_version` string, required — Represents schema version of objects.
    - `record_state` 'active', required — Represents record state of objects.
    - `count` integer — Total number of results. <br> **NOTE**: Only included in API responses when the request parameter `page` is provided, for performance reasons.

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Authentication credentials are invalid or API subscription is not activated.
- `402` — Exceeded the monthly request limit.
- `403` — Request rate over limit.
- `404` — Record not found.
- `422` — Provided data failed to validate.
- `429` — Too many requests.
- `500` — Internal server error.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/predictleads/apis/predictleads-api-reference.md) · [All operations](https://skmtc.dev/predictleads/apis/predictleads-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/predictleads/predictleads-api-reference/revisions/a56831a1efd4/schema)
