GET api/v2/groundwater/geophysicallogs/wells

Returns GeophysicalLogsWell from filters.

NameDescriptionType
aquiferPicks

Aquifers identified from geophysical log

string
baseOfGrout

Depth from surface to base of grout (feet)

integer
bottomPerforatedCasing

Depth from surface to bottom of perforated casing (feet)

integer
coordsew

Distance and direction from East/West section line (feet)

integer
coordsewDir

Direction of measurement from East/West section line

string
coordsns

Distance and direction from North/South section line (feet)

integer
coordsnsDir

Direction of measurement from North/South section line

string
county

County where the well is located

string
designatedBasin

Eight established geographic areas in Colorado's Eastern Plains where users rely primarily on groundwater for water supply

string
division

DWR Water Division

integer
ecmcId

Colorado Energy and Carbon Management Commission well identifier

string
elevation

Surface elevation at the location of the well (feet above mean sea level)

decimal number
elevationAccuracy

Accuracy of the ground surface elevation

string
latitude

Latitude value in decimal degrees

decimal number
locationAccuracy

Accuracy of location coordinates

string
locnum

Bureau of Reclamation location identification string based on the PLSS location

string
logBottom

Bottom depth of performed geophysical log (feet)

integer
logDate

Date that geophysical log was recorded

date
logSwl

Surface water Level of performed geophysical log (feet)

decimal number
logTop

Depth to depth of performed geophysical log (feet)

integer
logType

Type of geophysical logging performed

string
longitude

Longitude (decimal degrees)

decimal number
managementDistrict

Thirteen local districts, within the Designated Basins, with additional administrative authority

string
modified

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

date
moreInformation

Hyperlink to additional details

string
permit

Well permit number

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
q10

Legal location: 10 acre quarter section

string
q160

Legal location: 160 acre quarter section

string
q40

Legal location: 40 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

string
section

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

string
topPerforatedCasing

Depth from surface to top of perforated casing (feet)

integer
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
wdid

DWR unique structure identifier

string
wellDepth

Completed depth of well (ft)

integer
wellId

Unique ID of well in DWR database

integer
wellName

Name of well in DWR database

string

Response Formats

application/json, text/json
Sample:
[
  {
    "wellId": 1,
    "wellName": "sample string 2",
    "receipt": "sample string 3",
    "permit": "sample string 4",
    "ecmcId": "sample string 5",
    "logDate": "2024-05-22T06:47:47.6372894-06:00",
    "logType": "sample string 6",
    "logTop": 1,
    "logBottom": 1,
    "logSwl": 1.0,
    "aquiferPicks": "sample string 7",
    "wellDepth": 1,
    "topPerforatedCasing": 1,
    "bottomPerforatedCasing": 1,
    "baseOfGrout": 1,
    "wdid": "sample string 8",
    "locnum": "sample string 9",
    "division": 1,
    "waterDistrict": 1,
    "county": "sample string 10",
    "designatedBasin": "sample string 11",
    "managementDistrict": "sample string 12",
    "q10": "sample string 13",
    "q40": "sample string 14",
    "q160": "sample string 15",
    "section": "sample string 16",
    "township": "sample string 17",
    "range": "sample string 18",
    "pm": "sample string 19",
    "coordsew": 1,
    "coordsewDir": "sample string 20",
    "coordsns": 1,
    "coordsnsDir": "sample string 21",
    "utmX": 1.0,
    "utmY": 1.0,
    "latitude": 1.0,
    "longitude": 1.0,
    "locationAccuracy": "sample string 22",
    "elevation": 1.1,
    "elevationAccuracy": "sample string 23",
    "modified": "2024-05-22T06:47:47.6372894-06:00",
    "moreInformation": "sample string 24"
  },
  {
    "wellId": 1,
    "wellName": "sample string 2",
    "receipt": "sample string 3",
    "permit": "sample string 4",
    "ecmcId": "sample string 5",
    "logDate": "2024-05-22T06:47:47.6372894-06:00",
    "logType": "sample string 6",
    "logTop": 1,
    "logBottom": 1,
    "logSwl": 1.0,
    "aquiferPicks": "sample string 7",
    "wellDepth": 1,
    "topPerforatedCasing": 1,
    "bottomPerforatedCasing": 1,
    "baseOfGrout": 1,
    "wdid": "sample string 8",
    "locnum": "sample string 9",
    "division": 1,
    "waterDistrict": 1,
    "county": "sample string 10",
    "designatedBasin": "sample string 11",
    "managementDistrict": "sample string 12",
    "q10": "sample string 13",
    "q40": "sample string 14",
    "q160": "sample string 15",
    "section": "sample string 16",
    "township": "sample string 17",
    "range": "sample string 18",
    "pm": "sample string 19",
    "coordsew": 1,
    "coordsewDir": "sample string 20",
    "coordsns": 1,
    "coordsnsDir": "sample string 21",
    "utmX": 1.0,
    "utmY": 1.0,
    "latitude": 1.0,
    "longitude": 1.0,
    "locationAccuracy": "sample string 22",
    "elevation": 1.1,
    "elevationAccuracy": "sample string 23",
    "modified": "2024-05-22T06:47:47.6372894-06:00",
    "moreInformation": "sample string 24"
  }
]
application/xml, text/xml
Sample:
<ArrayOfGeophysicalLogsWell xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <GeophysicalLogsWell>
    <aquiferPicks>sample string 7</aquiferPicks>
    <baseOfGrout>1</baseOfGrout>
    <bottomPerforatedCasing>1</bottomPerforatedCasing>
    <coordsew>1</coordsew>
    <coordsewDir>sample string 20</coordsewDir>
    <coordsns>1</coordsns>
    <coordsnsDir>sample string 21</coordsnsDir>
    <county>sample string 10</county>
    <designatedBasin>sample string 11</designatedBasin>
    <division>1</division>
    <ecmcId>sample string 5</ecmcId>
    <elevation>1.1</elevation>
    <elevationAccuracy>sample string 23</elevationAccuracy>
    <latitude>1</latitude>
    <locationAccuracy>sample string 22</locationAccuracy>
    <locnum>sample string 9</locnum>
    <logBottom>1</logBottom>
    <logDate>2024-05-22T06:47:47.6372894-06:00</logDate>
    <logSwl>1</logSwl>
    <logTop>1</logTop>
    <logType>sample string 6</logType>
    <longitude>1</longitude>
    <managementDistrict>sample string 12</managementDistrict>
    <modified>2024-05-22T06:47:47.6372894-06:00</modified>
    <moreInformation>sample string 24</moreInformation>
    <permit>sample string 4</permit>
    <pm>sample string 19</pm>
    <q10>sample string 13</q10>
    <q160>sample string 15</q160>
    <q40>sample string 14</q40>
    <range>sample string 18</range>
    <receipt>sample string 3</receipt>
    <section>sample string 16</section>
    <topPerforatedCasing>1</topPerforatedCasing>
    <township>sample string 17</township>
    <utmX>1</utmX>
    <utmY>1</utmY>
    <waterDistrict>1</waterDistrict>
    <wdid>sample string 8</wdid>
    <wellDepth>1</wellDepth>
    <wellId>1</wellId>
    <wellName>sample string 2</wellName>
  </GeophysicalLogsWell>
  <GeophysicalLogsWell>
    <aquiferPicks>sample string 7</aquiferPicks>
    <baseOfGrout>1</baseOfGrout>
    <bottomPerforatedCasing>1</bottomPerforatedCasing>
    <coordsew>1</coordsew>
    <coordsewDir>sample string 20</coordsewDir>
    <coordsns>1</coordsns>
    <coordsnsDir>sample string 21</coordsnsDir>
    <county>sample string 10</county>
    <designatedBasin>sample string 11</designatedBasin>
    <division>1</division>
    <ecmcId>sample string 5</ecmcId>
    <elevation>1.1</elevation>
    <elevationAccuracy>sample string 23</elevationAccuracy>
    <latitude>1</latitude>
    <locationAccuracy>sample string 22</locationAccuracy>
    <locnum>sample string 9</locnum>
    <logBottom>1</logBottom>
    <logDate>2024-05-22T06:47:47.6372894-06:00</logDate>
    <logSwl>1</logSwl>
    <logTop>1</logTop>
    <logType>sample string 6</logType>
    <longitude>1</longitude>
    <managementDistrict>sample string 12</managementDistrict>
    <modified>2024-05-22T06:47:47.6372894-06:00</modified>
    <moreInformation>sample string 24</moreInformation>
    <permit>sample string 4</permit>
    <pm>sample string 19</pm>
    <q10>sample string 13</q10>
    <q160>sample string 15</q160>
    <q40>sample string 14</q40>
    <range>sample string 18</range>
    <receipt>sample string 3</receipt>
    <section>sample string 16</section>
    <topPerforatedCasing>1</topPerforatedCasing>
    <township>sample string 17</township>
    <utmX>1</utmX>
    <utmY>1</utmY>
    <waterDistrict>1</waterDistrict>
    <wdid>sample string 8</wdid>
    <wellDepth>1</wellDepth>
    <wellId>1</wellId>
    <wellName>sample string 2</wellName>
  </GeophysicalLogsWell>
</ArrayOfGeophysicalLogsWell>