# Website Details Lookup The Website Details Lookup endpoint retrieves detailed information about a specific website, including its domain, web rank, traffic, and associated web technologies. This API is useful for analyzing website performance, understanding technology stack, and integrating website data into your applications. Endpoint: POST /api/{account_id}/datastorage/website_detail_lookup/ Version: 1.0.0 Security: Api-Key ## Path parameters: - `account_id` (integer, required) ## Request fields (application/json): - `domain` (string) - `organization_id` (integer) - `organization_linkedin_public_identifier` (string) ## Response 200 fields (application/json): - `id` (integer, required) - `domain` (string, required) - `tranco_rank` (integer,null) The Tranco three month average traffic rank - `similarweb_rank` (integer,null) - `similarweb_traffic` (integer,null) - `website_technologies` (array, required) - `website_technologies.web_technology_id` (integer, required) - `website_technologies.is_active` (boolean) - `website_technologies.name` (string, required) Get WebTechnology name.