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

6 rows where docket_id = "EPA-HQ-RCRA-2003-0006" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 3

  • 2007 4
  • 2003 1
  • 2004 1

document_type 2

  • Notice 3
  • Supporting & Related Material 3

agency_id 1

  • EPA 6
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-RCRA-2003-0006-0006 EPA None EPA-HQ-RCRA-2003-0006 Data on Organic Wastes NPK and Sources of Organic Potting Media, Untreated Peat Moss, Coir, and Other Approved Ingredients from National Sustainable Agricultural Information Service Supporting & Related Material Publication - Copyrighted Materials 2007-09-14T04:00:00Z 2007 9     2018-02-08T17:30:49Z   0 0 090000648027ece7
EPA-HQ-RCRA-2003-0006-0007 EPA None EPA-HQ-RCRA-2003-0006 Biosolids Compost General Information Supporting & Related Material Other 2007-09-14T04:00:00Z 2007 9     2007-09-14T11:33:53Z   0 0 090000648027ecf4
EPA-HQ-RCRA-2003-0006-0008 EPA None EPA-HQ-RCRA-2003-0006 Biosolids Recycling Fact Sheet: Landscaping and Gardening Supporting & Related Material Fact/Data Sheet 2007-09-14T04:00:00Z 2007 9     2007-09-14T11:33:54Z   0 0 090000648027ecfd
EPA-HQ-RCRA-2003-0006-0005 EPA None EPA-HQ-RCRA-2003-0006 Recovered Materials Advisory Notice V Notice Federal Register Document 2007-09-14T04:00:00Z 2007 9 2007-09-14T04:00:00Z   2008-01-08T21:13:35Z E7-18149 0 0 0900006480285f0b
EPA-HQ-RCRA-2003-0006-0003 EPA None EPA-HQ-RCRA-2003-0006 Recovered Materials Advisory Notice V, Reopening of Comment Period Notice Federal Register Document 2004-02-18T05:00:00Z 2004 2 2004-02-18T05:00:00Z 2004-03-20T04:59:59Z 2008-01-08T21:18:01Z 7637 0 0 09000064800e32c3
EPA-HQ-RCRA-2003-0006-0001 EPA None EPA-HQ-RCRA-2003-0006 Recovered Materials Advisory Notice V Notice Federal Register Document 2003-12-10T05:00:00Z 2003 12 2003-12-10T05:00:00Z 2004-02-10T04:59:59Z 2008-01-08T21:11:36Z 6819 0 0 09000064800e32b5

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