Using free-e-sdk-tflite with tfl.gov.uk

C integration

Install
# See https://github.com/tuanhe/free-e-sdk-tflite
Gets all roads managed by TfL
curl \
  # append ?app_key=$API_KEY to the URL \
  https://api.digital.tfl.gov.uk/Road
Gets the places that lie within a geographic region. The geographic region of…
curl \
  # append ?app_key=$API_KEY to the URL \
  https://api.digital.tfl.gov.uk/Place
Search the site for occurrences of the query string. The maximum number of re…
curl \
  # append ?app_key=$API_KEY to the URL \
  https://api.digital.tfl.gov.uk/Search
SDK on GitHub 📄 API Docs
SDK
free-e-sdk-tflite
C
API
tfl.gov.uk
tfl.gov.uk
At a glance
Language C
Endpoints84
Base URLhttps://api.digital.tfl.gov.uk