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

4 rows where docket_id = "EPA-HQ-OAR-2003-0086" and posted_year = 2002 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 3
  • Proposed Rule 1

posted_year 1

  • 2002 · 4 ✖

agency_id 1

  • EPA 4
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-2003-0086-0039 EPA Air Quality: Revision to Definition of Volatile Organic Compounds - Exclusion of 4 Compounds EPA-HQ-OAR-2003-0086 Protectionof Stratospheric Ozone: Notice 16 for Significant New Alternatives Policy Program Proposed Rule Federal Register Document 2002-03-22T05:00:00Z 2002 3     2008-01-08T21:10:17Z 13272 0 0 09000064800c48e7
EPA-HQ-OAR-2003-0086-0025 EPA Air Quality: Revision to Definition of Volatile Organic Compounds - Exclusion of 4 Compounds EPA-HQ-OAR-2003-0086 Letter to William L. Johnson, Research Triangle Park, US EPA, from Basil Dimitriades Supporting & Related Material Letter, Memorandum, Email 2002-02-22T05:00:00Z 2002 2     2006-09-02T15:00:07Z   0 0 09000064800c4807
EPA-HQ-OAR-2003-0086-0013 EPA Air Quality: Revision to Definition of Volatile Organic Compounds - Exclusion of 4 Compounds EPA-HQ-OAR-2003-0086 3M - Material Safety Data Sheet (MSDS) - for HFE-7500 Supporting & Related Material Other 2002-02-01T05:00:00Z 2002 2     2012-11-27T18:55:55Z   0 0 09000064800c4752
EPA-HQ-OAR-2003-0086-0012 EPA Air Quality: Revision to Definition of Volatile Organic Compounds - Exclusion of 4 Compounds EPA-HQ-OAR-2003-0086 Letter to Mr. John Seitz, Director, Office of Air Quality, PIanning and Standards, from Kurt T. Werner, Product Steward Specialist, 3M Performance Chemicals and Fluids Division Supporting & Related Material Letter, Memorandum, Email 2002-01-30T05:00:00Z 2002 1     2012-11-28T19:12:02Z   0 0 09000064800c473e

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 984.67ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API