Quickstats Api Count Response Structure

Response containing the record count for a query.

Type: object Properties: 1
AgricultureFederal GovernmentStatisticsOpen DataGeospatial

Count 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

count

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-count-response-structure.json",
  "name": "Count Response",
  "description": "Response containing the record count for a query.",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "description": "Total number of records matching the query parameters.",
      "example": 1250
    }
  }
}