Department of Interior · Example Payload

Usgs Water Error Example

Example error response when rate limit is exceeded

Federal GovernmentNational ParksFederal LandsWater ResourcesWildlifeMineralsGeospatialGeologyNative American AffairsPublic Lands

Usgs Water Error Example is an example object payload from Department of Interior, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "USGS Water Data OGC API - Error response",
  "description": "Example error response when rate limit is exceeded",
  "value": {
    "error": {
      "code": "OVER_RATE_LIMIT",
      "message": "Rate limit exceeded. You have exceeded your rate limit. Contact us via https://waterdata.usgs.gov/contact if you need higher limits."
    }
  }
}