Skip to main content
GET
/
v1
/
technology
/
{id}
/
info
Get technology info (extended) API
curl --request GET \
  --url https://api.technologychecker.io/v1/technology/{id}/info \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": 268,
    "name": "React",
    "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
    "website": "https://reactjs.org",
    "icon": "https://logo.technologychecker.io/technology-logos/React.svg",
    "primary_category_id": 601,
    "primary_group_id": 6,
    "category_name": "JavaScript Frameworks",
    "group_name": "Development"
  }
}

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