Plant Identify ID API Docs

Plant Identify ID API Documentation

Request access to API

Join our community of coders, get help & ask questions in a collaborative environment!😄

OVER 10,000+ SPECIES OF PLANTS AVAILABLE FOR IDENTIFICATION

IDENTIFY & ID ANY PLANTS

Our Plant ID API is a smart tool made for developers who want to create apps that identify plants. Simply scan a plant, and our API matches it with our big plant database. It gives useful details like the plant's name, how to take care of it, growth stages, pictures, and even the best climate for it. Our API doesn't just identify plants - it also gives information on things like houseplants, outdoor plants that are good for the environment, safe to eat fruits and berries, and plants that are used for medicine. It's the perfect tool for developers making plant-related apps.

Try Out & Intergrate Plant Identifier
Plant Identify

Coming Soon
      
Parameter
Key - Required
A secret/unique number to gain access
Body
File[] - Optional/Required, array, formdata
Uploaded images by form/input
Either upload a file or use the Url parameter for the image URL
Url[] - Optional/Required, array
URL of the images.
Either upload a file or use the Url parameter for the image URL

<!-- Example JSON Response -->

{
    "count": 1,
    "results": [
        {
            "score": 0.9875795569962631,
            "name": "Ficus lyrata",
            "scientific_name": "Ficus lyrata",
            "resources": {
                "perenual": "https://perenual.com/plant-species-database-search-finder/species/2963",
                "google": "https://www.google.com/search?q=Ficus+lyrata&tbm=isch&tbs=il:cl&hl=en&sa=X&ved=0CAAQ1vwEahcKEwjAm8e05tX8AhUAAAAAHQAAAAAQAw&biw=1519&bih=722"
            },
            "care-guides": "https://perenual.com/api/species-care-guide-list?species_id=2963&key=[YOUR-API-KEY]",
            "details": "https://perenual.com/api/species-care-guide-list?species_id=2963&key=[YOUR-API-KEY]",
            "default_image": {
                "license": 4,
                "license_name": "Attribution License",
                "license_url": "https://creativecommons.org/licenses/by/2.0/",
                "original_url": "https://perenual.com/storage/species_image/2963_ficus_lyrata/og/48139747872_36fa010c48_b.jpg",
                "regular_url": "https://perenual.com/storage/species_image/2963_ficus_lyrata/regular/48139747872_36fa010c48_b.jpg",
                "medium_url": "https://perenual.com/species_image/2963_ficus_lyrata/medium/48139747872_36fa010c48_b.jpg",
                "small_url": "https://perenual.com/species_image/2963_ficus_lyrata/small/48139747872_36fa010c48_b.jpg",
                "thumbnail": "https://perenual.com/storage/species_image/2963_ficus_lyrata/thumbnail/48139747872_36fa010c48_b.jpg"
            }
        }
    ]
}