Trefle · Schema
Trefle Plant
A plant record in the Trefle botanical database with taxonomy and species data.
AgricultureBotanyOpen DataPlantsScience
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique Trefle plant identifier |
| common_name | string | Common name of the plant in English |
| slug | string | URL-safe unique identifier |
| scientific_name | string | Scientific (Latin binomial) name |
| status | string | Taxonomic acceptance status |
| rank | string | Taxonomic rank (species, variety, subspecies, etc.) |
| family | string | Scientific plant family name |
| family_common_name | string | Common name of the plant family |
| genus | string | Plant genus |
| genus_id | integer | Trefle genus identifier |
| image_url | string | URL to the plant's representative image |
| synonyms | array | Synonymous scientific names |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/trefle/refs/heads/main/json-schema/trefle-plant-schema.json",
"title": "Trefle Plant",
"description": "A plant record in the Trefle botanical database with taxonomy and species data.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique Trefle plant identifier"
},
"common_name": {
"type": "string",
"description": "Common name of the plant in English"
},
"slug": {
"type": "string",
"description": "URL-safe unique identifier"
},
"scientific_name": {
"type": "string",
"description": "Scientific (Latin binomial) name"
},
"status": {
"type": "string",
"description": "Taxonomic acceptance status"
},
"rank": {
"type": "string",
"description": "Taxonomic rank (species, variety, subspecies, etc.)"
},
"family": {
"type": "string",
"description": "Scientific plant family name"
},
"family_common_name": {
"type": "string",
"description": "Common name of the plant family"
},
"genus": {
"type": "string",
"description": "Plant genus"
},
"genus_id": {
"type": "integer",
"description": "Trefle genus identifier"
},
"image_url": {
"type": "string",
"format": "uri",
"description": "URL to the plant's representative image"
},
"synonyms": {
"type": "array",
"items": { "type": "string" },
"description": "Synonymous scientific names"
}
},
"required": ["id", "scientific_name", "slug"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trefle-plant"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.