All data sources

WY Oil & Gas Conservation Commission

No authwy-wogcc

Wyoming WOGCC. Powder River + Niobrara + Greater Green River — CBM legacy + modern shale. - searchWells (~68.7K) ⭐ filter county/operator/status/wellClass/twp/rge/horizontalOnly - searchPermits ⭐ STATUS in (AP, NI) on Wells layer (no separate APD service) - getWellByApi, searchHorizontalLegs (~28K BH vectors), searchPluggedAndAbandoned (~61K), getServiceInfo Spec drift: gis.wogcc.wyo.gov DNS dead. WOGCC pits + APDs not Feature Services. Replacements: searchPluggedAndAbandoned + STATUS-coded permit filtering. upstream quirks: COUNTY integer FIPS (5=Campbell 18.3K wells). STATUS 2-letter (PR/PA/SI/TA/AI/FL). maxRecordCount=1000. BH layer = horizontal lateral polylines.

Provenance

PublisherWY Oil & Gas Conservation Commission

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchWells

    read

    WOGCC wells (~68.7K). Filter county (FIPS or name), operator, status, wellClass, twp/rge.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "examples": [
            "PR"
          ]
        },
        "wellClass": {
          "type": "string"
        },
        "fieldName": {
          "type": "string"
        },
        "township": {
          "type": "number"
        },
        "range": {
          "type": "number"
        },
        "horizontalOnly": {
          "type": "boolean"
        },
        "county": {
          "type": "string",
          "examples": [
            "Campbell"
          ]
        },
        "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
    }

    Layer holds all statuses despite naming. status: 2-letter (PR/PA/SI) or text.

  • getWellByApi

    read

    Lookup single well by API_NUMBER (12-char dashed) or APINO integer.

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

    read

    Drilling permits — STATUS in AP+NI on Wells layer (Wyoming OGCC). No separate APD Feature Service.

    Entitiespermit
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string",
          "examples": [
            "EOG"
          ]
        },
        "fieldName": {
          "type": "string"
        },
        "stage": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "all"
              ]
            },
            {
              "type": "string",
              "enum": [
                "pending"
              ]
            },
            {
              "type": "string",
              "enum": [
                "AP"
              ]
            },
            {
              "type": "string",
              "enum": [
                "NI"
              ]
            },
            {
              "type": "string",
              "enum": [
                "PL"
              ]
            },
            {
              "type": "string",
              "enum": [
                "PG"
              ]
            },
            {
              "type": "string",
              "enum": [
                "EP"
              ]
            },
            {
              "type": "string",
              "enum": [
                "SO"
              ]
            }
          ]
        },
        "township": {
          "type": "number"
        },
        "range": {
          "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
    }
  • searchHorizontalLegs

    read

    Bottom Hole Vectors (~28K) — horizontal lateral polylines. Filter reservoir/apino/minVectorLength.

    Entitiesformation, trajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "apino": {
          "type": "number"
        },
        "reservoir": {
          "type": "string",
          "examples": [
            "NIOBRARA"
          ]
        },
        "minVectorLength": {
          "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
    }

    NO county column — pass bbox or near for spatial scoping.

  • searchPluggedAndAbandoned

    read

    Plugged & Abandoned Wells (~61.2K). Replaces searchPits — no pit Feature Service.

    Entitiescompletion
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "fieldName": {
          "type": "string"
        },
        "township": {
          "type": "number"
        },
        "range": {
          "type": "number"
        },
        "county": {
          "type": "string",
          "examples": [
            "Campbell"
          ]
        },
        "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
    }
  • getServiceInfo

    read

    Schema + record counts for any of the 3 services (Wyoming OGCC). Pass `service` to scope.

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