Wednesday, 2 March 2016
Today two new calls were added to the OpenMobilityData API:
getLocations
getFeeds
You can use getLocations
in order to retrieve location IDs which can then be passed to getFeeds
to retrieve a list of available feeds
for a certain location.
Additionally, you can filter by sub-locations also using the descendants
flag.
Using getFeeds
, you can retrieve feed IDs, which can then be passed to other API calls.