documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OAR-2004-0504" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, posted_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 6
| id | agency_id | docket_id | title | document_type | subtype | posted_date ▲ | posted_year | posted_month | comment_start_date | comment_end_date | last_modified | fr_doc_num | open_for_comment | withdrawn | object_id |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OAR-2004-0504-0016 | EPA | NSPS Subpart X Revision EPA-HQ-OAR-2004-0504 | Data Spreadsheets. Prepared by D. Painter, EPA:ESD. November 12, 1996. Includes Data on Tested and Permitted emissions of Fluorides from GTSP Storage Buildings. Source is EPA Data Base for Proposed 40 CFR Part 63, Subpart BB [A-97-04-II-B-2] | Supporting & Related Material | Data | 2024-07-22T04:00:00Z | 2024 | 7 | 2024-07-22T19:15:01Z | 0 | 0 | 090000648400a535 | |||
| EPA-HQ-OAR-2004-0504-0018 | EPA | NSPS Subpart X Revision EPA-HQ-OAR-2004-0504 | Public Comments on Existing Phosphate Fertilizer Plants Guideline Document. U.S. EPA. March 1977. Page 11. Comment and Response on Limitation of Applicability to TSP Storage Facilities Associated with Production Facilities. [A-97-04-II-I-1] | Supporting & Related Material | Comment Response | 2024-07-22T04:00:00Z | 2024 | 7 | 2024-07-22T19:15:02Z | 0 | 0 | 090000648400a537 | |||
| EPA-HQ-OAR-2004-0504-0017 | EPA | NSPS Subpart X Revision EPA-HQ-OAR-2004-0504 | D. F. Painter, EPA:ESD, to C. Wolz, Office of Management and Budget. March 3, 1997. Facsimile Transmission of Supporting Statement and Fact Sheet for Purpose of Obtaining a "Nonsignificant Rulemaking" Determination Under E.O. 12866 [A-97-04-II-F-1] | Supporting & Related Material | Meeting Materials | 2024-07-22T04:00:00Z | 2024 | 7 | 2024-07-22T19:15:02Z | 0 | 0 | 090000648400a536 | |||
| EPA-HQ-OAR-2004-0504-0019 | EPA | NSPS Subpart X Revision EPA-HQ-OAR-2004-0504 | Official Methods of Analysis of AOAC International. 16th Edition. Patricia Cunniff. 1995. Association of Official Analytical Chemists. Arlington, Virginia. Approved Methods of Determining Phosphorus Content [A-97-04-II-I-2] | Supporting & Related Material | Publication - Copyrighted Materials | 2024-07-22T04:00:00Z | 2024 | 7 | 2024-07-22T19:15:03Z | 0 | 0 | 090000648400a538 | |||
| EPA-HQ-OAR-2004-0504-0002 | EPA | NSPS Subpart X Revision EPA-HQ-OAR-2004-0504 | Legacy Index for Docket A-97-04 This index contains a listing of records submitted prior to implementation of the EDOCKET system. | Supporting & Related Material | Index | 2019-10-02T04:00:00Z | 2019 | 10 | 2019-10-02T21:07:30Z | 0 | 0 | 090000648400a534 | |||
| EPA-HQ-OAR-2004-0504-0001 | EPA | NSPS Subpart X Revision EPA-HQ-OAR-2004-0504 | Revision of New Source Performance Standards for the Phosphate Fertilizer Industry: Granular Triple Superphosphate Storage Facilities | Rule | Federal Register Document | 1997-04-15T04:00:00Z | 1997 | 4 | 2019-10-03T01:05:40Z | 18277 | 0 | 0 | 09000064800bc38e |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
id TEXT PRIMARY KEY,
agency_id TEXT,
docket_id TEXT REFERENCES dockets(id),
title TEXT,
document_type TEXT,
subtype TEXT,
posted_date TEXT,
posted_year INTEGER,
posted_month INTEGER,
comment_start_date TEXT,
comment_end_date TEXT,
last_modified TEXT,
fr_doc_num TEXT,
open_for_comment INTEGER,
withdrawn INTEGER,
object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;