Countries

FIPS country codes and names.

WaterStreamflowGroundwaterWater QualityHydrologyEnvironmentalUSGSNWISGovernmentOpen DataOGC

Properties

Name Type Description
id string
country_name string
View JSON Schema on GitHub

JSON Schema

countries.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/countries/schema",
  "title": "Countries",
  "description": "FIPS country codes and names.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    },
    "country_name": {
      "type": "string",
      "title": "Country Name"
    }
  }
}