Any API for platform?

Is there a way to fetch all the platforms with a given stop point id?
then fetch all the arrival info for a given platform id?

For example, I’d like to get a list of platforms from Liverpool Street station (stop point id: HUBLST, each with platform name, line, mode, direction…)

Then get all the arrival information for ‘Central’ line in ‘Eastbound - Platform 4’

Thanks a lot.

@xcoder20090203

Start with

https://api.tfl.gov.uk/StopPoint/HUBLST

and look for NaptanMetroPlatform under children

or do it the other way by looking for types

https://api.tfl.gov.uk/StopPoint/Type/NaptanMetroPlatform

Thanks a lot for your help :+1:

1 Like