---
title: "GET /locations/sites"
method: GET
path: "/locations/sites"
tags: ["Locations", "Sites"]
---

# GET /locations/sites

`GET /locations/sites`

Get information about the site-level locations

## Response `200`

List of locations

- object
  - `data` Location[]
    - `locationName` string — Name of the location
    - `locationDescription` string — A description of the location.
    - `locationType` string
    - `domainCode` string — Three character domain abbreviation (D01, D02, etc) for the domain this site is in
    - `siteCode` string — Four character code for the site
    - `locationDecimalLatitude` number, double — Decimal latitude for the location.
    - `locationDecimalLongitude` number, double — Decimal longitude for the location.
    - `locationElevation` number, double — Elevation for the location.
    - `locationUtmEasting` number, double — The Universal Transverse Mercator easting.
    - `locationUtmNorthing` number, double — The Universal Transverse Mercator northing.
    - `locationUtmZone` number — The integer Universal Transverse Mercator zone.
    - `locationUtmHemisphere` string — The single character Universal Transverse Mercator hemisphere.
    - `alphaOrientation` number, double — The elevation or pitch angle (in degrees) in the vertical plane at which a sensor is oriented relative to the horizontal plane.
    - `betaOrientation` number, double — The roll angle (in degrees) about the longitudinal axis of the sensor at which the sensor is oriented.
    - `gammaOrientation` number, double — The azimuth or yaw angle (in degrees) at which a sensor is facing relative to true North.
    - `xOffset` number, double — Cartesian offsets of a sensor, in meters, west (positive values) or east (negative values) relative to the reference location.
    - `yOffset` number, double — Cartesian offsets of a sensor, in meters, south (positive values) or north (negative values) relative to the reference location.
    - `zOffset` number, double — Cartesian offsets of a sensor, in meters, up (positive values) or down (negative values) relative to the reference location.
    - `offsetLocation` Location — recursive
    - `locationPolygon` object
      - `coordinates` object[] — A list of vertices that define the closed structure for the polygon
        - `latitude` number, double — Decimal latitude for the polygon coordinate.
        - `longitude` number, double — Decimal longitude for the polygon coordinate.
        - `elevation` number, double — Elevation for the polygon coordinate.
    - `activePeriods` object[] — List of active periods for the location
      - `activatedDate` string, date-time — The activation date for the time period
      - `deactivatedDate` string, date-time — The deactivation date for the time period
    - `locationProperties` object[] — List of properties associated with the location. Contents vary based on the type of location.
      - `locationPropertyValue` string — Can be a string or a number
      - `locationPropertyName` string
    - `locationHistory` LocationHistory[]
      - `current` boolean — Indicates if this is the current location for this location.
      - `locationStartDate` string, date-time — The start date and time for this location.
      - `locationEndDate` string, date-time — The end date and time for this location.
      - `locationDecimalLatitude` number, double — Decimal latitude for the location.
      - `locationDecimalLongitude` number, double — Decimal longitude for the location.
      - `locationElevation` number, double — Elevation for the location.
      - `locationUtmEasting` number, double — The Universal Transverse Mercator easting.
      - `locationUtmNorthing` number, double — The Universal Transverse Mercator northing.
      - `locationUtmHemisphere` string — The single character Universal Transverse Mercator hemisphere.
      - `locationUtmZone` number — The integer Universal Transverse Mercator zone.
      - `alphaOrientation` number, double — The elevation or pitch angle (in degrees) in the vertical plane at which a sensor is oriented relative to the horizontal plane.
      - `betaOrientation` number, double — The roll angle (in degrees) about the longitudinal axis of the sensor at which the sensor is oriented.
      - `gammaOrientation` number, double — The azimuth or yaw angle (in degrees) at which a sensor is facing relative to true North.
      - `xOffset` number, double — Cartesian offsets of a sensor, in meters, west (positive values) or east (negative values) relative to the reference location.
      - `yOffset` number, double — Cartesian offsets of a sensor, in meters, south (positive values) or north (negative values) relative to the reference location.
      - `zOffset` number, double — Cartesian offsets of a sensor, in meters, up (positive values) or down (negative values) relative to the reference location.
      - `locationPolygon` object
        - `coordinates` object[] — A list of vertices that define the closed structure for the polygon
          - `latitude` number, double — Decimal latitude for the polygon coordinate.
          - `longitude` number, double — Decimal longitude for the polygon coordinate.
          - `elevation` number, double — Elevation for the polygon coordinate.
      - `locationProperties` object[] — List of properties associated with the location. Contents vary based on the type of location.
        - `locationPropertyValue` string — Can be a string or a number
        - `locationPropertyName` string
    - `locationParent` string — Name of the location that this location is in.
    - `locationParentUrl` string — URL to request location data for the parent of this location.
    - `locationParentHierarchy` LocationParentHierarchy
      - `locationName` string — Name of the location
      - `locationType` string — Type of the location
      - `locationParent` string — Name of the location that this location is in.
      - `locationParentUrl` string — URL to request location data for the parent of this location.
      - `locationParentHierarchy` object — The location's parent hierarchy
    - `locationChildren` string[] — A list of names of locations within this location.
    - `locationChildrenUrls` string[] — A list of URLs to request location data for the children of this location.
    - `locationChildHierarchy` LocationChildHierarchy[] — When querying for the hierarchy, the location's set of immediate children and associated hierarchy
      - `locationName` string — Name of the location
      - `locationType` string — Type of the location
      - `locationDescription` string — A description of the location.
      - `locationChildHierarchy` object[] — The location's child hierarchy

## Other responses

- `default` — General error

---

[API](https://skmtc.dev/neonscience/apis/neon-data-api-requests.md) · [All operations](https://skmtc.dev/neonscience/apis/neon-data-api-requests/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neonscience/neon-data-api-requests/revisions/e108051ab4bc/schema)
