Interactive Testing Alternatives
The Issue: While the AVERT API now returns JSON by default, the playground may still have display limitations with large responses. The Solution: Use these reliable testing methods for the best experience with the improved API. Here are the best alternatives for testing:1. Browser-Based Testing
Postman (Recommended):- Download Postman
- Create a new GET request to:
https://avert-legacy.ldeo.columbia.edu/api/imagery/infrared/query - Add parameters:
site:CLNEvnum:311240search_from:2024-05-30T12:00search_to:2024-05-30T14:00
- Click Send - you’ll see beautiful JSON formatting!
2. Command Line Testing
limit parameter to control result size for better testing!
3. Python Testing
- Simple Test
- Complete Testing Script
4. JavaScript/Browser Console
Open your browser’s developer console and run:Expected Results
When testing with our recommended parameters, you should see:- Status:
200 OK - Results: ~10 infrared images (controlled by limit parameter)
- Format: Clean JSON array with image metadata
- Response time: Usually < 2 seconds
Still Having Issues?
If you’re having trouble with any of these methods:- Check your internet connection
- Verify the AVERT API is online: Visit avert-legacy.ldeo.columbia.edu
- Try a different date range: Use recent dates within 2024
- Contact support: Email avert-system@proton.me

