---
title: "Get project"
method: GET
path: "/projects/{pj_code}"
tags: ["Projects"]
---

# Get project

`GET /projects/{pj_code}`

Retrieve a single project using its `pj_code`.

## Path parameters

- `pj_code` string, required

## Query parameters

- `with_nested` boolean
- `create_parquet` boolean

## Response `200`

Matching project(s)

- Project
  - `pj_code` string — VegBank project identifier
  - `project_name` string — Project name as defined by the principal investigator
  - `project_description` string — Short description of the project including the original purpose for conducting the project
  - `start_date` string, date — Project start date
  - `stop_date` string, date — Project stop date
  - `obs_count` integer — Number of plot observations associated with this entity
  - `last_plot_added_date` string, date — Date a plot observation was last added to this project

## Other responses

- `400` — Invalid Parameters

---

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