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 docket_id = "EPA-HQ-OAR-1983-0050" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2022 · 7 ✖

document_type 1

  • Supporting & Related Material 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-1983-0050-0004 EPA Pilot Program on Acrylonitrile Legacy Docket ID #: A-83-37 EPA-HQ-OAR-1983-0050 Federal Register Notice sent for Red Border and 0MB Review. [A-83-37-II-B-5] Supporting & Related Material Publication - Previous/Related FR Notice 2022-09-06T04:00:00Z 2022 9     2022-09-07T00:50:20Z   0 0 0900006484e74513
EPA-HQ-OAR-1983-0050-0006 EPA Pilot Program on Acrylonitrile Legacy Docket ID #: A-83-37 EPA-HQ-OAR-1983-0050 Guidance for MOU Negotiation to Evaluate 25 Major Acrylonitril e Sources In 14 States. [A-83-37-II-A-2] Supporting & Related Material Guidance 2022-09-06T04:00:00Z 2022 9     2022-09-07T00:50:30Z   0 0 0900006484e74515
EPA-HQ-OAR-1983-0050-0009 EPA Pilot Program on Acrylonitrile Legacy Docket ID #: A-83-37 EPA-HQ-OAR-1983-0050 Health Assessment Document for Acrylonitrile EPA 600/8-82-007. [A-83-37-II-A-1] Supporting & Related Material Publication - USEPA 2022-09-06T04:00:00Z 2022 9     2022-09-07T00:50:49Z   0 0 0900006484e74518
EPA-HQ-OAR-1983-0050-0007 EPA Pilot Program on Acrylonitrile Legacy Docket ID #: A-83-37 EPA-HQ-OAR-1983-0050 Analysis of Noncarcinogenic Effects from Acrylonitrile from Robert M. Schell, Program Integration and Health Section to Files. [A-83-37-II-B-4] Supporting & Related Material Memorandum 2022-09-06T04:00:00Z 2022 9     2022-09-07T00:50:39Z   0 0 0900006484e74516
EPA-HQ-OAR-1983-0050-0003 EPA Pilot Program on Acrylonitrile Legacy Docket ID #: A-83-37 EPA-HQ-OAR-1983-0050 Environmental Health Committee Key Findings, Conclusions and Recommendations on the Revised Draft Health Assessment Document for Acrylonitrile (November 1982). . . . [A-83-37-II-B-2] Supporting & Related Material Letter 2022-09-06T04:00:00Z 2022 9     2022-09-07T00:51:17Z   0 0 0900006484e7408e
EPA-HQ-OAR-1983-0050-0008 EPA Pilot Program on Acrylonitrile Legacy Docket ID #: A-83-37 EPA-HQ-OAR-1983-0050 Exposure Calculations for Acrylonitrile from Nancy D. Riley, SASD to Robert Schell, SASD. [A-83-37-II-B-3] Supporting & Related Material Memorandum 2022-09-06T04:00:00Z 2022 9     2022-09-07T00:51:08Z   0 0 0900006484e74517
EPA-HQ-OAR-1983-0050-0005 EPA Pilot Program on Acrylonitrile Legacy Docket ID #: A-83-37 EPA-HQ-OAR-1983-0050 MO: Dispersion Modeling Parameters for Acrylonitrile Emission Sources from Richard V. Crume, ESED to Robert E. Rosensteel, ESED [A-83-37-II-B-1] Supporting & Related Material Memorandum 2022-09-06T04:00:00Z 2022 9     2022-09-07T00:50:58Z   0 0 0900006484e74514

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 640.934ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API