The free, searchable pesticide database operated by Washington State University!
GET api/v1/Public/GetResistances?apiKey={apiKey}&acceptTos={acceptTos}
Gets the resistance codes.
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 resistance codes
Picol.Classes.Api.V1.ResultOfPicol.Classes.Api.V1.ResistanceName | Description | Type | Additional information |
---|---|---|---|
Error | boolean |
None. |
|
Message | string |
None. |
|
Data | Collection of Picol.Classes.Api.V1.Resistance |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": true, "Message": "sample string 2", "Data": [ { "Id": 1, "Source": "sample string 2", "Code": "sample string 3", "MethodOfAction": "sample string 4" }, { "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.