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)
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"
}