---
title: "Nearby Stops"
method: GET
path: "/stops"
---

# Nearby Stops

`GET /stops`

## Query parameters

- `lat` number, required
- `lon` number, required
- `radius` number, nullable

## Response `200`

Successful Response

- NearbyStop[]
  - `stop_name` string, required
  - `stop_code` integer, required
  - `stop_id` integer, required
  - `coordinates` Coordinates, required
    - `x` number, required
    - `y` number, required
  - `direction` string, required
  - `distance` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/styrowolf/apis/fastapi.md) · [All operations](https://skmtc.dev/styrowolf/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/styrowolf/fastapi/revisions/1f272d11e862/schema)
