Name | Data Type | Description |
utility | String | Common name of the utility that the tariff belongs too |
tariff | String | Common name of the tariff |
effective | String | Effective date of the tariff |
revision_reason | String | Reason for this version |
notes | String | Utility’s description of this tariff |
url | String | http://url_link_to_utility_documentation |
Monthly Charges | Collection | Collection of monthly charges |
charges | Collection | Collection of charge data |
Unit | String | Basis of the charge (described in our “API Basis” page) |
number | Integer | … |
cost | Float | Cost of the charge |
unit | String | Unit of the charge |
dataline | String | … |
Distribution Charges | Collection | Collection of distribution charges |
charges | Collection | Collection of charge data |
ChargeLabel | String | Label of the charge |
Unit | String | Basis of the charge (described in our “API Basis” page) |
number | Integer | … |
Breakdown | Collection | Collection of charge breakdowns |
descriptiion | String | Short description of the charge breakdown |
cost | Float | Cost of the charge breakdown |
cost | Float | Total cost of the charges |
unit | String | Unit of the charge |
dataline | String | … |
Energy Charges | Collection | Collection of energy charges |
charges | Collection | Collection of charge data |
ChargeLabel | String | Label of the charge |
Unit | String | Basis of the charge (described in our “API Basis” page) |
number | Integer | … |
feedin_rate | Integer | … |
ndx | Boolean | Whether or not this charge is using index pricing |
cost | Float | Total cost of the charge |
unit | String | Unit of the charge |
dataline | String | … |
[
{
"utility": "", Common name of the utility that the tariff belongs to
"tariff": "", Common name of the tariff
"effective": "", Effective date of the tariff
"revision_reason": "", Reason for this version
"notes": "", Utility's description of this tariff
"url": "", http://url_link_to_utility_documentation
"Monthly Charges": { Collection of monthly charges
"charges": [ Array of charge objects
{
"Unit": "Fixed", Basis of the charge (described in our "API Basis" page)
"number": 1, ...
"cost": 5.47, Cost of the charge
"unit": "$/month", Unit of the charge
"dataline": "" ...
}
]
},
"Distribution Charges": { Collection of distribution charges
"charges": [ Array of charge objects
{
"ChargeLabel": "null", Label of the charge
"Unit": "Kilowatt Hours", Basis of the charge (described in our "API Basis" page)
"number": 1 ...
"Breakdown": [ Collection of charge breakdowns
{
"description": "", Short description of the charge breakdown
"cost": 0.008439 Cost of the charge breakdown
},
...
],
"cost": 0.037125, Total cost of the charges
"unit": "$/kWh", Unit of the charge
"dataline": "" ...
}
]
},
"Energy Charges": { Collection of energy charges
"charges": [ Array of charge objects
{
"ChargeLabel": "null", Label of the charge
"Unit": "", Basis of the charge (described in our "API Basis" page)
"number": 1, ...
"feedin_rate": 0, ...
"ndx": false, Whether or not this charge is using index pricing
"cost": 0.06, Total cost of the charge
"unit": "", Unit of the charge
"dataline": "" ...
}
]
}
},
...
]
rev 1.0 2023-02-13