Skip to content

Changelog

  • rating_breakdown now includes airplane type ratings in addition to class ratings. Keys like type_a320, type_b737_300_900 may now appear alongside sep_land, mep_land, etc. Helicopter and sailplane remain excluded.
  • New endpoint GET /v1/rating-dictionary returns the full airplane rating catalog for mapping keys to human-readable labels. Requires the new rating-dictionary scope (off by default; contact support@skyden.app to enable).
  • Moved base URL to api.skyden.app.
  • Added GET /v1/pilot-totals/batch to fetch up to 50 pilots per request.
  • Clarified 5-minute freshness cadence on pilot totals.
  • Added rating_breakdown to pilot totals responses: flight time per airplane class rating (SEP, SET, MEP, TMG) in minutes. Returned on both the single-pilot and batch endpoints.
  • Initial v1 release: POST /v1/link, GET /v1/pilot-totals.