One record per plant
Many suppliers, one canonical cultivar record — no more reconciling conflicting listings by hand.
by Realmdrop
The Industry-Wide Plant Reference Database
Plantaerium consolidates plant data from across the nursery industry into a single curated record per cultivar — deduplicated, attribute-rich, and cross-referenced to its suppliers.
What you get
Many suppliers, one canonical cultivar record — no more reconciling conflicting listings by hand.
See which suppliers carry each cultivar, and deep-link out for live availability.
Botanical name, cultivar, patent status, hardiness zones, bloom months and colors, mature size, light and soil needs — all filterable.
Every attribute is traceable to the supplier that contributed it. Editorial overrides keep the canonical record clean.
How it's built
Raw supplier data is refined through layered stages into a durable canonical record — supplier churn never corrupts what's already curated.
Fuzzy-matching (trigram + ranked scoring) automatically merges the same plant across suppliers; ambiguous cases go to a human review queue.
A clean, versioned REST API with graduated access tiers, secured by AuthRealm — the same auth platform powering the rest of the Realmdrop suite.
Images are deduplicated by content hash and served from Cloudflare R2 — no duplicate storage, and stable references even when supplier URLs change.
Public API
A clean, versioned REST API. The public surface is shown below; higher tiers — full fields, images, and tenant overlays — open up with a tiered API key.
/api/v1/plants/{id}None requiredCanonical record for a plant (public whitelisted fields).
/api/v1/plants/search?q=None requiredSearch by name or attributes with filters (zone, height, bloom).
/api/v1/plants/{id}/suppliersNone requiredSuppliers that carry this cultivar.
/api/v1/suppliersNone requiredPublic supplier directory (name + link).
/api/v1/plants/changes?since=API key (tiered)Change feed for syncing subscribers.
Base URL https://plantaerium.api.realmdrop.com