List available satellites/missions
Discovery endpoint listing the satellite missions you can filter passes by, with each mission’s pass count and metadata.
Use a returned slug as the mission filter on GET /buoys/satellite_passes.
Mission description is localized (English/French). Select the language
with ?locale= or the Accept-Language header; defaults to English.
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
Language for localized text (the mission description). Accept-Language is also honored.
en, fr