About this endpoint
What it does
Detects the technology stack used by a webpage from its URL and returns the source URL plus a list of detected technologies.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | URL of the webpage to extract, audit, or validate content from. Must be a valid http/https URI. |
Response
Returns a JSON object with a source_url string field and a technologies string array field. source_url is the webpage URL used for detection, and technologies contains the detected technology names.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| source_url | String | No | The source webpage URL, formatted as a URI. |
| technologies | String Array | No | The detected technologies returned by the endpoint. |