All data sources

CO Energy & Carbon Management Commission

No authco-ecmc

Colorado ECMC (formerly COGCC). DJ Basin / Wattenberg / Piceance operator-side. - searchWells (~120K) ⭐ filter county/operator/status/citingType/fieldName - searchPermits ⭐ Citing_Typ NOTICE+PLANNED on Well Spots - getWellByApi, searchPits (~13.7K), searchDirectionalBottomHoles (~38.1K), getServiceInfo Spec drift: searchSpills + searchSetbacks DROPPED — no Feature Services. Replaced with searchPits + searchDirectionalBottomHoles. upstream quirks: Authoritative AGOL is martinwi-owned COGCC_VIEW (same org as SLB). NO County text column — only API_County FIPS (123=Weld, 045=Garfield). Facil_Stat 2-letter codes (PR/PA/AC). Top operators: NOBLE (9.9K), KERR MCGEE (9K), PDC ENERGY (6.5K).

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchWells

    read

    CO ECMC wells (~120K). Filter county (FIPS or name), operator, status, citingType, fieldName.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "examples": [
            "PR"
          ]
        },
        "citingType": {
          "type": "string"
        },
        "fieldName": {
          "type": "string"
        },
        "statDateAfter": {
          "type": "string"
        },
        "statDateBefore": {
          "type": "string"
        },
        "county": {
          "type": "string",
          "examples": [
            "Weld"
          ]
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    status accepts 2-letter (PR/PA/AC) or text (Producing). API_County FIPS only.

  • getWellByApi

    read

    Lookup single well by API (10 chars) or API_Label (12 chars dashed).

    Required paramsapi
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "api": {
          "type": "string",
          "examples": [
            "05-123-05000"
          ]
        },
        "apiNumber": {
          "type": "string"
        },
        "api_number": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "api"
      ]
    }
  • searchPermits

    read

    Drilling permits — Citing_Typ NOTICE+PLANNED on Well Spots. NO separate Permits service.

    Entitiespermit
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string",
          "examples": [
            "PDC ENERGY"
          ]
        },
        "fieldName": {
          "type": "string"
        },
        "citingType": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "all"
              ]
            },
            {
              "type": "string",
              "enum": [
                "NOTICE"
              ]
            },
            {
              "type": "string",
              "enum": [
                "PLANNED"
              ]
            },
            {
              "type": "string",
              "enum": [
                "HISTORICAL"
              ]
            },
            {
              "type": "string",
              "enum": [
                "ACTUAL"
              ]
            }
          ]
        },
        "statDateAfter": {
          "type": "string"
        },
        "statDateBefore": {
          "type": "string"
        },
        "county": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • searchPits

    read

    CO ECMC pit inventory (~13.7K). Replaces dropped searchSpills (no spills service).

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "examples": [
            "AC"
          ]
        },
        "fieldName": {
          "type": "string"
        },
        "county": {
          "type": "string",
          "examples": [
            "La Plata"
          ]
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Pit Facil_Stat: CL/AC/AL/UN/CM. Filter county/operator/status.

  • searchDirectionalBottomHoles

    read

    Lateral bottom-hole locations (~38.1K). Replaces dropped searchSetbacks.

    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "bhStatus": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "Actual"
              ]
            },
            {
              "type": "string",
              "enum": [
                "Planned"
              ]
            }
          ]
        },
        "fieldName": {
          "type": "string",
          "examples": [
            "WATTENBERG"
          ]
        },
        "minMd": {
          "type": "number"
        },
        "county": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    BH_Status Actual/Planned. Niobrara/Wattenberg horizontals.

  • getServiceInfo

    read

    Colorado ECMC oil and gas service catalog: schemas + record counts (4 services).

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "type": "string",
          "examples": [
            "wellSpots"
          ]
        }
      },
      "additionalProperties": false
    }