States

State name or territory. Includes U.S. states and foreign entities classified under FIPS as 'Principal Administrative Divisions'.

WaterStreamflowGroundwaterWater QualityHydrologyEnvironmentalUSGSNWISGovernmentOpen DataOGC

Properties

Name Type Description
id string
country_code string
state_fips_code string
state_name string
state_postal_code string
View JSON Schema on GitHub

JSON Schema

states.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/states/schema",
  "title": "States",
  "description": "State name or territory. Includes U.S. states and foreign entities classified under FIPS as 'Principal Administrative Divisions'.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    },
    "country_code": {
      "type": "string",
      "title": "Country Code"
    },
    "state_fips_code": {
      "type": "string",
      "title": "State Fips Code"
    },
    "state_name": {
      "type": "string",
      "title": "State Name"
    },
    "state_postal_code": {
      "type": "string",
      "title": "State Postal Code"
    }
  }
}