---
title: "Get Geolocation for a device"
method: GET
path: "/devices/{id}/geolocation"
tags: ["Device"]
---

# Get Geolocation for a device

`GET /devices/{id}/geolocation`

Get the Geolocation info for a specific device.

## Path parameters

- `id` integer, required

## Response `200`

OK

- XiqDeviceGeolocation — Device geolocation info
  - `latitude` number, double — The latitude of the AP
  - `longitude` number, double, required — The longitude of the AP
  - `height` number, double, required — The height above sea level of the AP
  - `major_axis` number, double — The major axis of the AP
  - `minor_axis` number, double — The minor axis of the AP
  - `orientation` number, double, required — The orientation of the AP
  - `last_reported` integer, required — The last updated time of the geolocation

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
