documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "EPA-HQ-OAR-1999-0081" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, posted_date (date), comment_start_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 5
| 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-1999-0081-0006 | EPA | Accidental Release Prevention Requirements: Risk Management Programs Under Clean Air Act Section 112(r)(7); Amendments to the Worst-Case Release Scenario Analysis for Flammable Substances Legacy Docket ID #: A-99-15 EPA-HQ-OAR-1999-0081 | Accidental Release Prevention Requirements: Risk management Programs under Clean Air Act section 112(r)(7); Amendments to the Worst- Case Release Scenario Analysis for Flammable Substances; Proposed Rule. [A-99-15-III-A-01] | Supporting & Related Material | Publication - Previous/Related FR Notice | 2022-09-08T04:00:00Z | 2022 | 9 | 2022-09-09T01:31:55Z | 0 | 0 | 0900006484eb5819 | |||
| EPA-HQ-OAR-1999-0081-0004 | EPA | Accidental Release Prevention Requirements: Risk Management Programs Under Clean Air Act Section 112(r)(7); Amendments to the Worst-Case Release Scenario Analysis for Flammable Substances Legacy Docket ID #: A-99-15 EPA-HQ-OAR-1999-0081 | Accidental Release Prevention Requirements: Risk Management Programs under Clean Air Act section 112(r)(7); Amendments to the Worst - Case Release Scenario Analysis for Flammable Substances; Direct Final Rule [A-99-15-V-A-01] | Supporting & Related Material | Interagency Review | 2022-03-01T05:00:00Z | 2022 | 3 | 2022-03-02T01:59:15Z | 0 | 0 | 0900006484eb581a | |||
| EPA-HQ-OAR-1999-0081-0002 | EPA | Accidental Release Prevention Requirements: Risk Management Programs Under Clean Air Act Section 112(r)(7); Amendments to the Worst-Case Release Scenario Analysis for Flammable Substances Legacy Docket ID #: A-99-15 EPA-HQ-OAR-1999-0081 | Accidental Release Prevention Requirements: Risk Management Programs Under Clean Air Act Section 112(r)(7); Amendments to the Worst-Case Release Scenario Analysis for Flammable Substances | Rule | Direct Final Rule | 2021-12-10T05:00:00Z | 2021 | 12 | 2021-12-10T05:00:00Z | 2021-12-11T01:40:04Z | 99-12936 | 0 | 0 | 0900006484eb5346 | |
| EPA-HQ-OAR-1999-0081-0003 | EPA | Accidental Release Prevention Requirements: Risk Management Programs Under Clean Air Act Section 112(r)(7); Amendments to the Worst-Case Release Scenario Analysis for Flammable Substances Legacy Docket ID #: A-99-15 EPA-HQ-OAR-1999-0081 | Legacy Index for Docket A-99-15 | Supporting & Related Material | Index | 2021-12-10T05:00:00Z | 2021 | 12 | 2021-12-11T01:39:55Z | 0 | 0 | 0900006484eb5818 | |||
| EPA-HQ-OAR-1999-0081-0001 | EPA | Accidental Release Prevention Requirements: Risk Management Programs Under Clean Air Act Section 112(r)(7); Amendments to the Worst-Case Release Scenario Analysis for Flammable Substances Legacy Docket ID #: A-99-15 EPA-HQ-OAR-1999-0081 | Accidental Release Prevention Requirements: Risk Management Programs Under Clean Air Act Section 112(r)(7); Amendments to the Worst-Case Release Scenario Analysis for Flammable Substances | Proposed Rule | 2021-12-09T05:00:00Z | 2021 | 12 | 2021-12-09T05:00:00Z | 2021-12-11T02:00:32Z | 99-12937 | 0 | 0 | 0900006484eb5345 |
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);