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

8 rows where docket_id = "OSHA-2010-0026" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 8

  • 2010 1
  • 2013 1
  • 2015 1
  • 2017 1
  • 2018 1
  • 2020 1
  • 2022 1
  • 2024 1

document_type 1

  • Notice · 8 ✖

agency_id 1

  • OSHA 8
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-2010-0026-0015 OSHA Mechanical Power Presses OSHA-2010-0026 Mechanical Power Press Standard; Extension of the Office of Management and Budget (OMB) Approval of Information Collection (Paperwork) Requirements Notice Request for Comments 2024-02-15T05:00:00Z 2024 2 2024-02-15T05:00:00Z 2024-04-16T03:59:59Z 2024-02-15T13:27:43Z 2024-03128 0 0 0900006486408ddb
OSHA-2010-0026-0014 OSHA Mechanical Power Presses OSHA-2010-0026 Agency Information Collection Activities: Announcement of the Office of Management and Budget (OMB) Control Numbers Under the Paperwork Reduction Act Notice   2022-04-13T04:00:00Z 2022 4 2022-04-13T04:00:00Z   2022-04-13T14:01:37Z 2022-07872 0 0 09000064850153c6
OSHA-2010-0026-0012 OSHA Mechanical Power Presses OSHA-2010-0026 The Mechanical Power Presses Standard; Extension of the Office of Management and Budget’s (OMB) Approval of Information Collection (Paperwork) Requirements Notice Request for Comments 2020-10-28T04:00:00Z 2020 10 2020-10-28T04:00:00Z 2020-12-29T04:59:59Z 2020-10-28T13:12:13Z 2020-23816 0 0 0900006484939906
OSHA-2010-0026-0011 OSHA Mechanical Power Presses OSHA-2010-0026 Agency Information Collection Activities: Announcement of the Office of Management and Budget (OMB) Control Numbers Under the Paperwork Reduction Act Notice Information Collection Request (ICR) 2018-10-22T04:00:00Z 2018 10 2018-10-22T04:00:00Z   2018-10-22T14:59:09Z 2018-22917 0 0 0900006483838b38
OSHA-2010-0026-0008 OSHA Mechanical Power Presses OSHA-2010-0026 Standard on the Mechanical Power Presses; Extension of the Office of Management and Budget’s (OMB) Approval of Information Collection (Paperwork) Requirements Notice Request for Comments 2017-08-10T04:00:00Z 2017 8 2017-08-10T04:00:00Z 2017-10-11T03:59:59Z 2017-08-15T01:04:58Z 2017-16835 0 0 09000064829f4c7f
OSHA-2010-0026-0007 OSHA Mechanical Power Presses OSHA-2010-0026 Agency Information Collection Activities: Announcement of the Office of Management and Budget Control Numbers Under the Paperwork Reduction Act: Mechanical Power Presses CFR 1910.271(e)(1) Notice Information Collection Request (ICR) 2015-11-17T05:00:00Z 2015 11 2015-11-17T05:00:00Z   2015-12-07T20:17:17Z 2015-28762 0 0 0900006481d50438
OSHA-2010-0026-0003 OSHA Mechanical Power Presses OSHA-2010-0026 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Mechanical Power Presses Standard Notice Information Collection Request (ICR) 2013-12-26T05:00:00Z 2013 12 2013-12-26T05:00:00Z 2014-02-25T04:59:59Z 2013-12-30T16:04:37Z 2013-30841 0 0 09000064814dcc6c
OSHA-2010-0026-0001 OSHA Mechanical Power Presses OSHA-2010-0026 Mechanical Power Presses Standard; Extension of the Office of Management and Budget's (OMB)Approval of the Information Collection (Paperwork) Requirements. Request for Public Comment. Notice Information Collection Request (ICR) 2010-08-11T04:00:00Z 2010 8 2010-08-11T04:00:00Z 2010-10-13T03:59:59Z 2016-03-11T23:59:52Z 154 0 0 0900006480b2e019

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