Dataset of cycling movements?

Hi all,

I am trying to create a dataset of similar type as the ones found in https://cycling.data.tfl.gov.uk/, specifically such as in https://cycling.data.tfl.gov.uk/usage-stats/118JourneyDataExtract11July2018-17July2018.csv.

Previously I just loaded this data into a dataframe directly, but as this is no longer possible (HTTP Error 403: Forbidden), I am trying to use the API to get the same resulting dataset of cycling journeys (journeys consisting of duration, bike id, start/end date, start/end station, …).

Any ideas how to roughly get this using the API? I am confused.