HealthCodesAPI

Tariffs

Amounts for one code, today or on any date.

MethodPathReturns
GET/v1/codes/{code}/tariffsAmounts in force today
GET/v1/codes/{code}/tariffs?at=…Amounts in force on a date
GET/v1/tariffs?code=…The same, as a top-level resource
GET/v1/fee-codesEvery fee code and what it means
Shape
{
  "code": "101076",
  "at": "2026-09-21",
  "data": [ … ]
}

The at field echoes the date the answer applies to, so a cached response can never be mistaken for a different date's.

A code is required

/v1/tariffs will not list every published amount. There are 1.7 million of them, and paging through the lot is a bulk export rather than a query — that is what the bulk endpoint on Business is for.

Reading the result

Group by kind and regime rather than by fee_code. See amounts & tariffs for what each field means.