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

3 rows where docket_id = "OSHA-2012-0011" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2012 3

document_type 1

  • Notice · 3 ✖

agency_id 1

  • OSHA 3
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
OSHA-2012-0011-0051 OSHA Advisory Committee on Construction Safety and Health (ACCSH) OSHA-2012-0011 Advisory Committee on Construction Safety and Health (ACCSH). ACTION: Request for nominations for membership on ACCSH. Notice   2012-11-07T05:00:00Z 2012 11 2012-11-07T05:00:00Z 2013-01-08T04:59:59Z 2013-04-03T17:38:55Z 2012-27208 0 0 0900006481161355
OSHA-2012-0011-0050 OSHA Advisory Committee on Construction Safety and Health (ACCSH) OSHA-2012-0011 Advisory Committee on Construction Safety and Health (ACCSH). ACTION: Announcement of ACCSH and ACCSH Work Group meetings and renewal of the ACCSH Charter. Notice   2012-11-06T05:00:00Z 2012 11 2012-11-06T05:00:00Z 2012-11-17T04:59:59Z 2012-11-06T15:22:03Z 2012-26980 0 0 090000648115f28f
OSHA-2012-0011-0001 OSHA Advisory Committee on Construction Safety and Health (ACCSH) OSHA-2012-0011 Advisory Committee on Construction Safety and Health (ACCSH). ACTION: Announcement of meetings of ACCSH and ACCSH Work Groups. Notice   2012-04-13T04:00:00Z 2012 4 2012-04-13T04:00:00Z 2012-04-28T03:59:59Z 2013-04-17T01:05:33Z 2012-08883 0 0 0900006480feef2f

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