Get domain tech history API
Domain technologies
Get domain tech history API
Get the full technology history for a domain, including removed technologies with active/removed status and dates. Track technology adoption and removal over time.
GET
Get domain tech history 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
What's the difference between this endpoint and the basic domain lookup?
What's the difference between this endpoint and the basic domain lookup?
The basic lookup (
GET /v1/domain/{domain}) splits technologies into separate active and historical arrays. This history endpoint returns a single unified list with a status field (active or removed) for each technology, which makes it easier to track changes over time.How far back does domain technology history go?
How far back does domain technology history go?
History depth varies by domain. TechnologyChecker’s crawl data goes back up to 20 years for well-established domains. The
first_seen and last_seen dates show exactly when each technology was first detected and when it was last confirmed or removed.How can I use this endpoint to track technology changes?
How can I use this endpoint to track technology changes?
Poll this endpoint periodically (e.g., weekly or monthly) and compare the
status field across responses. Technologies that change from active to removed mean the domain dropped that tool. New entries with active status show recent adoptions. This is useful for competitive intelligence and churn detection.