Solariance-API-V1
  1. Ext
Solariance-API-V1
  • Getting Started
  • Forecast
    • forecast/power
      GET
    • forecast/energy
      GET
    • forecast/temperature
      GET
    • forecast/export
      GET
    • forecast/optimizer
      POST
  • System
    • system/list
      GET
    • system/view
      GET
    • system/create
      POST
    • system/update
      PUT
    • system/delete
      DELETE
  • User
    • user/view
      GET
    • user/create
      POST
    • user/update
      PUT
    • user/delete
      DELETE
    • user/auth/pw
      POST
  • Ext
    • ext/pvgeneration
      GET
    • ext/pvshare
      GET
    • ext/price
      GET
    • ext/pvinstallation
      GET
  1. Ext

ext/pvinstallation

Developing
GET
https://api.solariance.de/v1/ext/pvinstallation

Request

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://api.solariance.de/v1/ext/pvinstallation?country=de'

Responses

🟢200Success
application/json
Body

Example
{
    "code": 200,
    "message": "Installed PV Capacity in de in MWp",
    "data": {
        "label": "Installierte PV-Leistung in de",
        "month_year": "09.2024",
        "pv_installation": 94.299,
        "unit": "GWp",
        "country": "de"
    }
}
🟠400Bad Request
🟠405Method Not Allowed
Modified at 2024-10-25 14:08:15
Previous
ext/price
Built with