v1

latestOpenAPI 3.0.3Apache 2.02026-07-138386226.8 KB
Projects

Get project

Retrieve a single project using its pj_code.

get/projects/{pj_code}

Path parameters

pj_codestring required

Query parameters

with_nestedboolean

Whether to include nested fields in the response

create_parquetboolean

If true, return data payload in binary Parquet format

Response

Matching project(s)

pj_codestring

VegBank project identifier

project_namestring

Project name as defined by the principal investigator

project_descriptionstring

Short description of the project including the original purpose for conducting the project

start_datestring date

Project start date

stop_datestring date

Project stop date

obs_countinteger

Number of plot observations associated with this entity

last_plot_added_datestring date

Date a plot observation was last added to this project

Example response

{
  "pj_code": "pj.1",
  "project_name": "Pawnee Grassland Classification",
  "project_description": "Classification of the Pawnee National Grassland",
  "start_date": "2006-05-30",
  "stop_date": "2006-05-30",
  "obs_count": 17,
  "last_plot_added_date": "2006-05-30"
}