Valero Energy · Example Payload

Valero Energy Refinery Example

Example of Valero Energy refinery data from the Port Arthur refinery

EnergyPetroleumRefiningRenewable FuelsFortune 100EthanolRenewable Diesel

Valero Energy Refinery Example is an example object payload from Valero Energy, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrefinery

Example Payload

valero-energy-refinery-example.json Raw ↑
{
  "description": "Example of Valero Energy refinery data from the Port Arthur refinery",
  "refinery": {
    "id": "port-arthur-tx",
    "name": "Port Arthur Refinery",
    "location": {
      "city": "Port Arthur",
      "state": "TX",
      "country": "US"
    },
    "capacity_bpd": 305000,
    "type": "petroleum",
    "products": [
      "gasoline",
      "diesel",
      "jet_fuel",
      "propane"
    ],
    "operational": true
  }
}