Strata
Get stratum
Retrieve a single stratum using its sr_code.
get/strata/{sr_code}
Path parameters
sr_codestring required
Query parameters
create_parquetboolean
If true, return data payload in binary Parquet format
Response
Matching stratum or strata
Example response
{
"ob_code": "ob.1",
"sr_code": "sr.1",
"name": "Dwarf shrub",
"height": 5,
"base": 2,
"cover": 45,
"description": "Dwarf shrub",
"sm_code": "sm.1",
"stratum_method_name": "TurboVeg",
"sy_code": "sy.1",
"stratum_type_name": "Dwarf shrub"
}