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/pvgeneration

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

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/pvgeneration?country=de'

Responses

🟢200OK
application/json
Body

Example
{
    "code": 200,
    "message": "Current PV Generation in de in MW",
    "data": {
        "label": "Aktuelle PV-Erzeugung in de",
        "utc_time": "2024-11-06T08:15:00",
        "local_time": "2024-11-06T09:15:00",
        "total_pv_generation": 4500.7,
        "unit": "MW",
        "country": "de"
    }
}
🟠400Bad Request
🟠405Method Not Allowed
Modified at 2024-10-25 14:06:35
Previous
user/auth/pw
Next
ext/pvshare
Built with