GET api/v2/damsafety/damsafetydaminfolswtecd

Returns livestock and erosion control info

NameDescriptionType
applicantName

Applicant Name

string
applicationDate

Application Date

date
applicationType

Application Type

string
completionDate

Completion Date

date
county

County where the well is located

string
damHeight

Dam Height

decimal number
division

DWR Water Division

integer
drainageArea

Drainage Area

decimal number
latitude

Latitude value in decimal degrees

decimal number
locationAccuracy

Accuracy of location coordinates

string
longitude

Longitude (decimal degrees)

decimal number
modified

Last date time that this record was modified in the DWR database

date
moreInformation

Hyperlink to additional details

string
outletSize

Outlet Size

decimal number
outletType

Outlet Type

string
pm

Principal Meridian of well’s legal location - there are 5 principal meridians in CO: Sixth (S), New Mexico (N), Baca (B), Costilla (C), and Ute (U)

string
q160

Legal location: 160 acre quarter section

string
range

Legal location: A number in the format “nnnd” where “nnn” is the range number and “d” is the direction either East or West

string
receipt

Permit application receipt number

integer
section

Section number - township, range divided into 36 one square mile sections; “U” indicates location in Ute Correction (Division 7 only)

integer
spillwayHeight

Spillway Height (ft)

decimal number
spillwayWidth

Spillway Width (ft)

decimal number
stream

Stream

string
tankCapacity

Tank Capacity

decimal number
title

Title of statement

string
titleNo

Title No

string
township

Legal location: Township number and direction

string
utmX

The x (Easting) component of the Universal Transverse Mercator system. (Zone 13, NAD83 datum)

decimal number
utmY

The y (Northing) component of the Universal Transverse Mercator system. (Zone 13, NAD83 datum)

decimal number
waterDistrict

DWR Water District

integer

Response Formats

application/json, text/json
Sample:
[
  {
    "receipt": 1,
    "applicationType": "sample string 2",
    "title": "sample string 3",
    "titleNo": "sample string 4",
    "applicantName": "sample string 5",
    "applicationDate": "2024-05-21T23:54:50.3108539-06:00",
    "completionDate": "2024-05-21T23:54:50.3108539-06:00",
    "division": 1,
    "waterDistrict": 1,
    "county": "sample string 6",
    "pm": "sample string 7",
    "township": "sample string 8",
    "range": "sample string 9",
    "section": 1,
    "q160": "sample string 10",
    "utmX": 1.0,
    "utmY": 1.0,
    "latitude": 1.0,
    "longitude": 1.0,
    "locationAccuracy": "sample string 11",
    "stream": "sample string 12",
    "damHeight": 1.1,
    "drainageArea": 1.1,
    "tankCapacity": 1.1,
    "outletSize": 1.1,
    "outletType": "sample string 13",
    "spillwayHeight": 1.1,
    "spillwayWidth": 1.1,
    "modified": "2024-05-21T23:54:50.3108539-06:00",
    "moreInformation": "sample string 14"
  },
  {
    "receipt": 1,
    "applicationType": "sample string 2",
    "title": "sample string 3",
    "titleNo": "sample string 4",
    "applicantName": "sample string 5",
    "applicationDate": "2024-05-21T23:54:50.3108539-06:00",
    "completionDate": "2024-05-21T23:54:50.3108539-06:00",
    "division": 1,
    "waterDistrict": 1,
    "county": "sample string 6",
    "pm": "sample string 7",
    "township": "sample string 8",
    "range": "sample string 9",
    "section": 1,
    "q160": "sample string 10",
    "utmX": 1.0,
    "utmY": 1.0,
    "latitude": 1.0,
    "longitude": 1.0,
    "locationAccuracy": "sample string 11",
    "stream": "sample string 12",
    "damHeight": 1.1,
    "drainageArea": 1.1,
    "tankCapacity": 1.1,
    "outletSize": 1.1,
    "outletType": "sample string 13",
    "spillwayHeight": 1.1,
    "spillwayWidth": 1.1,
    "modified": "2024-05-21T23:54:50.3108539-06:00",
    "moreInformation": "sample string 14"
  }
]
application/xml, text/xml
Sample:
<ArrayOfDamInfoLSWTECD xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <DamInfoLSWTECD>
    <applicantName>sample string 5</applicantName>
    <applicationDate>2024-05-21T23:54:50.3108539-06:00</applicationDate>
    <applicationType>sample string 2</applicationType>
    <completionDate>2024-05-21T23:54:50.3108539-06:00</completionDate>
    <county>sample string 6</county>
    <damHeight>1.1</damHeight>
    <division>1</division>
    <drainageArea>1.1</drainageArea>
    <latitude>1</latitude>
    <locationAccuracy>sample string 11</locationAccuracy>
    <longitude>1</longitude>
    <modified>2024-05-21T23:54:50.3108539-06:00</modified>
    <moreInformation>sample string 14</moreInformation>
    <outletSize>1.1</outletSize>
    <outletType>sample string 13</outletType>
    <pm>sample string 7</pm>
    <q160>sample string 10</q160>
    <range>sample string 9</range>
    <receipt>1</receipt>
    <section>1</section>
    <spillwayHeight>1.1</spillwayHeight>
    <spillwayWidth>1.1</spillwayWidth>
    <stream>sample string 12</stream>
    <tankCapacity>1.1</tankCapacity>
    <title>sample string 3</title>
    <titleNo>sample string 4</titleNo>
    <township>sample string 8</township>
    <utmX>1</utmX>
    <utmY>1</utmY>
    <waterDistrict>1</waterDistrict>
  </DamInfoLSWTECD>
  <DamInfoLSWTECD>
    <applicantName>sample string 5</applicantName>
    <applicationDate>2024-05-21T23:54:50.3108539-06:00</applicationDate>
    <applicationType>sample string 2</applicationType>
    <completionDate>2024-05-21T23:54:50.3108539-06:00</completionDate>
    <county>sample string 6</county>
    <damHeight>1.1</damHeight>
    <division>1</division>
    <drainageArea>1.1</drainageArea>
    <latitude>1</latitude>
    <locationAccuracy>sample string 11</locationAccuracy>
    <longitude>1</longitude>
    <modified>2024-05-21T23:54:50.3108539-06:00</modified>
    <moreInformation>sample string 14</moreInformation>
    <outletSize>1.1</outletSize>
    <outletType>sample string 13</outletType>
    <pm>sample string 7</pm>
    <q160>sample string 10</q160>
    <range>sample string 9</range>
    <receipt>1</receipt>
    <section>1</section>
    <spillwayHeight>1.1</spillwayHeight>
    <spillwayWidth>1.1</spillwayWidth>
    <stream>sample string 12</stream>
    <tankCapacity>1.1</tankCapacity>
    <title>sample string 3</title>
    <titleNo>sample string 4</titleNo>
    <township>sample string 8</township>
    <utmX>1</utmX>
    <utmY>1</utmY>
    <waterDistrict>1</waterDistrict>
  </DamInfoLSWTECD>
</ArrayOfDamInfoLSWTECD>