Named Places
Get all named places
Retrieve a paginated collection of all named places recorded in VegBank.
get/named-places
Query parameters
limitinteger
Maximum number of records to return
offsetinteger
Number of records to skip before starting to return records
create_parquetboolean
If true, return data payload in binary Parquet format
Response
Matching named place(s)
Example response
{
"np_code": "np.1",
"system": "county",
"name": "Zion NP",
"description": "Zion National Park",
"code": "ZION",
"owner": "US NPS",
"rf_label": "US NPS place names",
"obs_count": 8
}