TFDi Design Icon
TFDi Design
VA APIPilotStatistics

Pilot Statistics

Get the statistics of the pilot who is logged in

GET
/pilot/statistics
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/pilot/statistics"
{
  "hoursFlown": 0.1,
  "flightsFlown": 0,
  "averageLandingRate": 0.1,
  "pirepsFiled": 0
}
{
  "message": "string"
}