Cip Service Navigate Rb Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cip Service Navigate Rb Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nhdplus_versionsearch_typestart_nhdplusidstart_permanent_identifierstart_reachcodestart_hydroseqstart_measurestop_nhdplusidstop_permanent_identifierstop_reachcodestop_hydroseqstop_measuremax_distancekmmax_flowtimedayreturn_flowline_detailsreturn_flowline_geometryknown_region

Example Payload

Raw ↑
{
  "nhdplus_version": "nhdplus_h",
  "search_type": "example",
  "start_nhdplusid": "12345",
  "start_permanent_identifier": "12345",
  "start_reachcode": "string",
  "start_hydroseq": "string",
  "start_measure": "string",
  "stop_nhdplusid": "12345",
  "stop_permanent_identifier": "12345",
  "stop_reachcode": "string",
  "stop_hydroseq": "string",
  "stop_measure": "string",
  "max_distancekm": "string",
  "max_flowtimeday": "string",
  "return_flowline_details": "string",
  "return_flowline_geometry": "string",
  "known_region": "string"
}