REST APIs
You can use the REST API source to extract data from any REST API. Using a declarative configuration, you can define:
- the API endpoints to pull data from,
 - their relationships,
 - how to handle pagination,
 - authentication.
 
dlt will take care of the rest: unnesting the data, inferring the schema, etc., and writing to the destination.
📄️ REST API source
Learn how to set up and configure
📄️ Advanced configuration
Learn custom response processing, headers configuration and more
🗃️ REST API helpers
2 items