---
title: "GET /releases/{releaseTag}/sites"
method: GET
path: "/releases/{releaseTag}/sites"
tags: ["Releases"]
---

# GET /releases/{releaseTag}/sites

`GET /releases/{releaseTag}/sites`

Get information about all sites within a specific release

## Path parameters

- `releaseTag` string, required

## Response `200`

List of sites

- object
  - `data` Site[]
    - `siteCode` string — Four character code for the site
    - `siteName` string — Full name for the site
    - `siteDescription` string — Brief site description
    - `siteType` 'CORE' | 'GRADIENT' — Core or Gradient site
    - `siteLatitude` number — Point latitude for the site
    - `siteLongitude` number — Point longitude for the site
    - `domainCode` string — Three character domain abbreviation (D01, D02, etc) for the domain this site is in
    - `stateCode` string — Two letter state code that this site is in
    - `stateName` string — Full name of the state or territory that this site is in
    - `domainName` string — Brief description for the domain this site is in
    - `deimsId` string — Dynamic Ecological Information Management System - Site and dataset registry (DEIMS-SDR) ID for the site, see deims.org
    - `releases` object[] — List of releases that this site has available data within.
      - `release` string — The name of the release
      - `generationDate` string, date-time — The generation date of the release.
      - `url` string — The URL to the API endpoint that references the release.
    - `dataProducts` ProductAvailability[]
      - `dataProductCode` string — Revisioned, shortened code for the data product (DP1.00001.001, DP1.10072.001, etc)
      - `dataProductTitle` string — Full title for the data product.
      - `availableMonths` string[] — List of years and months that products are available. Formatted as YYYY-MM.
      - `availableDataUrls` string[] — List of data urls for products that are available.
      - `availableReleases` object[] — List of available releases and months contained within each release.
        - `release` string — The name of the release.
        - `availableMonths` string[] — List of years and months that products are available within for this release. Formatted as YYYY-MM.

## Changes

- **2021-01-26** `9519af3d4648` — 1 info
  - endpoint added
- **2020-03-17** `6b4aedeaf791` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/neonscience/apis/neon-data-api-requests/changes/releases/:releaseTag/sites/get.md)

---

[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)
