TSJL - GTFS

The General Transit Feed Specification (GTFS) is common format for exchanging transportation schedules and associated transit information. Specification is available at Googles GTFS pages. data.foli.fi provides both data package (gtfs.zip) as complete and also access to its contents through REST urls to ease it's usage on browsers.

GTFS - data package

Latest published package is always available at :

http://data.foli.fi/gtfs/gtfs.zip

GTFS - query interface

Contents of latest package are available also through REST api. Query interface returns GTFS tables as JSON formatted data with minor changes like using native datatypes instead of packages "string" attributes.

Exact descripton of provided data is available at Google's GTFS-documentation. Below is summary of published tables accompanied with simple examples.

Base url for REST links is http://data.foli.fi/gtfs. Because urls are actually redirects, please first familiarize yourself with technical description how referencing is supposed to operate.