API Playground

Build and test API requests interactively. Explore endpoints, add filters, and see real-time responses.

API Key

Enter your API key — it will be sent as the Authorization: Bearer header with each request.

Required to send requests

Request Builder

GET https://api.dev.atlas.red/v1/data/col/properties?page=1&limit=10

Enter your API key above to send requests

Response

Send a request to see the response

Generated Code

curl -X GET "https://api.dev.atlas.red/v1/data/col/properties?page=1&limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY"