Southwestern Energy · JSON Structure

Southwestern Energy Production Structure

Hierarchical structure of Southwestern Energy natural gas exploration, production, and financial reporting data entities.

Type: object Properties: 0
Fortune 500Natural GasEnergyOil and Gas

Southwestern Energy Production Structure is a JSON Structure definition published by Southwestern Energy.

Meta-schema:

JSON Structure

southwestern-energy-production-structure.json Raw ↑
{
  "title": "Southwestern Energy Production Structure",
  "description": "Hierarchical structure of Southwestern Energy natural gas exploration, production, and financial reporting data entities.",
  "type": "object",
  "structure": {
    "operatingArea": {
      "description": "A geographic shale operating area for SWN production",
      "fields": {
        "areaName": "string — e.g. Northeast Appalachia, Southwest Appalachia, Haynesville",
        "shaleFormation": "string — Marcellus | Haynesville | Appalachian Basin | Other",
        "netAcreage": "number — net acres held",
        "grossAcreage": "number — gross acres held"
      },
      "children": {
        "productionRecords": {
          "description": "Quarterly or monthly gas production records",
          "type": "array",
          "items": {
            "reportingPeriod": "string — YYYY-Q# or YYYY-MM",
            "grossProductionBcf": "number",
            "netProductionBcf": "number",
            "dailyProductionMcfe": "number — Mcfe/d average",
            "wellsOnProduction": "integer",
            "wellsTurnedToSales": "integer",
            "averageRealizedPriceMcfe": "number — USD/Mcfe",
            "hedgePercentage": "number — percentage hedged"
          }
        },
        "wells": {
          "description": "Individual producing wells in the operating area",
          "type": "array",
          "items": {
            "wellId": "string",
            "wellName": "string",
            "wellStatus": "string — Producing | Drilled | Completed | Shut-In | Plugged",
            "spudDate": "date",
            "completionDate": "date",
            "ipRateMcfe": "number — initial production rate (Mcfe/d)",
            "cumulativeProductionBcf": "number"
          }
        }
      }
    },
    "reservesReport": {
      "description": "Annual proved reserves disclosure",
      "fields": {
        "reportYear": "integer",
        "provedReservesBcf": "number — total proved reserves",
        "provedDevelopedReservesBcf": "number",
        "provedUndevelopedReservesBcf": "number",
        "reserveReplacementRatio": "number",
        "findingAndDevelopmentCostMcfe": "number — USD/Mcfe"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/southwestern-energy-production-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.