← Back to Dashboard

Trefle

Science & MathActiveUnknownAuth: API KeyDoc: HTML
Visit Website ↗

Description

Botanical data for plant species

✨ AI Summary

Trefle is a botanical API and data source providing comprehensive data for plant species.

Code Example

import requests

api_key = 'YOUR_API_KEY'
plant_name = 'oak'
url = f'https://trefle.io/api/v1/plants/search?q={plant_name}&token={api_key}'
response = requests.get(url)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)