Skip to main content
GET
/
Weather
/
{weatherId}
/
Export
Export a weather file
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Weather/{weatherId}/Export \
  --header 'Authorization: Bearer <token>'
{}

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

weatherId
integer
required

Response

Exported weather file (binary or JSON)

The response is of type object.