Quickstart
This guide walks you through making your first API call to dronelist.io.Prerequisites
- A dronelist.io account with an active organization
- An API key, created under Settings → API Keys
Step 1: Create an API key
Open Settings → API Keys. Click Create Key and pick the scopes you need:
Copy the key — it starts with
dl_live_ and is only shown once.
Step 2: Make your first request
Step 3: Check the response
A successful response looks like:Next steps
Authentication
Learn about API key scopes and auth methods.
Pagination
Handle large result sets with pagination.
Error handling
Understand error codes and how to handle them.
API Reference
Explore every endpoint in detail.