// api reference
The Axura REST API
Versioned, Bearer token authenticated, standard JSON response envelope.
https://api.axura.dev/v1Authentication
All requests require a Bearer token in the Authorization header. Generate your API key from the dashboard.
Authorization: Bearer YOUR_API_KEY
Endpoints
| Method | Endpoint | Description | Tier |
|---|---|---|---|
| GET | /spacecraft | Search spacecraft profiles | Free |
| GET | /spacecraft/:id | Get single spacecraft record | Free |
| GET | /spacecraft/:id/sources | Cross-source comparison | Researcher+ |
| GET | /launch-vehicles | List launch vehicles | Free |
| POST | /atlas/query | Ask Atlas natural language | Researcher+ |
| GET | /me | Current user + rate limit status | All |
Response Envelope
Every successful response is wrapped in a standard JSON envelope.
{
"data": { ... },
"meta": {
"source": "axura-api-v1",
"timestamp": "2026-03-30T12:00:00Z"
}
}Rate Limits
Free
API calls / month
1,000
AI queries / month
50
Researcher
API calls / month
25,000
AI queries / month
500
Pro
API calls / month
100,000
AI queries / month
5,000