---
title: "takes a list of accession codes and returns the list of projects associated with them. If no codes are provided, returns all projects."
method: GET
path: "/projects"
---

# takes a list of accession codes and returns the list of projects associated with them. If no codes are provided, returns all projects.

`GET /projects`

## Query parameters

- `accession_code` string

## Response `200`

found

- Project
  - `plot_observation` string
  - `author_plantName` string
  - `reference` Reference
    - `short_name` string
    - `title` string
    - `pub_date` string
    - `publisher` string
    - `url` string
    - `accession_code` string
  - `taxon_inference_area` string
  - `accession_code` string

## Changes

- **2025-05-24** `16a2946a00d0` — 1 info
  - endpoint added
- **2025-04-29** `c9e23cb778c9` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nceas/apis/vegbankapi/changes/projects/get.md)

---

[API](https://skmtc.dev/nceas/apis/vegbankapi.md) · [All operations](https://skmtc.dev/nceas/apis/vegbankapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nceas/vegbankapi/revisions/16a2946a00d0/schema)
