Trefle · JSON Structure

Trefle Species Structure

Structural documentation for Trefle Plant and Species objects

Type: object Properties: 0
AgricultureBotanyOpen DataPlantsScience

Trefle Species Structure is a JSON Structure definition published by Trefle.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Trefle Species Structure",
  "description": "Structural documentation for Trefle Plant and Species objects",
  "type": "object",
  "structure": {
    "PlantSummary": {
      "id": { "type": "integer", "description": "Trefle plant ID" },
      "common_name": { "type": "string" },
      "slug": { "type": "string" },
      "scientific_name": { "type": "string" },
      "status": { "type": "string" },
      "rank": { "type": "string" },
      "family": { "type": "string" },
      "family_common_name": { "type": "string" },
      "genus": { "type": "string" },
      "image_url": { "type": "string", "format": "uri" },
      "synonyms": { "type": "array", "items": { "type": "string" } }
    },
    "Species": {
      "id": { "type": "integer" },
      "scientific_name": { "type": "string" },
      "edible": { "type": "boolean" },
      "edible_part": { "type": "array" },
      "distribution": {
        "native": { "type": "array" },
        "introduced": { "type": "array" },
        "naturalised": { "type": "array" }
      },
      "growth": {
        "light": { "type": "integer", "range": "0-10" },
        "ph_minimum": { "type": "number" },
        "ph_maximum": { "type": "number" },
        "bloom_months": { "type": "array" },
        "soil_humidity": { "type": "integer", "range": "0-10" }
      },
      "flower": {
        "color": { "type": "array" },
        "conspicuous": { "type": "boolean" }
      },
      "foliage": {
        "texture": { "type": "string" },
        "color": { "type": "array" },
        "leaf_retention": { "type": "boolean" }
      },
      "specifications": {
        "growth_habit": { "type": "string" },
        "growth_rate": { "type": "string" },
        "toxicity": { "type": "string" }
      }
    },
    "Distribution": {
      "id": { "type": "integer" },
      "name": { "type": "string" },
      "slug": { "type": "string" },
      "tdwg_code": { "type": "string" },
      "tdwg_level": { "type": "integer" },
      "species_count": { "type": "integer" }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/trefle-species-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.