Skip to main content
GET
/
Project
/
{projectId}
Get a project by ID
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Project/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "latitude": 41.6528052,
  "longitude": -83.5378674,
  "country": "United States",
  "countryCode": "US",
  "stateProvince": "Ohio",
  "stateProvinceCode": "OH",
  "locality": "Toledo",
  "region": "North America",
  "elevation": 178.5460357666016,
  "standardOffsetFromUTC": -5,
  "predictions": [],
  "status": 0,
  "name": "Sample Project",
  "description": null
}

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

Response

Project entity

name
string
required
latitude
number<double>
required
longitude
number<double>
required
id
integer
read-only
description
string | null
elevation
number<double>
country
string
countryCode
string
stateProvince
string
stateProvinceCode
string
locality
string
region
string
standardOffsetFromUTC
number
status
enum<integer>

ProjectStatusEnum

Available options:
0,
1,
2
predictions
object[]
companyId
integer
read-only
createdDate
string<date-time>
read-only