curl --request GET \
--url https://api.otark.com/v1/assets \
--header 'X-Api-Key: <api-key>'{
"assets": [
{
"id": "ast_R4YRVPVqVqX2tbLu4jKGR",
"name": "Green Energy Package",
"assetType": "WIND",
"nominalPower": 500,
"averageAnnualPower": 4500,
"deliveryStart": "2000-01-01T00:00:00.000Z",
"ppaType": "PAY_AS_NOMINATED",
"additionalInfo": "Includes maintenance and support",
"state": "Berlin",
"country": "DE",
"pricing": [
{
"years": 15,
"price": 14.55
}
],
"coverUrl": "https://cdn.otark.com/asset-covers/abc.jpg"
}
]
}curl --request GET \
--url https://api.otark.com/v1/assets \
--header 'X-Api-Key: <api-key>'{
"assets": [
{
"id": "ast_R4YRVPVqVqX2tbLu4jKGR",
"name": "Green Energy Package",
"assetType": "WIND",
"nominalPower": 500,
"averageAnnualPower": 4500,
"deliveryStart": "2000-01-01T00:00:00.000Z",
"ppaType": "PAY_AS_NOMINATED",
"additionalInfo": "Includes maintenance and support",
"state": "Berlin",
"country": "DE",
"pricing": [
{
"years": 15,
"price": 14.55
}
],
"coverUrl": "https://cdn.otark.com/asset-covers/abc.jpg"
}
]
}Page number
x >= 1Items per page
1 <= x <= 100Assets list
List of assets
Show child attributes
Unique identifier of the asset
"ast_R4YRVPVqVqX2tbLu4jKGR"
Name of the asset
"Green Energy Package"
Type of asset
WIND, SOLAR Nominal power of the asset in MW
500
Average annual power generation in MWh
4500
Start date of the delivery period
"2000-01-01T00:00:00.000Z"
Type of PPA
PAY_AS_NOMINATED, PAY_AS_PRODUCED, PAY_AS_FORECASTED Additional information about the asset
"Includes maintenance and support"
State where the asset is located
"Berlin"
Country where the asset is located
"DE"
Cover asset URL
"https://cdn.otark.com/asset-covers/abc.jpg"
Was this page helpful?