---
title: "List nearest regions for this device"
method: GET
path: "/region/bylocation/{latitude}/{longitude}"
tags: ["Region"]
---

# List nearest regions for this device

`GET /region/bylocation/{latitude}/{longitude}`

Get nearest regions for this device, sorted by distance. Only regions of category `fence` will be listed.

## Path parameters

- `latitude` number
- `longitude` number, required

## Query parameters

- `limit` number
- `skip` number

## Response `200`

OK

## Changes

- **2020-03-11** `5ed31e104b6f` — 1 info
  - the endpoint scheme security `ApplicationSecret` was added to the API

[Change history](https://skmtc.dev/notificare/apis/notificare-cloud-api/changes/region/bylocation/:latitude/:longitude/get.md)

---

[API](https://skmtc.dev/notificare/apis/notificare-cloud-api.md) · [All operations](https://skmtc.dev/notificare/apis/notificare-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/notificare/apis/notificare-cloud-api/revisions/4cb2bee3a72d?raw)
