- Epa Pesticide Label Database Free
- Epa Pesticide Label Database Lookup
- Pesticide Chemical Search
- Epa Pesticide Chemical Search
- Us Epa Pesticide Label Database
News Releases from Region 10
The Department of Pesticide Regulation (DPR) has a number of collections of data and other information related to pesticide registration, licensing, pesticide use, environmental effects, enforcement, and other elements of our program. Major online databases and datasets are listed below.
Contact Information:- The site uses EPA data to provide registration information on pesticide products. Pesticide Product Information System (PPIS) - PPIS contains information concerning all pesticide products registered in the United States. It includes registrant name and address, chemical ingredients, toxicity category, product names, distributor brand names, site/pest uses, pesticidal type, formulation code, and registration status.
- The Department of Pesticide Regulation (DPR) has a number of collections of data and other information related to pesticide registration, licensing, pesticide use, environmental effects, enforcement, and other elements of our program. Major online databases and datasets are listed below.
- Nov 28, 2016 Pesticide Product Label System (PPLS) provides a single point of access to U.S. EPA environmental data contained in the U.S. Interested parties from state and local governments, EPA, or federal agencies, or individuals can search for information about a pesticide product that may help or affect human, health and environment via.

SEATTLE --The U.S. Environmental Protection Agency today announced that Univar Solutions USA, Inc. of Portland, Oregon will pay a $165,000 penalty for violating federal pesticide laws when it failed to properly label its “Woodlife 111” pesticide which is used as a wood preservative.
EPA cited the company for 33 violations of the Federal Insecticide, Fungicide, and Rodenticide Act when Univar sold and distributed the misbranded pesticide via bulk shipments.
Under FIFRA, a pesticide is misbranded if, “the labeling accompanying it does not contain directions for use which are necessary … to protect health and the environment” and if “…the label does not contain a warning or caution statement which may be necessary … to protect health and the environment.”
Epa Pesticide Label Database Free
Specifically, the Agency alleged that during a period of 24 months between approximately January 1, 2017 and December 31, 2018, Woodlife 111 labels omitted several required sections important for the protection of the handler and for the environment, including user safety requirements, first aid directions, use of personal protective equipment, and portions of the storage and disposal section.
“By their very nature, pesticides can be dangerous to people handling them and the environment where they are used,” said Ed Kowalski, director of EPA Region 10’s Enforcement and Compliance Assurance Division. “EPA and its state partners will continue to strictly enforce pesticides laws to ensure these potentially dangerous chemicals are safely handled, used, and disposed of.”


The case resulted from an inspection of the Univar facility by Oregon Department of Agriculture’s EPA-credentialed inspectors on March 5, 2019.
###
Pesticide Product Label System Application Program Interface
Pesticide Product Label System (PPLS) provides a single point of access to U.S. EPA environmental data contained in the U.S. EPA databases. Interested parties from state and local governments, EPA, or federal agencies, or individuals can search for information about a pesticide product that may help or affect human, health and environment via Application Program Interface (API).
Data Service API
PPLS has developed a RESTful data service API to all of internal data holding. This functionality provides a user of PPLS with the ability to query any data through the use of a URL by EPA Registration Number. The default output is in JSON (JavaScript Object Notation). The database is being updated every 12 hours (noon and midnight EDT).
Constructing a Search

To retrieve pesticide product information, users create a URL with a specific set of parameter. This is done by creating a string using the following format:
To search by EPA Registration Number:
https://ofmpub.epa.gov/apex/pesticides/ppls/[Company Number-Product Number]
- COMPANY_NUMBER = six (6) digit company number part of registration number.
- PRODUCT_NUMBER = five (5) digit product number part of registration number.
Example:https://ofmpub.epa.gov/apex/pesticides/ppls/66551-1
:
https://ofmpub.epa.gov/apex/pesticides/pplstxt/[Product_Name]

- PRODUCT_NAME = Name of product, must be spelled correctly and it’s not case sensitive.
Example: https://ofmpub.epa.gov/apex/pesticides/pplstxt/RAID CWR BAIT STATIONS
:
https://ofmpub.epa.gov/pesticides/ppldist/[Company_Number-Product_Number-Distributor_Number]
- COMPANY_NUMBER = six (6) digit company number part of registration number.
- PRODUCT_NUMBER = five (5) digit product number part of registration number.
- DISTRIBUTOR_NUMBER = five (5) digit distributor number part of registration number.
Example: https://ofmpub.epa.gov/apex/pesticides/pplsdist/67702-6-11204
https://ofmpub.epa.gov/apex/pesticides/ProductSearch/partialprodsearch/riname/[Partial_Product_Name]
- PARTIAL_PRODUCT_NAME = Partial product name text that can appear anywhere in the product name. Not case sensitive.
Example: https://ofmpub.epa.gov/apex/pesticides/ProductSearch/partialprodsearch/riname/IODORITE
https://ofmpub.epa.gov/apex/pesticides/ProductSearch/partialprodsearch/regnum/[Partial_Product_Number]
- PARTIAL_PRODUCT_NUMBER = Partial product registration number. It can be either Company number, Product number or distributor number.
Example: https://ofmpub.epa.gov/apex/pesticides/ProductSearch/partialprodsearch/regnum/1258
To Search by Ingredient Name:
https://ofmpub.epa.gov/apex/pesticides/ProductSearch/searchWithIngName/v1/[IngName]
- IngName - Ingredient Name = Full or partial name of ingredient name, not case sensitive.
Example: https://ofmpub.epa.gov/apex/pesticides/ProductSearch/searchWithIngName/v1/acrolein
To Search by PC Code:
https://ofmpub.epa.gov/apex/pesticides/ProductSearch/searchWithPcCode/v1/[PcCode]
- PcCode - Pesticide Chemical Code = EPA assigned pesticide chemical code (six digits)
Example: https://ofmpub.epa.gov/apex/pesticides/ProductSearch/searchWithPcCode/v1/101101
To Search by CAS Number:
https://ofmpub.epa.gov/apex/pesticides/ProductSearch/searchWithCasNum/v1/[CasNumber]
- CASNumber - Chemical Abstract Service Number = 9999999-99-9, max length of 12, 1-7 digits before first hyphen
Example: https://ofmpub.epa.gov/apex/pesticides/ProductSearch/searchWithCasNum/v1/21087-64-9
Working with the Output
Epa Pesticide Label Database Lookup
The result set is JSON that can be ported into an application or used as part of a Web mash-up. This is an example of what the output looks like with a return of pesticide product information from the PPLS database:
Pesticide Chemical Search
Element Name | Description | Data Type |
---|---|---|
EPAREGNO | EPA Registration Number | VARCHAR(2) |
PRODUCTNAME | Product Name | VARCHAR(2) |
PRODUCT_STATUS | Current Status: Pending, Active, or Cancelled | VARCHAR(2) |
PRODUCT_STATUS_DATE | Product Status Date (Month Day, Year) | Date |
COMPANYINFO (NODE) | ||
NAME | Company Name | VARCHAR(2) |
CONTACT_PERSON | Company Contact Person | VARCHAR(2) |
DIVISION_NAME | Company Division Name | VARCHAR(2) |
PHONE | Company Phone Number | VARCHAR(2) |
FAX | Company Fax Number | VARCHAR(2) |
Company Email Address | VARCHAR(2) | |
STREET | Company Street Address | VARCHAR(2) |
PO_BOX | Company P.O. Box | VARCHAR(2) |
CITY | Company City Name | VARCHAR(2) |
STATE | Company State | VARCHAR(2) |
ZIP_CODE | Company Zip Code | VARCHAR(2) |
COMPANYAGENTINFO (NODE) | ||
NAME | Agent Name | VARCHAR(2) |
CONTACT_PERSON | Agent Contact Person | VARCHAR(2) |
PHONE | Agent Phone Number | VARCHAR(2) |
FAX | Agent Fax Number | VARCHAR(2) |
Agent Email Address | VARCHAR(2) | |
STREET | Agent Street Address | VARCHAR(2) |
PO_BOX | Agent P.O. Box | VARCHAR(2) |
CITY | Agent City Name | VARCHAR(2) |
STATE | Agent State | VARCHAR(2) |
ZIP_CODE | Agent Zip Code | VARCHAR(2) |
SIGNAL_WORD | Signal word: Danger, Warning, Caution, or No Signal Word | VARCHAR(2) |
RUP_YN | Restricted Use (Yes/No) | VARCHAR(2) |
FORMULATIONS (NODE) | ||
FORMULATION | Physical Form | VARCHAR(2) |
ACTIVE_INGREDIENTS (NODE) | ||
PC_CODE | EPA assigned pesticide chemical code | VARCHAR(2) |
ACTIVE_ING | Active Ingredient | VARCHAR(2) |
CAS_NUMBER | EPA assigned CAS Number | VARCHAR(2) |
ACTIVE_ING_PERCENT | Active Ingredient percentage appearing in the pesticide product formulation | VARCHAR(2) |
INACTIVE_BRAND_NAMES (NODE) | ||
INACTIVE_BRAND_NAME | List inactive brand name associated with this product | VARCHAR(2) |
PDFFILES (NODE) | ||
PDFFILE | List of PDF files for each product | VARCHAR(2) |
PDFFILE_ACCEPTED_DATE | Accepted Date (Month Day, Year) | Date |
ALTBRANDNAMES (NODE) | ||
ALTBRANDNAME | Product Alternative brand Name | VARCHAR(2) |
SITES (NODE) | ||
SITE | List site associated with a pesticide product | VARCHAR(2) |
PESTS | ||
PEST | List pest associate with a pesticide product | VARCHAR(2) |
TYPES(NODE) | ||
TYPE | List of Pesticide Type | VARCHAR(2) |
EPADISTNO | EPA Distributor Product Number | VARCHAR(2) |
SEC3RINUM | Section 3 Registration Number of the Distributor product | VARCHAR(2) |
DISTRIBUTOR _STATUS | Current Status: Pending, Active, or Cancelled | VARCHAR(2) |
DISTRIBUTOR_STATUS_DATE | Status Date (Month Day, Year) | DATE |
Epa Pesticide Chemical Search
For Assistance or Questions
Us Epa Pesticide Label Database
If you have any questions or need further assistance, please contact Mark Bustin (bustin.mark@epa.gov)
