---
title: "Changes to Translate coordinates to the closest address(es)/places/stops."
method: GET
path: "/api/v1/reverse-geocode"
---

# Changes to Translate coordinates to the closest address(es)/places/stops.

`GET /api/v1/reverse-geocode`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 52 revisions.

- **2026-07-16** `dbfe4b7f2bab` — 1 warning
- **2026-05-22** `26803b66a16b` — 4 breaking
- **2026-04-16** `fcec2b4dd976` — 1 info
- **2026-02-22** `6775a2d6764d` — 3 warning
- **2026-02-21** `b7bf68a0d6f3` — 1 breaking, 1 warning, 8 info

## Changes

- **2026-07-16** `dbfe4b7f2bab` — 1 warning
  - added the new `HGV` enum value to the `items/modes/items/` response property for the response status `200`
- **2026-05-22** `26803b66a16b` — 4 breaking
  - removed the enum value `ADDRESS` from the `query` request parameter `type`
  - removed the enum value `PLACE` from the `query` request parameter `type`
  - removed the enum value `STOP` from the `query` request parameter `type`
  - for the `query` request parameter `type`, the type/format was changed from `string`/`` to `array`/``
- **2026-04-16** `fcec2b4dd976` — 1 info
  - added the new optional `query` request parameter `numResults`
- **2026-02-22** `6775a2d6764d` — 3 warning
  - added the new `DEBUG_BUS_ROUTE` enum value to the `items/modes/items/` response property for the response status `200`
  - added the new `DEBUG_FERRY_ROUTE` enum value to the `items/modes/items/` response property for the response status `200`
  - added the new `DEBUG_RAILWAY_ROUTE` enum value to the `items/modes/items/` response property for the response status `200`
- **2026-02-21** `b7bf68a0d6f3` — 1 breaking, 1 warning, 8 info
  - the `query` request parameter `type` was restricted to a list of enum values
  - deleted the `query` request parameter `numResults`
  - added the new enum value `ADDRESS` to the `query` request parameter `type`
  - added the new enum value `PLACE` to the `query` request parameter `type`
  - added the new enum value `STOP` to the `query` request parameter `type`
  - for the `query` request parameter `type`, the type/format was generalized from `array`/`` to `string`/``
  - removed the `DEBUG_BUS_ROUTE` enum value from the `items/modes/items/` response property for the response status `200`
  - removed the `DEBUG_FERRY_ROUTE` enum value from the `items/modes/items/` response property for the response status `200`
  - removed the `DEBUG_RAILWAY_ROUTE` enum value from the `items/modes/items/` response property for the response status `200`
  - removed the `HGV` enum value from the `items/modes/items/` response property for the response status `200`

---

[Operation](https://skmtc.dev/motis-project/apis/motis-api/docs/api/v1/reverse-geocode/get.md) · [API](https://skmtc.dev/motis-project/apis/motis-api.md) · [Page](https://skmtc.dev/motis-project/apis/motis-api/changes/api/v1/reverse-geocode/get)
