List satellite altimeter passes
List recorded satellite altimeter passes over virtual buoys.
Filter to a single satellite with mission — a slug returned by
GET /buoys/satellites (e.g. cfosat). An unknown slug returns 404.
Documentation Index
Fetch the complete documentation index at: https://docs.thebuoy.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Format: Authorization: Bearer YOUR_API_KEY
Alternative: Pass as query parameter ?api_key=YOUR_API_KEY
Security: API keys are stored as BCrypt hashes (never plain text). Only the hash is stored in the database.
Query Parameters
Filter passes to a single satellite mission, by slug (see GET /buoys/satellites).
When true (default), return only passes that have fresh, displayable buoy readings.
Only return passes at or after this ISO 8601 timestamp.
Maximum number of passes to return (default: 20, max: 100).
1 <= x <= 100