Count Response

Response containing the record count for a query.

AgricultureFederal GovernmentStatisticsOpen DataGeospatial

Properties

Name Type Description
count integer Total number of records matching the query parameters.
View JSON Schema on GitHub

JSON Schema

quickstats-api-count-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agricultural-statistics-service/refs/heads/main/json-schema/quickstats-api-count-response-schema.json",
  "title": "Count Response",
  "description": "Response containing the record count for a query.",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "description": "Total number of records matching the query parameters.",
      "example": 1250
    }
  }
}