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-2006-0428" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2006-0428-0002 | EPA | Protection of Stratospheric Ozone: Revision of Refrigerant Recycling and Recovery Equipment Standards EPA-HQ-OAR-2006-0428 | Protection of Stratospheric Ozone: Revision of Refrigerant Recovery and Recycling Equipment Standards | Proposed Rule | Federal Register Document | 2007-11-09T05:00:00Z | 2007 | 11 | 2007-11-09T05:00:00Z | 2007-12-11T04:59:59Z | 2011-06-11T16:02:14Z | E7-21941 | 0 | 0 | 0900006480362327 |
| EPA-HQ-OAR-2006-0428-0003 | EPA | Protection of Stratospheric Ozone: Revision of Refrigerant Recycling and Recovery Equipment Standards EPA-HQ-OAR-2006-0428 | Improve Mobile Air Conditioning Cooperative Research Program | Supporting & Related Material | Meeting/Teleconference Materials | 2007-11-09T05:00:00Z | 2007 | 11 | 2007-11-09T14:36:55Z | 0 | 0 | 090000648021d714 | |||
| EPA-HQ-OAR-2006-0428-0004 | EPA | Protection of Stratospheric Ozone: Revision of Refrigerant Recycling and Recovery Equipment Standards EPA-HQ-OAR-2006-0428 | Society of Automotive Engineers (SAE) J2788 Standard: Hybrid Fiber Coax HFC-134a (R-134a) Recovery/Recycling Equipment and Recovery/Recycling/Recharging for Mobile Air-Conditioning Systems | Supporting & Related Material | Publication - Copyrighted Materials | 2007-11-09T05:00:00Z | 2007 | 11 | 2011-11-02T17:56:38Z | 0 | 0 | 090000648024e21e | |||
| EPA-HQ-OAR-2006-0428-0005 | EPA | Protection of Stratospheric Ozone: Revision of Refrigerant Recycling and Recovery Equipment Standards EPA-HQ-OAR-2006-0428 | Mobile Air Conditioning Society Worldwide Service Report: January 2007 | Supporting & Related Material | Report | 2007-11-09T05:00:00Z | 2007 | 11 | 2011-11-02T17:58:17Z | 0 | 0 | 090000648024e238 | |||
| EPA-HQ-OAR-2006-0428-0001 | EPA | Protection of Stratospheric Ozone: Revision of Refrigerant Recycling and Recovery Equipment Standards EPA-HQ-OAR-2006-0428 | Protection of Stratospheric Ozone: Revision of Refrigerant Recovery and Recycling Equipment Standards | Rule | Federal Register Document | 2007-11-09T05:00:00Z | 2007 | 11 | 2011-06-11T16:02:13Z | E7-21943 | 0 | 0 | 090000648036224d |
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);