---
title: "View route names and numbers for all routes"
method: GET
path: "/v3/routes"
tags: ["Routes"]
---

# View route names and numbers for all routes

`GET /v3/routes`

## Query parameters

- `route_types` integer[]
- `route_name` string
- `token` string
- `devid` string
- `signature` string

## Response `200`

Route names and numbers for all routes of all route types.

- V3RouteResponse
  - `route` V3RouteWithStatus
    - `route_service_status` V3RouteServiceStatus
      - `description` string
      - `timestamp` string, date-time
    - `route_type` integer — Transport mode identifier
    - `route_id` integer — Route identifier
    - `route_name` string — Name of route
    - `route_number` string — Route number presented to public (nb. not route_id)
    - `route_gtfs_id` string — GTFS Identifer of the route
    - `geopath` object[] — GeoPath of the route
  - `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)
