Data drop – Taxi Ranks

Taxis are an important, trusted and iconic part of London’s transport system, and they also offer a vital service for disabled people. There are currently around 640 taxi ranks in the capital, serving key locations and one in five of all taxi journeys start at a rank. We have released the location of all London taxi ranks in our Unified API, allowing open data users to enhance or develop new apps and products for customers planning taxi journeys.

Taxi rank
Taxi rank data for ranks closest to stations, such as this one outside Waterloo, is now available to app developers through our Unified API

Taxi Ranks in the Places Unified API

You can get full list of Taxi Ranks from the Places API, which can also be searched by lat/long bounding box or radius.For each taxi rank, we return information such as the address, number of spaces, operation days, operation times, rank type and nearby stations NaPTAN id. The example below shows the taxi rank data for Queen Victoria Street (Blackfriars Station):

{

id: “TaxiRank_5920”,

url: “https://api.tfl.gov.uk/Place/TaxiRank_5920“,

commonName: “Queen Victoria Street (Blackfriars Station)”,

distance: 993.5842874985796,

placeType: “TaxiRank”,

additionalProperties: [

{

category: “Address”,

key: “Borough”,

sourceSystemKey: “5920”,

value: “City of London”,

modified: “2016-10-10T08:42:48.34Z”

},

{

category: “Description”,

key: “NumberOfSpaces”,

sourceSystemKey: “5920”,

value: “5”,

modified: “2016-10-10T08:42:48.34Z”

},

{

category: “Description”,

key: “OperationDays”,

sourceSystemKey: “5920”,

value: “Mon – Sun”,

modified: “2016-10-10T08:42:48.34Z”

},

{

category: “Description”,

key: “OperationTimes”,

sourceSystemKey: “5920”,

value: “21.00 – 02.00”,

modified: “2016-10-10T08:42:48.34Z”

},

{

category: “Description”,

key: “RankType”,

sourceSystemKey: “5920”,

value: “Working”,

modified: “2016-10-10T08:42:48.34Z”

},

{

category: “Description”,

key: “StationAtcoCode”,

sourceSystemKey: “5920”,

value: “940GZZLUBKF”,

modified: “2016-10-10T08:42:48.34Z”

}

],

childrenUrls: [ ],

lat: 51.511988,

lon: -0.103253

}…

The data for a taxi rank can also be retrieved by its place id. For example, the data for South Lambeth Place, Vauxhall can be retrieved by id TaxiRank_5533 using the following url:

https://api.tfl.gov.uk/Place/TaxiRank_5533

Feedback

We’d love to find out what you’re building with our taxi rank data, what’s most useful to you and if you feel anything important is missing from the Unified API. Please leave us your feedback, or any technical questions in the comments below.

6 Comments

  1. Hi
    Two of the taxi ranks are in the north sea! Is there an email to report incorrect data?

    Thanks

    ============================
    “id”: “TaxiRank_4045”,
    “url”: “https://api-argon.tfl.gov.uk/Place/TaxiRank_4045”,
    “commonName”: “Grosvenor Street”,
    “placeType”: “TaxiRank”,
    “lat”: 54.637877,
    “lon”: -0.005901

    54.637877, -0.005901
    INCORRECT LOCATION
    https://www.google.co.uk/maps/place/54%C2%B038'16.4%22N+0%C2%B000'21.2%22W/@54.6378801,-0.008095,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0x0!8m2!3d54.637877!4d-0.005901

    Correct – 51.5120928,-0.1457605
    https://www.google.co.uk/maps/place/51%C2%B030'43.5%22N+0%C2%B008'42.8%22W/@51.5120928,-0.1457605,19z/data=!3m1!4b1!4m5!3m4!1s0x0:0x0!8m2!3d51.512092!4d-0.145212

    ============================

    “id”: “TaxiRank_4693”,
    “url”: “https://api-argon.tfl.gov.uk/Place/TaxiRank_4693”,
    “commonName”: “Station Road (Harold Wood Station), Harold Wood”,

    “lat”: 54.863954,
    “lon”: 0.410287

    54.863954, 0.410287
    https://www.google.co.uk/maps/place/54%C2%B051'50.2%22N+0%C2%B024'37.0%22E/@54.8639571,0.408093,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0x0!8m2!3d54.863954!4d0.410287
    CORRECT LOCATION
    https://www.google.co.uk/maps/place/Harold+Wood/@51.5934154,0.2335873,21z/data=!4m5!3m4!1s0x47d8bb78d96aa989:0x49d1c6ed3bcfeeb3!8m2!3d51.59277!4d0.2331

    ============================

    1. James, Thanks for reporting this. You’re right, the locations for the above mentioned taxi ranks are incorrect. We’re contacting the data supplier to correct these locations.

Comments are closed.