---
title: "GET /data/package/{productCode}/{siteCode}/{year-month}"
method: GET
path: "/data/package/{productCode}/{siteCode}/{year-month}"
tags: ["Data"]
---

# GET /data/package/{productCode}/{siteCode}/{year-month}

`GET /data/package/{productCode}/{siteCode}/{year-month}`

Get a data package for a given product/site/month and package combination

## Path parameters

- `productCode` string, required
- `siteCode` string, required
- `year-month` string, required

## Query parameters

- `package` 'basic' | 'expanded'
- `release` string

## Response `200`

Available data package as zip

## Other responses

- `400` — Invalid product, site, or month specified
- `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/data/package/:productCode/:siteCode/:year-month/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)
