API docs, endpoint directory, and embed tooling for developers
AeroVia brings together aerospace data, AI-powered answers, and aerospace tools in one place so you can build on top of the platform directly.
Structured aerospace data
Q&A for agent workflows
Personal API key access
Embeds and APIs in one place
Send your API key as a Bearer token on every authenticated request.
curl -H "Authorization: Bearer YOUR_AEROVIA_API_KEY" "https://api.aerovia.org/v1/account/usage"
Browse each API version by section, with request parameters, response fields, and examples.
Aerospace courses with modules, lessons, and activities.
Aerospace courses with modules, lessons, and activities.
AeroVia courses with modules, lessons, and activities.
List courses.
Get one course outline with modules and lessons.
List modules for a course.
Get one module with its lesson outline.
List lessons for a module.
Get one lesson with content and activities.
Aerospace resources such as launches, astronauts, missions, vehicles, organizations, and more.
Aerospace resources such as launches, astronauts, missions, vehicles, organizations, and more.
Upcoming and previous launches cached from The Space Devs Launch Library 2.
Data comes from The Space Devs Launch Library 2. AeroVia serves it from its cache. API requests do not proxy upstream.
Use AeroVia for a stable API feed. Use The Space Devs directly for advanced filters, historical queries, or the freshest data.
List upcoming launches.
List previous launches.
People who have flown in space or are tracked as astronauts.
List Astronauts records.
Get one Astronauts record by ID.
Mission records and linked mission details.
List Missions records.
Get one Missions record by ID.
Individual rockets, spacecraft, aircraft, and other tracked vehicles.
List Vehicles records.
Get one Vehicles record by ID.
Shared vehicle programs or families that group related vehicles.
List Vehicle Families records.
Get one Vehicle Families record by ID.
Government and public space agencies.
List Agencies records.
Get one Agencies record by ID.
Private aerospace companies and commercial organizations.
List Companies records.
Get one Companies record by ID.
Non-profit, research, and other aerospace organizations.
List Organizations records.
Get one Organizations record by ID.
Spaceports, launch sites, research centers, museums, and related facilities.
List Facilities records.
Get one Facilities record by ID.
Conferences, meetups, workshops, expos, and other aerospace events.
List Gatherings records.
Get one Gatherings record by ID.
Launches, EVAs, docking events, milestones, and other timeline records.
List Timeline Events records.
Get one Timeline Events record by ID.
Space station records, crews, and related station details.
List Space Stations records.
Get one Space Stations record by ID.
Universities and higher-education institutions relevant to aerospace.
List Universities records.
Get one Universities record by ID.
Student-led aerospace teams, clubs, and competition groups.
List Student Teams records.
Get one Student Teams record by ID.
Aerospace books and reading references.
List Books records.
Get one Books record by ID.
Movies in the aerospace media catalog.
List Movies records.
Get one Movies record by ID.
TV series in the aerospace media catalog.
List Tv Series records.
Get one Tv Series record by ID.
Documentaries in the aerospace media catalog.
List Documentaries records.
Get one Documentaries record by ID.
Learning materials outside the main course system.
List Learning Resources records.
Get one Learning Resources record by ID.
Games related to aerospace.
List Games records.
Get one Games record by ID.
Short aerospace facts and trivia.
List Fun Facts records.
Get one Fun Facts record by ID.
Dictionary terms from AeroDictionary.com
List Dictionary Terms records.
Get one Dictionary Terms record by ID.
Read-only community posts, comments, and public forum profile shapes.
Read-only community posts, comments, and public forum profile shapes.
Read-only community discussion posts with safe author summaries.
List forum posts with pagination and optional category, search, and sort filters.
Get one forum post by ID.
Read-only comments and replies for a given forum post.
List comments for a specific forum post.
Get one forum comment by ID.
Public forum profile data and contribution summaries for a user.
Get the public forum profile for one user.
Your API plan, remaining credits, usage reset date, and purchased add-ons.
Your API plan, remaining credits, usage reset date, and purchased add-ons.
Current plan, included usage, and purchased credit-pack overview.
Get the current account usage and credit overview.
These are the main error shapes to handle before shipping an integration.
401 unauthorized
{
"error": {
"code": "unauthorized",
"message": "A valid AeroVia API key is required."
}
}403 supporter required
{
"error": {
"code": "supporter_required",
"message": "An active AeroVia supporter plan is required to use the API."
}
}403 insufficient credits
{
"error": {
"code": "insufficient_credits",
"message": "No API credits remain for this account."
}
}404 not found
{
"error": {
"code": "not_found",
"message": "Astronaut not found."
}
}Building against the API? Share what feels missing, unclear, or hard to integrate.