---
title: "Asynchronously retrieves location information (country_bho, canton_bho and municipality_bho) for a single location
using the coordinates and the original reference system."
method: GET
path: "/api/v{version}/location/identify"
tags: ["Location"]
---

# Asynchronously retrieves location information (country_bho, canton_bho and municipality_bho) for a single location
using the coordinates and the original reference system.

`GET /api/v{version}/location/identify`

## Path parameters

- `version` string, required

## Query parameters

- `east` number, double, required
- `north` number, double, required
- `srid` integer

## Response `200`

OK

- LocationInfo
  - `country` string, nullable
  - `canton` string, nullable
  - `municipality` string, nullable

---

[API](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2.md) · [All operations](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geoadmin/boreholes-rest-api-v2/revisions/e6d0b4ee0f52/schema)
