All data sources

AR Oil & Gas Commission

No authar-aogc

Arkansas Oil & Gas Commission well inventory, Smackover-Norphlet lithium-brine lease polygons, and historical pipelines via the Arkansas State GIS Office. - searchWells ⭐ ~38.2K wells with permit/operator/welltype/status/county/section - searchLithiumLeasedAreas ⭐ ~7 lithium-brine polygons (Standard Lithium + ExxonMobil) - searchPipelines ~719 USGS-1986 historical polylines - getWellByPermit, getServiceInfo §0: build-plan said Location/FeatureServer — has only GNIS names, NO O&G. Canonical wells at Utilities/FeatureServer/5. Fields lowercase (operatorname); counties UPPERCASE (UNION 7.1K, 19%). wellstatus has "ex" typo alongside "EX". CRS 26915; outSR=4326.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchWells

    read

    Arkansas oil and gas wells (~38.2K). Filter county UPPERCASE, operator, status, wellType, field.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "county": {
          "type": "string",
          "examples": [
            "UNION"
          ]
        },
        "operator": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "wellType": {
          "type": "string",
          "examples": [
            "OIL"
          ]
        },
        "field": {
          "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
    }

    Field names lowercase upstream. CountyName UPPERCASE. wellstatus has "ex" typo.

  • searchLithiumLeasedAreas

    read

    Smackover-Norphlet lithium-brine lease polygons (~7). Filter leaseName + bbox/near.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "leaseName": {
          "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
    }

    Standard Lithium + ExxonMobil leased acreage. Commercial-scale brine play.

  • searchPipelines

    read

    USGS-1986 historical pipeline polylines (~719). Filter bestClass + quadName + bbox.

    Entitiespipeline
    Input schema
    {
      "type": "object",
      "properties": {
        "bestClass": {
          "type": "string"
        },
        "quadName": {
          "type": "string",
          "examples": [
            "Fort Smith"
          ]
        },
        "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
    }

    Historical 1986 snapshot, not live AOGC data.

  • getWellByPermit

    read

    Single well lookup by permit or wellid (Arkansas Oil & Gas Commission).

    Entitiespermit, well
    Input schema
    {
      "type": "object",
      "properties": {
        "permit": {
          "type": "string",
          "examples": [
            "1022"
          ]
        },
        "permitNumber": {
          "type": "string"
        },
        "wellId": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Schema, record counts, and enum values for any of the 3 services (AR Oil & Gas Commission).

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }