Residentia REST API
    Residentia REST API
    • Overview
    • location
      • /location
        GET
      • getLocationByLocationNumber
        GET
    • sensor
      • getSensorBySensorId
        GET
      • getSensorHistoryBySensorId
        GET
    • overdrive
      • setOverdriveSettings
        POST
      • getOverdriveSettings
        GET
      • getOneLocationOverdriveSettings
        GET
    • consumption_report
      • getMonthlyConsumption
        GET
      • getDailyConsumption
        GET
      • getDistrictHeating
        GET
      • specificEnergyConsumption
        GET
    • Schemas
      • Schemas
        • LocationItem
        • LocationSensorItem
        • SensorItem
        • SensorHistoryItem
        • HistoryData
        • OverdriveBody
        • Overdrive
        • OverdrivePostResponse
        • OverdriveGetResponse
        • MonthlyConsumptionItem

    Overview

    Residentia REST API#

    Provides access to real-time and historical energy data from customer's locations.

    Base URL#

    https://residentia.fi/api/v1/

    Authentication#

    All API requests must include a valid X-ApiKey header for authentication.

    Rate limit#

    Rate limit: 20 req/sec

    Support#

    For questions or assistance, please contact:
    max.merikoski@residentiaopen.com
    Modified at 2025-04-28 13:30:23
    Next
    /location
    Built with