A RESTful interface for GTFS data.
Fare information for a transit organization’s routes.
(required; unique)
The fare_id field contains an ID that uniquely identifies a fare class.
The fare_id is dataset unique.
(required)
The price field contains the fare price, in the unit specified by currency_type.
(required)
The currency_type field defines the currency used to pay the fare. Please use the ISO 4217 alphabetical currency codes which can be found at the following URL: ISO.org: Currency Codes.
(required)
The payment_method field indicates when the fare must be paid. Valid values for this field are:
(required)
The transfers field specifies the number of transfers permitted on this fare. Valid values for this field are:
The transfer_duration field specifies the length of time in seconds before a transfer expires.
When used with a transfers value of 0, the transfer_duration field indicates how long a ticket is valid for a fare where no transfers are allowed. Unless you intend to use this field to indicate ticket validity, transfer_duration should be omitted or empty when transfers is set to 0.