Enter a plant name to get detailed information from the API
Main Endpoint:
GET /plant/{plant-name}
Examples:
GET /plant/rose
GET /plant/japanese%20maple
(URL encode spaces)
GET /plant/tomato
Other Endpoints:
GET /api
-
API information and statistics
Response: JSON object with plant details including name, description, care requirements, and more.
Caching: Responses are cached for faster
subsequent requests. Look for _cached: true
in the response.