This endpoint returns sample TMY data in various output formats, allowing you to examine the structure and content of each before working with your live account.
Request type: | GET |
URL: | https://api.solargis.com/tmy-integration/data-request/{requestid}/{outputFormat} |
Authorization: | Bearer {API token} |
Prerequisites
- You must have an API token used when obtaining your integration
requestId.
Things to know
- Calls to this endpoint are free of charge.
- Allowed
outputFormatvalues are listed in the table below. - The API console on the right supports
SOLARGIS_JSONformat only. To test other formats, use an external tool such as Postman or cURL. - For general console instructions, see Using the API console guide.
| Parameter | Allowed values |
|---|---|
"outputFormat" | "SOLARGIS_JSON""SOLARGIS_CSV""SAM""HELIOSCOPE" |
Enter your Solargis TMY Bearer token.
Unique identifier returned by the TMY data request POST endpoint.
Desired output format for the TMY data file.
TMY data in requestd format
Bad request format
Bad request format
Machine-readable error code indicating an invalid or unsupported request parameter.
Invalid authorization
Invalid authorization
Machine-readable error code indicating the authentication failure reason.
Bad requestId
Machine-readable error code indicating the reason for the failure.