Counties

The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.

WaterStreamflowGroundwaterWater QualityHydrologyEnvironmentalUSGSNWISGovernmentOpen DataOGC

Properties

Name Type Description
id string
country_code string
state_fips_code string
county_fips_code string
county_name string
View JSON Schema on GitHub

JSON Schema

counties.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/counties/schema",
  "title": "Counties",
  "description": "The name of the county or county equivalent (parish, borough, planning reagion, etc.) in which the site is located. List includes Census Bureau FIPS county codes, names and associated Country and State.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    },
    "country_code": {
      "type": "string",
      "title": "Country Code"
    },
    "state_fips_code": {
      "type": "string",
      "title": "State Fips Code"
    },
    "county_fips_code": {
      "type": "string",
      "title": "County Fips Code"
    },
    "county_name": {
      "type": "string",
      "title": "County Name"
    }
  }
}