v1

latestSwagger 2.02026-07-1441943.6 KB
Gas Weekly

Returns the weekly gasoline report. This resource pulls back the report with ProductLine = "US Weekly Gasoline Demand Report". Keep in mind that you must be subscribed to the gasoline weekly report to be able to receive data back from this resource.

Returns the weekly gasoline report. This resource pulls back the report with ProductLine = "US Weekly Gasoline Demand Report". Keep in mind that you must be subscribed to the gasoline weekly report to be able to receive data back from this resource.

get/gasweekly

Query parameters

CurrentRowstring

Starting record number to return.

Offsetstring

Used to restrict the number of records returned if needed to be less than max.

Response

A list of subscriptions.

Example response

{
  "GasWeeklyList": {
    "GasWeeklyArray": {
      "GasWeeklyRecord": [
        {
          "Country": "UK",
          "PADDCode": "West Coast",
          "Period": "Week",
          "ProductLine": "US Weekly Gasoline Demand Report",
          "ReportType": "monitor",
          "Sector": "Gas",
          "WeekEndDate": "5/1/2015"
        }
      ]
    },
    "Message": "Success"
  }
}
All 4 operations