Skip to main content

API Reference

The dronelist.io API is a RESTful JSON API. All endpoints require authentication via API key.

Base URL

Available endpoints

Equipment

Projects

Services

Each endpoint page includes request parameters, response schemas, and example responses. See the individual endpoint pages for full details.

Common patterns

  • Authentication: All requests require X-API-Key header — see Authentication
  • Pagination: Most list endpoints accept page and limit query params — see Pagination. Exception: GET /v1/services returns all results without pagination
  • Rate limiting: Responses include X-RateLimit-* headers — see Rate Limiting
  • Errors: Consistent JSON error format across all endpoints — see Errors

Interactive playground

For hands-on testing with live requests, use the Scalar API playground.