Skip to main content
GET
Get technology info (extended) API

Frequently asked questions

Use GET /v1/technology/name/{name} to look up any technology by name and get its ID. For example, searching for “React” returns ID 268. The name lookup is case-insensitive and costs 1 credit.
The extended info endpoint returns the technology’s description, official website URL, icon URL, primary category ID, primary group ID, category name, and group name. The basic name lookup (GET /v1/technology/name/{name}) only returns the ID, name, and category.
No. For domain counts and adoption statistics, use GET /v1/technology/{id}/stats. For monthly usage trends over time, use GET /v1/technology/{id}/history. This endpoint focuses on metadata about the technology itself.

Authorizations

Authorization
string
header
required

API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)

Path Parameters

id
integer
required

Technology ID

Example:

268

Response

Extended technology details

success
boolean
Example:

true

data
object