🌱 Plantfo: The API for Plant Care Info

Enter a plant name to get detailed information from the API

🔧 Admin Panel

📖 How to Use 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.

API Response

Request URL:
Enter a plant name above to see the API response