Skip to main content
GET
/
api
/
economic
/
v1
/
get-oil-inventories
GetOilInventories
curl --request GET \
  --url https://api.example.com/api/economic/v1/get-oil-inventories
{
  "crudeWeeks": [
    {
      "period": "<string>",
      "stocksMb": 123,
      "weeklyChangeMb": 123
    }
  ],
  "spr": {
    "latestStocksMb": 123,
    "changeWow": 123,
    "weeks": [
      {
        "period": "<string>",
        "stocksMb": 123
      }
    ]
  },
  "natGasWeeks": [
    {
      "period": "<string>",
      "storBcf": 123,
      "weeklyChangeBcf": 123
    }
  ],
  "euGas": {
    "fillPct": 123,
    "fillPctChange1d": 123,
    "trend": "<string>",
    "history": [
      {
        "date": "<string>",
        "fillPct": 123
      }
    ]
  },
  "ieaStocks": {
    "dataMonth": "<string>",
    "members": [
      {
        "iso2": "<string>",
        "daysOfCover": 123,
        "netExporter": true,
        "belowObligation": true
      }
    ],
    "europe": {
      "avgDays": 123,
      "minDays": 123,
      "countBelowObligation": 123
    },
    "asiaPacific": {
      "avgDays": 123,
      "minDays": 123,
      "countBelowObligation": 123
    },
    "northAmerica": {
      "avgDays": 123,
      "minDays": 123,
      "countBelowObligation": 123
    }
  },
  "refinery": {
    "inputsMbpd": 123,
    "period": "<string>"
  },
  "updatedAt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful response

crudeWeeks
object[]
spr
object
natGasWeeks
object[]
euGas
object
ieaStocks
object
refinery
object
updatedAt
string