v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTariff
Retrieve public grid tariffs with period schedules.
Returns public DSO/TSO grid tariffs with their period groups and pricing schedules. Required scope: tariffs:read</br></br>Availability: This endpoint is not available by default. It must be explicitly enabled for your operator account upon request. Please contact your Monta Business Partner to request access to this feature.
get/api/v1/tariffs/grid
Query parameters
countryIdinteger
Filter by country (e.g., 194 for Denmark)
Filter period groups by year (e.g., 2026)
namestring
Filter by tariff name
Response
List of public grid tariffs
Example response
[
{
"id": 1,
"externalId": "3143",
"name": "Cerius",
"description": "DSO tariff for Cerius grid area",
"countryId": 194,
"countryAreaId": 1,
"currencyId": 1,
"zipCodes": [
"5610",
"5960"
],
"active": true,
"timeZone": "Europe/Copenhagen",
"area": "Jylland",
"createdAt": "2023-03-23T14:54:56Z",
"updatedAt": "2023-03-23T16:54:56Z",
"periodGroups": [
{
"id": 1,
"activeFrom": "2026-01-01",
"activeTo": "2026-12-31",
"description": "2026 pricing schedule",
"recurringPeriods": [
{
"id": 1,
"endHour": 6,
"price": 0.25,
"rateName": "Peak"
}
]
}
]
}
]