Please always refer to the API documentation for most accurate and up to date information about the API technical specifications.
Solargis asynchronous JSON Time Series API serves for accessing solar and climate data. It offers multiple endpoints. The main endpoint is used to submit a request. Another endpoint is used to track the calculation status. When the calculation is successfully completed, it also provides URL to access the resulting dataset.
This request specifies what data you want from Solargis.
Request type: POST
Endpoint https://api.solargis.com/ts/data-request/
This request specifies what status your request is in. Can be queued, processing, or success/error.
When the status ends up in the success state, you will also receive the data in a file.
Request type: GET
Endpoint: https://api.solargis.com/ts/data-request/{requestid}