---
title: "View all routes for a direction of travel"
method: GET
path: "/v3/directions/{direction_id}"
tags: ["Directions"]
---

# View all routes for a direction of travel

`GET /v3/directions/{direction_id}`

## Path parameters

- `direction_id` integer, required

## Query parameters

- `token` string
- `devid` string
- `signature` string

## Response `200`

All routes that travel in the specified direction.

- V3DirectionsResponse
  - `directions` V3DirectionWithDescription[] — Directions of travel of route
    - `route_direction_description` string
    - `direction_id` integer — Direction of travel identifier
    - `direction_name` string — Name of direction of travel
    - `route_id` integer — Route identifier
    - `route_type` integer — Transport mode identifier
  - `status` V3Status
    - `version` string — API Version number
    - `health` 0 | 1 — API system health status (0=offline, 1=online)

## Other responses

- `400` — Invalid Request
- `403` — Access Denied

---

[API](https://skmtc.dev/gov/apis/ptv-timetable-api-version-3.md) · [All operations](https://skmtc.dev/gov/apis/ptv-timetable-api-version-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gov/ptv-timetable-api-version-3/revisions/fe82d30d47ea/schema)
