Skip to main content
GET
/
Project
/
{projectId}
/
Prediction
/
{predictionId}
/
Overview
Get prediction overview
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Prediction/{predictionId}/Overview \
  --header 'Authorization: Bearer <token>'
{
  "id": 955415,
  "name": "Baseline Yield Study",
  "ownerId": 8903,
  "projectId": 187749,
  "isBatch": false,
  "batchQualified": true,
  "createdDate": "2025-11-25T16:21:07.213",
  "lastModified": "2025-11-25T16:22:16.553",
  "weather": {
    "id": 230763,
    "name": "Meteonorm - 39.742N - 104.991W"
  },
  "status": 2,
  "useMapBuilder": false,
  "powerPlant": {
    "id": 1185523,
    "inverters": [
      {
        "name": "Central Inverter 2.5 MW"
      }
    ],
    "modules": [
      {
        "name": "Mono PERC Module 560 W (1500V)"
      }
    ]
  },
  "resultSummary": {
    "id": 0,
    "globalHorizontalIrradiance": 1421.63,
    "avgTiltAngle": 0
  },
  "batchComponents": {},
  "batchStepVariables": [],
  "statistics": {
    "acSize": 2.6125,
    "dcSize": 3.135,
    "dcacRatio": 1.2,
    "groundCoverageRatio": 40,
    "avgMountingType": 1,
    "avgRowSpacing": 5.695,
    "avgWattage": 560,
    "avgAzimuth": 180,
    "arrayCount": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Path Parameters

projectId
integer
required
predictionId
integer
required

Response

Prediction overview

id
integer
name
string
ownerId
integer
projectId
integer
isBatch
boolean
createdDate
string<date-time>
lastModified
string<date-time>
status
integer
weather
object
powerPlant
object
resultSummary
object
statistics
object