# ProspectPulse Oil & Gas Basin Analysis

> ProspectPulse Oil & Gas Basin Analysis is a paid API for AI agents from prospectpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns petroleum system characterization, play types, undiscovered resource estimates, and exploration risk for any oil and gas basin worldwide.

## Facts

- Endpoint: GET https://prospectpulse.theaslangroupllc.com/api/prospect/oil-gas-basin
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-oil-gas-basin-analysis-415d3274
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ClnyEqUC9Bzrya5aJkN-5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability prospectpulse-oil-gas-basin-analysis-415d3274
```

Example prompt: What's the petroleum system, play types, undiscovered resource estimates, and exploration risk for the Permian Basin? I'm evaluating it for an upstream investment decision.

## When to prefer this

Use this endpoint when you need fast, structured petroleum system and exploration risk data for a specific sedimentary basin, particularly for upstream investment screening, prospect ranking, or exploration strategy. Prefer over general web search when you need machine-readable resource estimates and risk scores rather than narrative news. Best suited for agents operating in oil and gas exploration, energy investment, or M&A due diligence contexts.

## Known failure modes

- Basin not recognized or outside coverage — returns 404 or empty result
- Ambiguous basin name resolves to wrong geographic area — validate with country/region qualifier
- Stale resource estimates if basin data has not been recently updated
- API returns 402 if USDC payment is not properly attached via x402 protocol
- Rate limiting or timeout for unusual or very remote basin queries

## How this service works

Sedimentary basin analysis for petroleum and upstream-investment agents. Returns petroleum system, play types, undiscovered resource estimates, and exploration risk for oil and gas basins worldwide.

## Output

A structured response covering the basin's petroleum system elements (source, reservoir, trap, seal), identified play types, USGS-style undiscovered technically recoverable resource estimates for oil and gas, and a quantified exploration risk rating — designed for petroleum and upstream-investment decision-making.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | pt | ru | zh | ar | id"
      },
      "basin": {
       "type": "string",
       "description": "Basin or region name | Permian Basin Texas | Santos Basin Brazil | East African Rift | Rovuma Basin Mozambique | Cooper Basin Australia | Tarim Basin China | Barents Sea"
      },
      "country": {
       "type": "string",
       "description": "Country (for governance context) | USA | Brazil | Tanzania | Mozambique | Australia | China | Norway"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "location": "Offshore Mozambique/Tanzania",
  "basin_name": "Rovuma Basin",
  "basin_type": "Passive margin (rift margin)",
  "exploration_score": 72,
  "discovered_resources": {
   "context": "Eni/ExxonMobil discoveries 2010-2015",
   "gas_bcf": "~100,000 bcf"
  },
  "exploration_maturity": "EMERGING",
  "exploration_recommendation": "World-class gas endowment but LNG development bottlenecked by financing and security..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-oil-gas-basin-analysis-415d3274/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospectpulse.theaslangroupllc.com](https://www.zero.xyz/host/prospectpulse.theaslangroupllc.com/llms.txt)
