Plantix: List Plant Diseases
Plantix via Parse · Other
List all plant diseases and pests from the library. Supports filtering by keyword, crop, and pathogen type. Returns all matching diseases with basic metadata including name, scientific name, pathogen classification, and affected crops. Client-side filtering is applied after fetching the full library. The Plantix API provides comprehensive access to a database of plant diseases, pests, and agricultural knowledge. Fulfilled by Parse from plantix.net.
- food-dining
- healthcare
- other
- parse
- plantix
- plantix-net
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/4d5a37ee-9dd2-40f4-8ca2-a85caf590c32/list_plant_diseases
- Interface artifact
- sha256:3302cda6dc706c04ee30aefc21ef64632a1d0542d21e4d0d4f0222a9b6872074
- Manifest digest
- sha256:f163d1d104d6992f4f3b55e1ae1f0693b3fabaa5094a170090f51da59ea028d1
Request fields
- crop (string): Filter by crop ID in uppercase (e.g. TOMATO, WHEAT). Use list_crops to get available IDs.
- query (string): Search keyword to filter disease names.
- pathogen (string): Filter by pathogen type.: Allowed values: Fungi, Virus, Insect, Bacteria, Deficiency, Mite
Example queries
- {"crop":"TOMATO","query":"blight","pathogen":"Fungi"}