Skip to main content
GET
/
v1
/
technology
/
{id}
/
stats
Technology stats API
curl --request GET \
  --url https://api.technologychecker.io/v1/technology/{id}/stats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": 268,
    "name": "React",
    "category": "JavaScript Frameworks",
    "active_domains": 4742704,
    "total_domains": 4750194
  }
}

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

Technology statistics

success
boolean
Example:

true

data
object