home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where agency_id = "EPA", docket_id = "EPA-HQ-OAR-2019-0489" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 6
  • Notice 1

posted_year 1

  • 2020 · 7 ✖

agency_id 1

  • EPA · 7 ✖
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-2019-0489-0014 EPA Proposed Information Collection Request; Comment Request; Control of Air Pollution from Motor Vehicles: Tier 3 Motor Vehicle Emission Standards (Renewal), ICR 0763.65, OMB 2060-0104 EPA-HQ-OAR-2019-0489 0783ss65 Supporting & Related Material ICR Supporting Statement 2020-04-01T04:00:00Z 2020 4     2020-10-02T09:26:23Z   0 0 090000648447edac
EPA-HQ-OAR-2019-0489-0008 EPA Proposed Information Collection Request; Comment Request; Control of Air Pollution from Motor Vehicles: Tier 3 Motor Vehicle Emission Standards (Renewal), ICR 0763.65, OMB 2060-0104 EPA-HQ-OAR-2019-0489 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Motor Vehicle Emissions and Fuel Economy Compliance Notice   2020-03-30T04:00:00Z 2020 3 2020-03-30T04:00:00Z 2020-04-30T03:59:59Z 2020-04-11T01:02:52Z 2020-06577 0 0 0900006484476f52
EPA-HQ-OAR-2019-0489-0009 EPA Proposed Information Collection Request; Comment Request; Control of Air Pollution from Motor Vehicles: Tier 3 Motor Vehicle Emission Standards (Renewal), ICR 0763.65, OMB 2060-0104 EPA-HQ-OAR-2019-0489 evcis-hdv-evap-cold-nmhc-tier3-abt-calculator-2018-08-28 Supporting & Related Material Data 2020-03-30T04:00:00Z 2020 3     2020-10-02T09:25:30Z   0 0 09000064844774d1
EPA-HQ-OAR-2019-0489-0011 EPA Proposed Information Collection Request; Comment Request; Control of Air Pollution from Motor Vehicles: Tier 3 Motor Vehicle Emission Standards (Renewal), ICR 0763.65, OMB 2060-0104 EPA-HQ-OAR-2019-0489 cafc-form-ld-iav Supporting & Related Material Form 2020-03-30T04:00:00Z 2020 3     2020-10-02T09:24:44Z   0 0 09000064844774d3
EPA-HQ-OAR-2019-0489-0012 EPA Proposed Information Collection Request; Comment Request; Control of Air Pollution from Motor Vehicles: Tier 3 Motor Vehicle Emission Standards (Renewal), ICR 0763.65, OMB 2060-0104 EPA-HQ-OAR-2019-0489 Cafc Form ld Oul Supporting & Related Material Data 2020-03-30T04:00:00Z 2020 3     2020-10-02T09:24:40Z   0 0 09000064844774d4
EPA-HQ-OAR-2019-0489-0013 EPA Proposed Information Collection Request; Comment Request; Control of Air Pollution from Motor Vehicles: Tier 3 Motor Vehicle Emission Standards (Renewal), ICR 0763.65, OMB 2060-0104 EPA-HQ-OAR-2019-0489 ICR 2060-0104 Survey Forms Tier 3 Emissions and FE Supporting & Related Material Data 2020-03-30T04:00:00Z 2020 3     2020-10-02T09:23:49Z   0 0 09000064844774d5
EPA-HQ-OAR-2019-0489-0010 EPA Proposed Information Collection Request; Comment Request; Control of Air Pollution from Motor Vehicles: Tier 3 Motor Vehicle Emission Standards (Renewal), ICR 0763.65, OMB 2060-0104 EPA-HQ-OAR-2019-0489 evcis-ld-tier3-abt-calculator-2018-08-28 Supporting & Related Material Data 2020-03-30T04:00:00Z 2020 3     2020-10-02T09:25:21Z   0 0 09000064844774d2

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 3221.741ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API