Assets
Get assets
Assets
Get assets
GET
/
v1
/
assets
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",
"coverUrl": "https://cdn.otark.com/asset-covers/abc.jpg",
"pricing": [
{
"years": 15,
"price": 14.55
}
]
}
]
}
Authorizations
Query Parameters
Page number
Required range:
x > 1
Items per page
Required range:
1 < x < 100
Response
200 - application/json
Assets list
List of assets
Unique identifier of the asset
Name of the asset
Type of asset
Available options:
WIND
, SOLAR
Nominal power of the asset in MW
Average annual power generation in MWh
Start date of the delivery period
Type of PPA
Available options:
PAY_AS_NOMINATED
, PAY_AS_PRODUCED
, PAY_AS_FORECASTED
Additional information about the asset
State where the asset is located
Country where the asset is located
Cover asset URL
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",
"coverUrl": "https://cdn.otark.com/asset-covers/abc.jpg",
"pricing": [
{
"years": 15,
"price": 14.55
}
]
}
]
}