---
title: "Changes to Autocompletion & geocoding that resolves user input addresses including coordinates"
method: GET
path: "/api/v1/geocode"
---

# Changes to Autocompletion & geocoding that resolves user input addresses including coordinates

`GET /api/v1/geocode`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 52 revisions.

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

## Changes

- **2026-07-16** `dbfe4b7f2bab` — 1 warning, 1 info
  - added the new `HGV` enum value to the `items/modes/items/` response property for the response status `200`
  - added the enum value `HGV` to the property `items/` of the `query` request parameter `mode`
- **2026-06-18** `2ad91806777f` — 2 info
  - added the new optional `query` request parameter `max`
  - added the new optional `query` request parameter `min`
- **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 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, 3 info
  - 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`
  - added the enum value `DEBUG_BUS_ROUTE` to the property `items/` of the `query` request parameter `mode`
  - added the enum value `DEBUG_FERRY_ROUTE` to the property `items/` of the `query` request parameter `mode`
  - added the enum value `DEBUG_RAILWAY_ROUTE` to the property `items/` of the `query` request parameter `mode`
- **2026-02-21** `b7bf68a0d6f3` — 5 breaking, 3 warning, 8 info
  - the `query` request parameter `type` was restricted to a list of enum values
  - removed the enum value `DEBUG_BUS_ROUTE` from the property `items/` of the `query` request parameter `mode`
  - removed the enum value `DEBUG_FERRY_ROUTE` from the property `items/` of the `query` request parameter `mode`
  - removed the enum value `DEBUG_RAILWAY_ROUTE` from the property `items/` of the `query` request parameter `mode`
  - removed the enum value `HGV` from the property `items/` of the `query` request parameter `mode`
  - deleted the `query` request parameter `max`
  - deleted the `query` request parameter `min`
  - 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 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/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/geocode/get)
