For Developers

Build with
HerbFull API

Open REST API for phytochemical compounds, clinical herb profiles, thermal extraction ladders, and matrix layout data. No auth required — start in minutes.

GET-only · zero auth All public endpoints. Optional X-Api-Key for higher rate limits.
🌿
Rich herb data Boiling points, volatile compounds, mood profiles, contraindications.
📄
OpenAPI 3.1 · typed responses Full schema for codegen — SDK-ready JSON across all endpoints.
GET /v1/herbs/lavender
{
  "id": "lavender",
  "name": "Lavandula angustifolia",
  "optimalTemp": 170,
  "moods": ["calming", "sleep"],
  "compounds": [
    {
      "name": "Linalool",
      "boilingPoint": 198,
      "effect": "calming"
    },
    {
      "name": "Linalyl acetate",
      "boilingPoint": 220,
      "effect": "sedating"
    }
  ]
}