curl --request GET \
--url https://api.technologychecker.io/v1/technology/{id}/history \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"technology": {
"id": 268,
"name": "React",
"category": "JavaScript Frameworks"
},
"history": [
{
"date": "2025-12",
"active_domains": 1039,
"total_domains": 1039
}
],
"data_points": 300,
"years_requested": 2
}
}Get monthly domain counts for a technology over time — up to 20 years of historical data for trend analysis.
curl --request GET \
--url https://api.technologychecker.io/v1/technology/{id}/history \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"technology": {
"id": 268,
"name": "React",
"category": "JavaScript Frameworks"
},
"history": [
{
"date": "2025-12",
"active_domains": 1039,
"total_domains": 1039
}
],
"data_points": 300,
"years_requested": 2
}
}API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Technology ID
268
Number of years of history to return (1–20)
1 <= x <= 20Was this page helpful?