Averis × Rotatepilot — integration sandbox

Live demo of how Averis (or any aviation learning platform) can pull question-bank, METAR, airport, and aircraft data from the public Rotatepilot REST API. No auth, no install, no backend hosting. Every panel below makes a real network call to rotatepilot.com/api/v1/* on click.

Questions: Subjects: Languages: Airports: Flashcards: Rate limit: 60/hr/IP

1. Study mode — question bank

Endpoint: GET /api/v1/question?subject={subject}&count={1-5} · Returns FAA / EASA-labeled MCQs with explanations.

2. METAR / TAF decoder

Endpoint: GET /api/v1/metar?icao={icao} · Live decoded weather + flight category. Drop straight into a flight-planning UI.

3. Airport lookup

Endpoint: GET /api/v1/airport/{icao} · ~500 ICAO codes, training airports flagged.

Click "Lookup"…

4. Quiz of the day

Endpoint: GET /api/v1/quiz-of-day · Same question across the platform per day — perfect for daily-engagement features.


How Averis integrates this (proposal)

Step 1 — Drop-in client. Any frontend calls the endpoints directly. No proxy needed (CORS enabled, edge-served). For 60 req/hr you can ship the integration today. For higher volume we issue Averis a partner key with a higher tier.

Step 2 — White-label. Hide attribution in your UI if licensing terms include "remove attribution" or surface it in a small footer link — your call, depends on commercial shape.

Step 3 — Commercial direction (open):

Source for this sandbox is on GitHub: github.com/Perufitlife/rotatepilot-skyx-sandbox