---
title: "GET /releases"
method: GET
path: "/releases"
tags: ["Releases"]
---

# GET /releases

`GET /releases`

Get information about all available data releases

## Response `200`

List of data releases

- object
  - `data` Release[]
    - `release` string — The name or "tag" of the release.
    - `uuid` string — The UUID associated with the release.
    - `generationDate` string, date-time — Generation date of the release.
    - `artifacts` object[] — The set of artifacts associated with the release.
      - `name` string — The name of the artifact.
      - `type` string — The type of the artifact.
      - `url` string — The download URL for the artifact
      - `size` number — The file size in bytes.
      - `md5` string — MD5 value in hex
    - `dataProducts` object[] — The set of available data products within the release.
      - `productCode` string — Revisioned, shortened code for the data product (DP1.00001.001, DP1.10072.001, etc)
      - `productName` string — The name of the data product.
      - `productDescription` string — A brief description of the data product.
      - `productDoi` string — The DOI for the product within the release.

## Other responses

- `default` — General error

## 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/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)
