Back to Tool
⚙️
Tech Stack Detector API
Identify technologies used by any website
Endpoint
POST
/api/v1/tech-stack-detectorAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | The URL to analyze |
Response
| Field | Type | Description |
|---|---|---|
| url | string | The analyzed URL |
| technologies | array | Array of detected technologies |
| technologies[].name | string | Technology name (e.g., "React", "WordPress") |
| technologies[].category | string | Category (e.g., "Frontend Framework", "CMS") |
| technologies[].confidence | number | Detection confidence (0-100) |
| technologies[].evidence | string | How the technology was detected |
Code Examples
curl -X POST https://tools.shubhambadgujar.com/api/v1/tech-stack-detector \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://github.com"}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com