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.
Endpoint: GET /api/v1/question?subject={subject}&count={1-5} · Returns FAA / EASA-labeled MCQs with explanations.
Endpoint: GET /api/v1/metar?icao={icao} · Live decoded weather + flight category. Drop straight into a flight-planning UI.
Endpoint: GET /api/v1/airport/{icao} · ~500 ICAO codes, training airports flagged.
Click "Lookup"…
Endpoint: GET /api/v1/quiz-of-day · Same question across the platform per day — perfect for daily-engagement features.
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