U.S. Geological Survey · Example Payload

Usgs Earthquake Api Earthquake Feature Collection Example

Federal GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology

Usgs Earthquake Api Earthquake Feature Collection Example is an example object payload from U.S. Geological Survey, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typemetadatafeaturesbbox

Example Payload

Raw ↑
{
  "type": "FeatureCollection",
  "metadata": "sample-value",
  "features": [
    "sample-value"
  ],
  "bbox": [
    -180.0,
    -90.0,
    180.0,
    90.0
  ]
}