---
title: "GET /sites/{siteCode}"
method: GET
path: "/sites/{siteCode}"
tags: ["Sites"]
---

# GET /sites/{siteCode}

`GET /sites/{siteCode}`

Get information about a field site

## Path parameters

- `siteCode` string, required

## Query parameters

- `release` string

## Response `200`

Single site

- 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.

## Other responses

- `400` — Site(s) not found
- `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)
