GET/api/v1/schedules/download

Bulk Schedule Download

Bulk Schedule Download

This endpoint allows users to download a CSV file containing all schedules.

Note: Use comma as a separator option, do not use tab as a separator option.

A CSV file containing all schedules.

GET/api/v1/schedules/download

Responses

StatusMeaningDescriptionSchema
200OKA CSV file containing all schedules.
400Bad RequestRequest data failed validation(s)None
404Not FoundNo schedule was found.None
429Too Many RequestsToo Many Requests.None
500Internal Server ErrorAn error occurred while fetching schedules.None

Example Request

# You can also use wget
curl -X GET https://api.flightrates.example.com/api/v1/schedules/download \
  -H 'Accept: text/csv' \
  -H 'Authorization: API_KEY'

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.