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 = "OSHA-2007-0066" and document_type = "Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 7

  • 2010 1
  • 2012 1
  • 2013 1
  • 2014 1
  • 2017 1
  • 2018 1
  • 2019 1

document_type 1

  • Rule · 7 ✖

agency_id 1

  • OSHA 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
OSHA-2007-0066-1870 OSHA Safety Standards for Cranes and Derricks in Construction OSHA-2007-0066 Cranes and Derricks in Construction: Operator Qualification; Approval of Information Collection Requirements Rule Final Rule 2019-07-19T04:00:00Z 2019 7 2019-07-19T04:00:00Z   2019-07-19T13:07:01Z 2019-15383 0 0 0900006483da0509
OSHA-2007-0066-1869 OSHA Safety Standards for Cranes and Derricks in Construction OSHA-2007-0066 Cranes and Derricks in Construction: Operator Qualification Rule Final Rule 2018-11-09T05:00:00Z 2018 11 2018-11-09T05:00:00Z   2018-11-09T21:40:39Z 2018-24481 0 0 09000064838bb3c9
OSHA-2007-0066-0668 OSHA Safety Standards for Cranes and Derricks in Construction OSHA-2007-0066 Cranes and Derricks in Construction: Operator Certification Extension Rule Final Rule 2017-11-09T05:00:00Z 2017 11 2017-11-09T05:00:00Z   2017-11-09T13:33:39Z 2017-24349 0 0 0900006482c607a5
OSHA-2007-0066-0536 OSHA Safety Standards for Cranes and Derricks in Construction OSHA-2007-0066 Cranes and Derricks in Construction: Operator Certification Rule Final Rule 2014-09-26T04:00:00Z 2014 9 2014-09-26T04:00:00Z   2015-02-19T14:18:50Z 2014-22816 0 0 0900006481892cd3
OSHA-2007-0066-0431 OSHA Safety Standards for Cranes and Derricks in Construction OSHA-2007-0066 Cranes and Derricks in Construction: Underground Construction and Demolition Rule Final Rule 2013-04-23T04:00:00Z 2013 4 2013-04-23T04:00:00Z   2015-02-19T14:18:26Z 2013-09153 0 0 09000064812a2c1c
OSHA-2007-0066-0426 OSHA Safety Standards for Cranes and Derricks in Construction OSHA-2007-0066 Cranes and Derricks in Construction: Demolition and Underground Construction. ACTION: Direct final rule. Rule Direct Final Rule 2012-08-17T04:00:00Z 2012 8 2012-08-17T04:00:00Z 2012-09-18T03:59:59Z 2015-02-19T14:18:24Z 2012-20171 0 0 09000064810e10fc
OSHA-2007-0066-0424 OSHA Safety Standards for Cranes and Derricks in Construction OSHA-2007-0066 Cranes and Derricks in Construction; Final Rule Rule Final Rule 2010-08-09T04:00:00Z 2010 8 2010-08-09T04:00:00Z   2015-02-19T14:18:24Z 2010-17818 0 0 0900006480b2c068

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