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-2004-0027" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), last_modified (date)
document_type 2
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-2004-0027-0011 | EPA | World Forum For Harmonization of Vehicle Regulations (WP.29)-1998 Agreement Concerning the Establishment of Global and Technical Regulations Legacy Docket ID #: A-2001-08 EPA-HQ-OAR-2004-0027 | Agenda, Roster, and Handouts for the March 19,2001 Workshop [A-2001-08-II-E-1] | Supporting & Related Material | Meeting Materials | 2023-09-25T04:00:00Z | 2023 | 9 | 2023-09-25T16:15:27Z | 0 | 0 | 090000648495d354 | |||
| EPA-HQ-OAR-2004-0027-0009 | EPA | World Forum For Harmonization of Vehicle Regulations (WP.29)-1998 Agreement Concerning the Establishment of Global and Technical Regulations Legacy Docket ID #: A-2001-08 EPA-HQ-OAR-2004-0027 | Report of WP.29 on its one-hundred-and-twenty-fourth session (United Nations Economic and Social Council) (June 26-29,2001) [A-2001-08-II-D-7] | Supporting & Related Material | Report | 2022-09-15T04:00:00Z | 2022 | 9 | 2022-09-15T12:06:01Z | 0 | 0 | 090000648495d03b | |||
| EPA-HQ-OAR-2004-0027-0010 | EPA | World Forum For Harmonization of Vehicle Regulations (WP.29)-1998 Agreement Concerning the Establishment of Global and Technical Regulations Legacy Docket ID #: A-2001-08 EPA-HQ-OAR-2004-0027 | Report of WP.29 on its one-hundred-and-twenty-third session (United Nations Economic and Social Council) (March 6-9,2001) [A-2001-08-II-D-6] | Supporting & Related Material | Report | 2022-09-15T04:00:00Z | 2022 | 9 | 2022-09-15T12:06:06Z | 0 | 0 | 090000648495d03a | |||
| EPA-HQ-OAR-2004-0027-0003 | EPA | World Forum For Harmonization of Vehicle Regulations (WP.29)-1998 Agreement Concerning the Establishment of Global and Technical Regulations Legacy Docket ID #: A-2001-08 EPA-HQ-OAR-2004-0027 | Public Participation in Activities Relating to the 1998 Agreement on Global Technical Regulations; Statement of Policy; Notice of Public Workshop [A-2001-08-II-A-1] | Notice | Meeting | 2020-11-13T05:00:00Z | 2020 | 11 | 2020-11-13T05:00:00Z | 2021-06-12T23:42:37Z | 01-5569 | 0 | 0 | 090000648495d351 | |
| EPA-HQ-OAR-2004-0027-0001 | EPA | World Forum For Harmonization of Vehicle Regulations (WP.29)-1998 Agreement Concerning the Establishment of Global and Technical Regulations Legacy Docket ID #: A-2001-08 EPA-HQ-OAR-2004-0027 | Legacy Index for Docket A-2001-08 | Supporting & Related Material | Other | 2001-03-26T05:00:00Z | 2001 | 3 | 2006-09-02T15:35:10Z | 0 | 0 | 09000064800c1259 |
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);