The free, searchable pesticide database operated by Washington State University!
GET api/v1/Public/GetIngredients?apiKey={apiKey}&acceptTos={acceptTos}
Gets the ingredients.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey |
The API key. |
string |
Required |
acceptTos |
if set to true [accept tos]. |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
A JSON encoded collection of ingredients
Picol.Classes.Api.V1.ResultOfPicol.Classes.Api.V1.IngredientName | Description | Type | Additional information |
---|---|---|---|
Error | boolean |
None. |
|
Message | string |
None. |
|
Data | Collection of Picol.Classes.Api.V1.Ingredient |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": true, "Message": "sample string 2", "Data": [ { "Id": 1, "Name": "sample string 2", "Code": "sample string 3", "Notes": "sample string 4", "Resistance": { "Id": 1, "Source": "sample string 2", "Code": "sample string 3", "MethodOfAction": "sample string 4" } }, { "Id": 1, "Name": "sample string 2", "Code": "sample string 3", "Notes": "sample string 4", "Resistance": { "Id": 1, "Source": "sample string 2", "Code": "sample string 3", "MethodOfAction": "sample string 4" } } ] }
The database is currently updating, check back in 15 minutes for the latest data.