---
title: "Use to get a street address and location info from longitude and latitude coordinates."
method: GET
path: "/reverseGeocode"
---

# Use to get a street address and location info from longitude and latitude coordinates.

`GET /reverseGeocode`

The `Get Reverse Geocoding` API is an HTTP `GET` request used to translate a coordinate (example: 37.786505, -122.3862) into a human understandable street address. Useful in tracking applications where you receive a GPS feed from the device or asset and wish to know the address associated with the coordinates. This endpoint will return address information for a given coordinate.

## Query parameters

- `api-version` string, required
- `coordinates` number[], required
- `resultTypes` string[]
- `view` string

## Headers

- `Accept-Language` string

## Parameters

- `../../../Common/stable/2023-06-01/common.json#/components/parameters/ClientId` — unresolved $ref

## Response `200`

OK

## Other responses

- `default` — unresolved $ref

## Changes

- **2026-07-13** (1.0) `062120fe158c` — 1 warning
  - the optional response header `x-ms-error-code` removed for the status `default`
- **2026-07-13** (1.0) `adc95bd8c78a` — 1 info
  - added the new optional `header` request parameter `x-ms-client-id`
- **2026-07-13** (1.0) `0e0c2063abbc` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `4989537e51e6` — 1 info
  - endpoint added
- **2025-10-15** (1.0) `69718fe8c37a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/maps-search/changes/reverseGeocode/get.md)

---

[API](https://skmtc.dev/azure/apis/maps-search.md) · [All operations](https://skmtc.dev/azure/apis/maps-search/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/maps-search/revisions/062120fe158c/schema)
