Get Plane token

For registered users with API key only.

Get a shortcut token for a specific location (defined by latitude and longitude) and a specific plane orientation (defined by declination and azimuth).

  http://api.forecast.solar/r1/plane/<key>/<latitude>/<longitude>/<declination>/<azimuth>

Example

Get plane token as plain text for 51.23° north, 12.34° east, for a collector with a declination of 37° looking south (0°)

  curl -H "Accept: text/csv" http://api.forecast.solar/r1/plane/<your key here>/51.23/12.34/37/0

« API