Common API Examples
1. Search Observations by Date Range:
GET /api/search?start_date=2025-01-01T00:00:00.000Z&end_date=2025-01-31T23:59:59.999Z
Returns all observations between January 1st and January 31st, 2025.
2. Search by Satellite Number:
GET /api/search?satellite_number=58013
Returns all observations for satellite with NORAD ID 58013.
3. Get Recent Observations:
GET /api/observations/recent?limit=10
Returns the 10 most recent observations in the database.
Response Format
All responses include:
items
: Array of observation results
count
: Total number of matching observations