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

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

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

Responses

🟢200Success
application/json
Body

Example
{
    "code": 200,
    "message": "Electricity Price in de in EUR/kWh",
    "data": {
        "label": "Aktueller Börsenstrompreise in de",
        "utc_time": "2024-11-06T10:00:00",
        "local_time": "2024-11-06T11:00:00",
        "price": 0.1232,
        "unit": "€/kWh",
        "country": "de"
    }
}
🟠400Bad Request
🟠405Method not Allowed
Modified at 2024-10-25 14:07:55
Previous
ext/pvshare
Next
ext/pvinstallation
Built with