Trefle Plant API

Trefle Plant API offers rich, up-to-date information on plant species worldwide, including taxonomy, distribution, images, and growth details. It’s widely used in gardening apps, research, education, and environmental monitoring tools. The API requires a free API key, supports JSON responses, and provides extensive botanical datasets. Trefle is an essential resource for plant enthusiasts and developers building nature-focused applications.

2

Endpoints

0

Views

Jul 20, 2025

Last Checked

240 requests/minute

Rate Limit

API Endpoints

Searches plant database with filters

Full URL

https://trefle.io/api/v1/plants

Code Examples

curl -X GET 'https://trefle.io/api/v1/plants'

Parameters

{
  "filter[edible]": true,
  "filter[vegetable]": true
}

Example Response

{
  "data": [
    {
      "edible": true,
      "common_name": "Tomato",
      "scientific_name": "Solanum lycopersicum"
    }
  ],
  "meta": {
    "total": 42
  }
}

Version

v1

Rate Limit

300 requests/hour

Tags
botanyplants
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

240 requests/minute

Supported Languages
English
Use Cases
gardening apps
educational tools
https://trefle.io/

Related APIs

Discover similar APIs that might interest you

APIfree

NASA APIs

NASA offers a suite of public APIs deliv...

Category
Science & Nature
Endpoints
1
astronomyspace
APIopen source

Zoo Animals API

Zoo Animals API provides developers with...

Category
Science & Nature
Endpoints
2
educationzoo
APIopen source

RandomFox

The RandomFox API offers a simple way to...

Category
Science & Nature
Endpoints
1
foxesimages
Trefle Plant API – Free Plant Data & Species Information API | Free API Hub