Quickstats Api Statistics Response Structure

Response from the QuickStats api_GET endpoint.

Type: object Properties: 1
AgricultureFederal GovernmentStatisticsOpen DataGeospatial

Statistics Response is a JSON Structure definition published by Agricultural Statistics Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agricultural-statistics-service/refs/heads/main/json-structure/quickstats-api-statistics-response-structure.json",
  "name": "Statistics Response",
  "description": "Response from the QuickStats api_GET endpoint.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StatisticsRecord"
      },
      "description": "Array of statistics records matching the query."
    }
  }
}