cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where part_number = 150 and title_number = 40 sorted by section_id
This data as json, CSV (advanced)
| section_id ▼ | title_number | title_name | chapter | subchapter | part_number | part_name | subpart | subpart_name | section_number | section_heading | agency | authority | source_citation | amendment_citations | full_text |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 40:40:26.0.1.1.1.0.1.1 | 40 | Protection of Environment | I | E | 150 | PART 150—GENERAL | § 150.17 Addresses for the Office of Pesticide Programs. | EPA | [77 FR 46291, Aug. 3, 2012] | The official addresses, unless otherwise noted, are as follows: (a) Applications, correspondence, and non-docket materials —(1) United States Postal Service mailing address. Office of Pesticide Programs (7510P), Environmental Protection Agency, 1200 Pennsylvania Ave. NW., Washington, DC 20460-0001. (2) Hand/courier delivery address. Office of Pesticide Programs, Environmental Protection Agency, 2777 S. Crystal Dr., Arlington, VA 22202-4501. This is not a mailing address. You must make arrangements with the person receiving your delivery. (b) Office of Pesticide Programs Regulatory Public Docket (OPP Docket) —(1) Electronic docket address. Publicly available docket materials are available in the electronic docket at http://www.regulations.gov. Although listed in the docket index at regulations.gov, some information is not publicly available, e.g., Confidential Business Information (CBI) or other information whose disclosure is restricted by statute. Certain other material, such as copyrighted material, will be publicly available only at the OPP Docket. (2) Physical location. Environmental Protection Agency Docket Center (EPA/DC), Environmental Protection Agency, EPA West Bldg., Rm. 3334, 1301 Constitution Ave. NW., Washington, DC 20460-0001. This is not a mailing address. For instructions on visiting the docket, go to http://www.epa.gov/dockets/contacts.htm. (3) United States Postal Service mailing address. Office of Pesticide Programs Regulatory Public Docket, Environmental Protection Agency Docket Center (EPA/DC), (28221T), Environmental Protection Agency, 1200 Pennsylvania Ave. NW., Washington, DC 20460-0001. (4) Hand/courier delivery. For hand/courier delivery or to make special arrangements for deliveries of boxed information, please follow the instructions at http://www.epa.gov/dockets/contacts.htm. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE cfr_sections (
section_id TEXT PRIMARY KEY,
title_number INTEGER,
title_name TEXT,
chapter TEXT,
subchapter TEXT,
part_number TEXT,
part_name TEXT,
subpart TEXT,
subpart_name TEXT,
section_number TEXT,
section_heading TEXT,
agency TEXT,
authority TEXT,
source_citation TEXT,
amendment_citations TEXT,
full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);