---
title: "GET /products/{productCode}"
method: GET
path: "/products/{productCode}"
tags: ["Products"]
---

# GET /products/{productCode}

`GET /products/{productCode}`

Get information about a data product

## Path parameters

- `productCode` string, required

## Query parameters

- `release` string

## Response `200`

Single data product

- object
  - `data` Product
    - `productCodeLong` string — Revisioned, long code for the data product (NEON.DOM.SITE.DP1.00001.001, etc)
    - `productCode` string — Revisioned, shortened code for the data product (DP1.00001.001, DP1.10072.001, etc)
    - `productCodePresentation` string — Shortened product code
    - `productName` string — The name of the data product.
    - `productDescription` string — A brief description of the data product.
    - `productStatus` 'FUTURE' | 'ACTIVE' | 'RETIRED' — Future, active, or retired product status
    - `productCategory` string — Level 1, 2, 3, or 4 data product
    - `productHasExpanded` boolean — Whether a data product has expanded data
    - `productScienceTeamAbbr` string — Three letter abbreviation for the science team responsible for the data product
    - `productScienceTeam` string — Science team responsible for the data product
    - `productPublicationFormatType` string — Class of publication system used during the publication process; can be independent from productScienceTeam.
    - `productAbstract` string — An abstract for the data product
    - `productDesignDescription` string — A design description of the data product
    - `productStudyDescription` string — A study description of the data product
    - `productBasicDescription` string — A description of the basic package available for download
    - `productExpandedDescription` string — A description of the expanded package available for download
    - `productSensor` string — A description of the sensor utilized by the data product
    - `productRemarks` string — Remarks about the data product
    - `themes` string[] — List of themes to which the data product belongs.
    - `changeLogs` object[] — List of issues and associated details for the product.
      - `id` number — The identifier for the issue.
      - `parentIssueID` number — The identifier for the parent issue that this issue is associated with.
      - `issueDate` string, date-time — The date and time associated with the creation of the issue.
      - `resolvedDate` string, date-time — The date and time associated with the resolution of the issue.
      - `dateRangeStart` string, date-time — The start of the date interval that this issue impacts the data product.
      - `dateRangeEnd` string, date-time — The end of the date interval that this issue impacts the data product.
      - `locationAffected` string — The locations affected by this issue.
      - `issue` string — The description of the issue.
      - `resolution` string — The description of the resolution applied for this issue.
    - `specs` Spec[] — List of documents associated with the data product.
      - `specId` string — Document identifier for the associated document.
      - `specNumber` string — The specification number or name for the associated document.
      - `specType` string — The MIME type of the associated document.
      - `specSize` number — The size in bytes of the associated document.
      - `specDescription` string — Description of the associated document.
    - `keywords` string[] — List of words and phrases associated with the data product
    - `biorepositoryCollections` BiorepositoryCollection[] — List of NEON biorepository collections associated with the data product
      - `collectionCode` string — The collection code assigned to the collection.
      - `collectionName` string — The name of the collection.
      - `collectionUrl` string — The URL to the API endpoint for the specified collection.
      - `collectionContentUrl` string — The URL to the biorepository collection landing page.
      - `collectionDownloadUrl` string — The URL to download the biorepository collection dataset.
    - `releases` object[] — List of releases that this product 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.
      - `productDoi` object — A description for the DOI associated with the product and release.
        - `generationDate` string, date-time — The generation date of the DOI.
        - `url` string — The DOI URL for the product and release.
    - `siteCodes` object[] — List of sites and months of available data
      - `siteCode` string — Four character code for the site
      - `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` — Product(s) not found
- `default` — General error

## Changes

- **2021-01-26** `9519af3d4648` — 1 info
  - added the new optional `query` request parameter `release`
- **2020-03-26** `3be980888966` — 4 warning
  - the optional response header `RetryAfter` removed for the status `200`
  - the optional response header `X-RateLimit-Limit` removed for the status `200`
  - the optional response header `X-RateLimit-Remaining` removed for the status `200`
  - the optional response header `X-RateLimit-Reset` removed for the status `200`
- **2020-03-17** `6b4aedeaf791` — 1 warning
  - deleted the `query` request parameter `release`

[Change history](https://skmtc.dev/neonscience/apis/neon-data-api-requests/changes/products/:productCode/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)
