Epa Pesticide Label Database



  1. Epa Pesticide Label Database Free
  2. Epa Pesticide Label Database Lookup
  3. Pesticide Chemical Search
  4. Epa Pesticide Chemical Search
  5. 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:
  1. 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.
  2. 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.
  3. 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.
Mark MacIntyre (macintyre.mark@epa.gov)
2019

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.”

EpaEpa pesticide product label database

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

Epa pesticide label database 2019

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]

Database
  • 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:

Element NameDescriptionData Type
EPAREGNOEPA Registration NumberVARCHAR(2)
PRODUCTNAMEProduct NameVARCHAR(2)
PRODUCT_STATUSCurrent Status: Pending, Active, or CancelledVARCHAR(2)
PRODUCT_STATUS_DATEProduct Status Date (Month Day, Year)Date
COMPANYINFO (NODE)
NAMECompany NameVARCHAR(2)
CONTACT_PERSONCompany Contact PersonVARCHAR(2)
DIVISION_NAMECompany Division NameVARCHAR(2)
PHONECompany Phone NumberVARCHAR(2)
FAXCompany Fax NumberVARCHAR(2)
EMAILCompany Email AddressVARCHAR(2)
STREETCompany Street AddressVARCHAR(2)
PO_BOXCompany P.O. BoxVARCHAR(2)
CITYCompany City NameVARCHAR(2)
STATECompany StateVARCHAR(2)
ZIP_CODECompany Zip CodeVARCHAR(2)
COMPANYAGENTINFO (NODE)
NAMEAgent NameVARCHAR(2)
CONTACT_PERSONAgent Contact PersonVARCHAR(2)
PHONEAgent Phone NumberVARCHAR(2)
FAXAgent Fax NumberVARCHAR(2)
EMAILAgent Email AddressVARCHAR(2)
STREETAgent Street AddressVARCHAR(2)
PO_BOXAgent P.O. BoxVARCHAR(2)
CITYAgent City NameVARCHAR(2)
STATEAgent StateVARCHAR(2)
ZIP_CODEAgent Zip CodeVARCHAR(2)
SIGNAL_WORDSignal word: Danger, Warning, Caution, or No Signal WordVARCHAR(2)
RUP_YNRestricted Use (Yes/No)VARCHAR(2)
FORMULATIONS (NODE)
FORMULATIONPhysical FormVARCHAR(2)
ACTIVE_INGREDIENTS (NODE)
PC_CODEEPA assigned pesticide chemical codeVARCHAR(2)
ACTIVE_INGActive IngredientVARCHAR(2)
CAS_NUMBEREPA assigned CAS NumberVARCHAR(2)
ACTIVE_ING_PERCENTActive Ingredient percentage appearing in the pesticide product formulationVARCHAR(2)
INACTIVE_BRAND_NAMES (NODE)
INACTIVE_BRAND_NAMEList inactive brand name associated with this productVARCHAR(2)
PDFFILES (NODE)
PDFFILEList of PDF files for each productVARCHAR(2)
PDFFILE_ACCEPTED_DATEAccepted Date (Month Day, Year)Date
ALTBRANDNAMES (NODE)
ALTBRANDNAMEProduct Alternative brand NameVARCHAR(2)
SITES (NODE)
SITEList site associated with a pesticide productVARCHAR(2)
PESTS
PESTList pest associate with a pesticide productVARCHAR(2)
TYPES(NODE)
TYPEList of Pesticide TypeVARCHAR(2)
EPADISTNOEPA Distributor Product NumberVARCHAR(2)
SEC3RINUMSection 3 Registration Number of the Distributor productVARCHAR(2)
DISTRIBUTOR _STATUSCurrent Status: Pending, Active, or CancelledVARCHAR(2)
DISTRIBUTOR_STATUS_DATEStatus Date (Month Day, Year)DATE

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)