Technology usage trends API
Market intelligence
Technology usage trends API
Get monthly domain counts for a technology over time — up to 20 years of historical data for trend analysis. Track adoption growth, decline, and seasonal patterns.
GET
Technology usage trends API
Documentation Index
Fetch the complete documentation index at: https://technologychecker.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Frequently asked questions
How far back does the technology usage history go?
How far back does the technology usage history go?
Up to 20 years, depending on the technology. Use the
years parameter (1 to 20) to control how much history to retrieve. The default is 12 years. Each data point represents one month, so requesting 20 years returns up to 240 monthly data points.What does each data point represent?
What does each data point represent?
Each entry includes a
date (year-month format like 2025-12), active_domains (domains currently using the technology that month), and total_domains (all-time domains detected up to that month). Plot these values over time to visualize adoption trends.Can I filter the history by a specific date range?
Can I filter the history by a specific date range?
Not directly. The
years parameter controls how far back to go from today. To focus on a specific period, request enough history to cover it and then filter the response array client-side by the date field. Each request costs 1 credit.Authorizations
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Path Parameters
Technology ID
Example:
268
Query Parameters
Number of years of history to return (1–20)
Required range:
1 <= x <= 20