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 = "OSHA-2018-0005" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 2
  • Supporting & Related Material 2

posted_year 1

  • 2021 · 4 ✖

agency_id 1

  • OSHA 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
OSHA-2018-0005-0087 OSHA Occupational Safety and Health Administration Whistleblower Stakeholder Meeting OSHA-2018-0005 Minutes from OSHA Migrant Whistleblower Stakeholder Meeting - October 13, 2021 Supporting & Related Material MI-Minutes of Meeting 2021-12-17T05:00:00Z 2021 12     2021-12-17T15:40:11Z   0 0 0900006484ed281b
OSHA-2018-0005-0080 OSHA Occupational Safety and Health Administration Whistleblower Stakeholder Meeting OSHA-2018-0005 Migrant Worker Whistleblower Stakeholder Meeting Notice Stakeholder Meeting 2021-09-21T04:00:00Z 2021 9 2021-09-21T04:00:00Z 2021-10-07T03:59:59Z 2021-10-07T01:00:21Z 2021-20311 0 0 0900006484d98f32
OSHA-2018-0005-0079 OSHA Occupational Safety and Health Administration Whistleblower Stakeholder Meeting OSHA-2018-0005 Minutes from May 19, 2021 Whistleblower Stakeholder Meeting Supporting & Related Material MI-Minutes of Meeting 2021-08-27T04:00:00Z 2021 8     2021-08-27T12:49:27Z   0 0 0900006484ca728b
OSHA-2018-0005-0060 OSHA Occupational Safety and Health Administration Whistleblower Stakeholder Meeting OSHA-2018-0005 Whistleblower Stakeholder Meeting Notice Public Meetings 2021-04-08T04:00:00Z 2021 4 2021-04-08T04:00:00Z 2021-05-13T03:59:59Z 2021-06-09T01:00:41Z 2021-07213 0 0 0900006484a9fbdd

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