AXURA
  • Pricing

The data platform for early-phase aerospace engineering.

Get in touch :

support@axura.dev
  • Product
  • Data
  • Pricing
  • Docs
  • API
  • About
  • Roadmap
  • Contact
  • GitHub
  • LinkedIn

Built by Ilias Hassan & Daniel Ghotb Razmjou

The Netherlands

  • Privacy Policy
  • Terms
AXURA

// api reference

The Axura REST API

Versioned, Bearer token authenticated, standard JSON response envelope.

https://api.axura.dev/v1

Authentication

All requests require a Bearer token in the Authorization header. Generate your API key from the dashboard.

Authorization: Bearer YOUR_API_KEY

Endpoints

MethodEndpointDescriptionTier
GET/spacecraftSearch spacecraft profilesFree
GET/spacecraft/:idGet single spacecraft recordFree
GET/spacecraft/:id/sourcesCross-source comparisonResearcher+
GET/launch-vehiclesList launch vehiclesFree
POST/atlas/queryAsk Atlas natural languageResearcher+
GET/meCurrent user + rate limit statusAll

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

Need higher limits?

Upgrade your plan for more API calls and AI queries.

View Pricing