This service provides information about various third-party providers such as alert service providers, push data service providers, tariff information providers, and so on. Since the information depends on third-party sites, a working Internet connection is generally required in order for this service to work properly.
Get a list of available tariff service providers.
Tariff providers response.
Unauthorized response.
{- "reply": {
- "providers": [
- {
- "country": "Korea",
- "name": "KEPCO",
- "params": [
- "start_day",
- "taxes"
]
}
]
}
}
Get a list of tariffs of a provider.
Tariff list response.
Unauthorized response.
{- "tariffs": [
- "Residential General",
- "Medical Exemption",
- "Residential Demand",
- "C Commercial"
]
}