---
title: "List all ticket outlets"
method: GET
path: "/v3/outlets"
tags: ["Outlets"]
---

# List all ticket outlets

`GET /v3/outlets`

## Query parameters

- `max_results` integer
- `token` string
- `devid` string
- `signature` string

## Response `200`

Ticket outlets.

- V3OutletResponse
  - `outlets` V3Outlet[] — myki ticket outlets
    - `outlet_slid_spid` string — The SLID / SPID
    - `outlet_name` string — The location name of the outlet
    - `outlet_business` string — The business name of the outlet
    - `outlet_latitude` number, float — Geographic coordinate of latitude at outlet
    - `outlet_longitude` number, float — Geographic coordinate of longitude at outlet
    - `outlet_suburb` string — The city/municipality the outlet is in
    - `outlet_postcode` integer — The postcode for the outlet
    - `outlet_business_hour_mon` string — The business hours on Monday
    - `outlet_business_hour_tue` string — The business hours on Tuesday
    - `outlet_business_hour_wed` string — The business hours on Wednesday
    - `outlet_business_hour_thur` string — The business hours on Thursday
    - `outlet_business_hour_fri` string — The business hours on Friday
    - `outlet_business_hour_sat` string — The business hours on Saturday
    - `outlet_business_hour_sun` string — The business hours on Sunday
    - `outlet_notes` string — Any additional notes for the outlet such as 'Buy pre-loaded myki cards only'. May be null/empty.
  - `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)
