Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wappalyzer Lists API

Lead list creation, pricing, and download lifecycle.

Wappalyzer Lists API is one of 8 APIs that Wappalyzer publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Lists. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://api.wappalyzer.com/v2.

5 operations 2 paths 10 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://api.wappalyzer.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Wappalyzer Lists API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Lists 5

Lead list creation, pricing, and download lifecycle.

GET
/lists
List created lead lists
listLeadLists → 200400403429
POST
/lists
Create a lead list
createLeadList body → 200400403429
GET
/lists/{id}
Fetch a lead list
getLeadList 1 param → 200400403429
POST
/lists/{id}
Spend credits and finalize a ready lead list
finalizeLeadList 1 param body → 200400403429
DELETE
/lists/{id}
Delete a lead list
deleteLeadList 1 param → 200400403429

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are ListDetail (27 properties), CreateListRequest (25 properties), ListSummary (7 properties), ListTechnology (5 properties). Each schema is shown below with its type and property counts.

CreateListRequest
object
25 properties
ListSummary
object
7 properties 2 required
FinalizeListResponse
object
3 properties 2 required
ListStatus
string
EmptyObject
object
FinalizeListRequest
object
1 property 1 required
Category
object
3 properties 2 required
ListDetail
object
27 properties 2 required
CreateListAccepted
object
2 properties 2 required
ListTechnology
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wappalyzer-lists-api-openapi.yml Raw ↑

Other APIs Wappalyzer publishes across the network.

Wappalyzer Analyze API
Wappalyzer Crawl API
Wappalyzer Dataset API
Wappalyzer Basics API
Wappalyzer Lookup API
Wappalyzer Subdomains API
Wappalyzer Verify API