v1

latestOpenAPI 3.0.3Apache 2.02026-07-138386226.8 KB
Strata

Get stratum

Retrieve a single stratum using its sr_code.

get/strata/{sr_code}

Path parameters

sr_codestring required

Query parameters

detail'minimal' | 'full'

Level of detail for the response:

  • minimal: Returns basic fields only
  • full: Returns more fields
create_parquetboolean

If true, return data payload in binary Parquet format

Response

Matching stratum or strata, with fields based on parameters:

  • detail=minimal: Basic fields only
  • detail=full: Extended fields
OR

Example response

{
  "count": 115000,
  "data": [
    {
      "ob_code": "ob.1",
      "to_code": "to.1",
      "tm_code": "tm.1",
      "sr_code": "sr.1",
      "sc_code": "sc.1",
      "diameter": 3.75,
      "diameter_accuracy": 1.25,
      "height": 1.185,
      "height_accuracy": 0.185,
      "count": 1,
      "taxon_area": 600
    }
  ]
}