Bus/train/light rail schedule of particular stop

hello all,
i am using trip planner api , now i need to find all transportation detail (timetable ) of one particular stop. so which api i need to access ?

At the moment, the departure_mon endpoint will give you a list of trips which will depart from the stop. However, it won’t have details like stopping pattern or route shapes.

If you want that info as well, you can do some fuzzy trip matching with the GTFS static dataset.