Technology lookup live (GET)
Convenience GET endpoint for real-time technology detection. Pass URL and options as query parameters instead of a JSON body. Costs 5 credits per request.
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
When should I use GET instead of POST?
When should I use GET instead of POST?
What's the difference between browser and fetch modes?
What's the difference between browser and fetch modes?
browser mode uses Puppeteer (headless Chrome) for full browser rendering with JavaScript execution (5 to 22 seconds, maximum accuracy). fetch mode makes HTTP-only requests (1 to 3 seconds, best for static sites like WordPress). Both modes cost 5 credits.Authorizations
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Query Parameters
The URL to analyze
Detection mode: browser (Puppeteer headless Chrome, JS execution, 5–22s, maximum accuracy) or fetch (HTTP only, 1–3s, best for static sites)
browser, fetch Simulate user behavior (browser mode only). false — no interaction. basic — scroll the page. full — scroll + accept cookie consent banners + fire DOM events.
false, basic, full