Build and test API requests interactively. Explore endpoints, add filters, and see real-time responses.
Enter your API key — it will be sent as the Authorization: Bearer header with each request.
GET https://apiv2.atlas.red/v1/data/col/properties?page=1&limit=10Enter your API key above to send requests
Send a request to see the response
curl -X GET "https://apiv2.atlas.red/v1/data/col/properties?page=1&limit=10" \ -H "Authorization: Bearer YOUR_API_KEY"