v1

latestOpenAPI 3.0.3Apache 2.02026-07-138386226.8 KB
Overview

Get basic VegBank database stats

Retrieve an assortment of count statistics indicating what's in VegBank.

get/overview

Query parameters

limitinteger

Maximum number of records to return in Top N counts

Response

Overview statistics successfully retrieved

Example response

{
  "core_counts": [
    {
      "name": "observations",
      "count": 115246
    }
  ],
  "latest_n_projects": [
    {
      "name": "California Vegetation Survey",
      "pj_code": "pj.1",
      "last_date_added": "2026-03-30",
      "count": 3400
    }
  ],
  "top_n_community_concepts": [
    {
      "name": "California Annual Grassland",
      "cc_code": "cc.1",
      "count": 670
    }
  ],
  "top_n_plant_concepts": [
    {
      "name": "Quercus agrifolia",
      "pc_code": "pc.1",
      "count": 890
    }
  ],
  "top_n_projects": [
    {
      "name": "California Vegetation Survey",
      "pj_code": "pj.1",
      "count": 3400
    }
  ],
  "top_n_contributors": [
    {
      "name": "John Smith",
      "py_code": "py.1",
      "count": 1250
    }
  ],
  "top_n_named_places": [
    {
      "name": "California",
      "np_code": "np.1",
      "count": 5432
    }
  ]
}