U.S. Geological Survey · Example Payload

Usgs Water Data Api Monitoring Location Feature Example

Federal GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology

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

Top-level fields

typegeometryproperties

Example Payload

Raw ↑
{
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [
      -122.419,
      37.775
    ]
  },
  "properties": "sample-value"
}