Avoid Restricted Sales
Flag regulated plants before checkout, catalog approval, or shipment to a destination region.
Check if a plant is regulated at the buyer's location before checkout, catalogue approval, or shipment.
Built for ecommerce platforms, online marketplaces, nurseries, and compliance teams that need automated plant regulation checks to reduce restricted sales and regulatory risk.
Current Release
Enterprise Use Case
Given a plant name and ship-to jurisdiction, return a conservative regulation signal for commercial sales, catalog review, or fulfillment.Access Model
Enterprise usage is manually approved and token protected. Approved organizations receive an API token from Menacon under written access terms. Pricing, quotas, support, and renewal terms are handled by quote, invoice, payment link, or agreement. Self-serve billing may be added later. API terms apply.The endpoint is intentionally conservative. It reports whether a matched species has a regulation record in the requested destination jurisdiction, helping teams flag products for review before they are sold or shipped.
It does not say a plant is legally allowed, banned, or prohibited to buy. If a common name is ambiguous or misspelled beyond a safe threshold, the service asks the user to choose from suggested species before returning a regulatory result.
{
"plant_query": "Cortaderia jubata",
"ship_to": {
"country": "US",
"region": "CA"
}
}
This demo sends a live request through the same API path an enterprise integration would use: one plant, one destination jurisdiction, one structured regulatory response.
Flag regulated plants before checkout, catalog approval, or shipment to a destination region.
Match scientific names, common names, synonyms, species IDs, and near-spellings.
Provide authority details, source URLs, raw classifications, notes, and release version.
The public website is for research and reference use. Enterprise is for organizations that need automated compliance checks inside commercial or operational workflows.