Please always refer to the API documentation for most accurate and up to date information about the API technical specifications.
This request specifies what data you want from Solargis.
Request type: POST
Endpoint: https://api.solargis.com/data-request/tmy
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/data-request/tmy/{requestId}/
TMY API has a special endpoint, where the requested data can be obtained directly in response (and not in a file). You need to define the output format at the end of the endpoint URL as you can only request one output format in this case.
Request type: GET
Endpoint: https://api.solargis.com/tmy/data-request/{requestid}/{outputFormat}