Get monthly consumption data for a specific location number, between the given start and end month (YYYY-MM format). You can filter the data by one or more types (district_heating, water, electricity).
Request
Authorization
API Key
Add parameter in header
X-ApiKey
Example:
X-ApiKey: ********************
or
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://residentia.fi/api/v1/location//monthly_consumption?startMonth&endMonth&type' \
--header'X-ApiKey: <api-key>'
Responses
🟢200OK
application/json
Successful operation, returns an object keyed by type with monthly consumption data.