---
title: "View all stops near a specific location"
method: GET
path: "/v3/stops/location/{latitude},{longitude}"
tags: ["Stops"]
---

# View all stops near a specific location

`GET /v3/stops/location/{latitude},{longitude}`

## Path parameters

- `latitude` number, float, required
- `longitude` number, float, required

## Query parameters

- `route_types` integer[]
- `max_results` integer
- `max_distance` number, double
- `stop_disruptions` boolean
- `token` string
- `devid` string
- `signature` string

## Response `200`

All stops near the specified location.

- V3StopsByDistanceResponse
  - `stops` V3StopGeosearch[] — Train stations, tram stops, bus stops, regional coach stops or Night Bus stops
    - `disruption_ids` integer[] — Disruption information identifier(s)
    - `stop_distance` number, float — Distance of stop from input location (in metres); returns 0 if no location is input
    - `stop_suburb` string — suburb of stop
    - `stop_name` string — Name of stop
    - `stop_id` integer — Stop identifier
    - `route_type` integer — Transport mode identifier
    - `routes` object[] — List of routes travelling through the stop
    - `stop_latitude` number, float — Geographic coordinate of latitude at stop
    - `stop_longitude` number, float — Geographic coordinate of longitude at stop
    - `stop_landmark` string — Landmark in proximity of stop
    - `stop_sequence` integer — Sequence of the stop on the route/run; return 0 when route_id or run_id not specified. Order ascendingly by this field (when non zero) to get physical order (earliest first) of stops on the route_id/run_id.
  - `disruptions` object — Disruption information applicable to relevant routes or stops
  - `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)
