---
title: "Integration setup - get location TMY data"
slug: "integration-setup-get-the-location-data-1"
updated: 2026-04-07T13:38:26Z
published: 2026-04-07T13:38:26Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.solargis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration setup - get the TMY data

Get/tmy-integration/data-request/{requestId}

		
			

| **Request type:** | GET |
| --- | --- |
| **URL**: | https://api.solargis.com/tmy-integration/data-request/{requestId} |
| **Authorization**: | Bearer {API token} |
| **Body parameters**: | N/A |

This endpoint enables you to obtain sample location data for TMY Basic data API and TMY Pro data API subscriptions. You can use it to set up your integration to understand the structure and content of the response.

**Key points to remember before you proceed**:

- You will need an [API token](/v1-api/apidocs/generating-api-tokens) and the `requestId` to download sample location data. Learn how to obtain the `requestId` for integration setup purposes in the [Integration setup - get the requestId](/v1-api/apidocs/solargis-tmy-api-integration-setup) guide.
- Calls to the integration API endpoints are free of charge.
- If 1-minute data is set in the request, the request period can not be less than 1 year.
- You can test the endpoint and get the response in the API console to the right. Learn how to use the console in the [Using the API console](/v1-api/apidocs/testing-the-endpoints) guide.

		
		
SecurityHTTPType bearer

Enter your Solargis TMY Bearer token.

Path parametersrequestIdstringRequired

Responses200

TMY request status

<select class='api-response-data' aria-label='Media type'><option value='5112ed59-31d1-4135-9228-4cfb1b14a6b1'>application/json</option>
</select>object  statusstring    Valid values[
  "queued",
  "processing",
  "success",
  "reject",
  "error",
  "expired"
]Examplesuccess
statusCodestring    Example200
statusMessagestring    ExampleRequest has been processed.
downloadUrlstring  (uri)    Examplehttps://s3.amazonaws.com/...

401

Invalid authorization

<select class='api-response-data' aria-label='Media type'><option value='17566299-5664-4e80-934a-0d4348934ebf'>application/json</option>
</select>object  

Invalid authorization

errorstring    Exampletoken.invalid

500

Bad requestId

<select class='api-response-data' aria-label='Media type'><option value='ffe4978f-df90-4bc2-8f95-c35c093a65d6'>application/json</option>
</select>object  errorstring    Exampleapi.data_request.not_found
