U.S. Geological Survey · JSON Structure

Usgs Earthquake Api Count Response Structure

Response from the count endpoint.

Type: object Properties: 2
Federal GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology

CountResponse is a JSON Structure definition published by U.S. Geological Survey, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count maxAllowed

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/u-s-geological-survey/refs/heads/main/json-structure/usgs-earthquake-api-count-response-structure.json",
  "description": "Response from the count endpoint.",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "description": "Number of events matching the query.",
      "example": 1547
    },
    "maxAllowed": {
      "type": "int32",
      "description": "Maximum allowed events per query.",
      "example": 20000
    }
  },
  "name": "CountResponse"
}