Authentication
API Request
x-webatlas-api-key: xxxx-xxxx-xxxx-xxxxcurl --location 'https://www.webatlas.com/api/website/technology-lookup' \
--header 'x-webatlas-api-key: <your-api-key>' \
--header 'Content-Type: application/json' \
--data '{
"website":"vercel.com" // replace with your website
}'Last updated