Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/api/our-apis/trafiklab-realtime-apis/stop-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ response since it's only meant to show the structure of the response. {{% /note
| stop_group.id | String | The stop group id. |
| stop_group.name | String | The stop group name. |
| stop_group.area_type | String | The stop group area type (metastop or rikshallplats). |
| stop_group.avarage_daily_stop_times | Float | The average daily departures from the stop area. |
| stop_group.transport_modes | String | Transport modes stopping at this stop. This is based on actual traffic in the current timetable period. If a stop does not have traffic in the current timetable period, this array will be empty. |
| stop_group.average_daily_stop_times | Float | The average daily departures from the stop area. |
| stop_group.transport_modes | String[] | Transport modes stopping at this stop. This is based on actual traffic in the current timetable period. If a stop does not have traffic in the current timetable period, this array will be empty. |
| stop_group.stops | Stop[] | Child stops included in the stop group. |

#### Stop
Expand Down