TFDi Design Icon
TFDi Design
VA APIPirepsDetails

Get PIREP Details

Get details for a specific PIREP

GET
/pireps/details
AuthorizationBearer <token>

In: header

Query Parameters

idinteger|string

The PIREP ID to get more detailed information from

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/pireps/details?id=0"
{
  "flightLog": [
    "string"
  ],
  "flightData": [
    {
      "eventID": "string",
      "eventElapsedTime": 0.1,
      "eventTimestamp": "2019-08-24T14:15:22Z",
      "eventCondition": "string",
      "message": "string"
    }
  ],
  "locationData": [
    {
      "heading": 0.1,
      "latitude": -90,
      "longitude": -180
    }
  ]
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}