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

12 rows where docket_id = "OSHA-2023-0012" and posted_year = 2024 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)

document_type 2

  • Supporting & Related Material 8
  • Notice 4

posted_year 1

  • 2024 · 12 ✖

agency_id 1

  • OSHA 12
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-2023-0012-0033 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Transcript of the October 17, 2024 FACOSH Meeting Supporting & Related Material Meeting Transcripts 2024-12-27T05:00:00Z 2024 12     2024-12-27T17:11:13Z   0 0 0900006486891551
OSHA-2023-0012-0032 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Minutes of the October 17, 2024 FACOSH Meeting Supporting & Related Material MI-Minutes of Meeting 2024-12-27T05:00:00Z 2024 12     2024-12-27T13:47:38Z   0 0 0900006486890b5b
OSHA-2023-0012-0031 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Federal Advisory Council on Occupational Safety and Health (FACOSH); Notice of Meeting Notice Meeting 2024-09-13T04:00:00Z 2024 9 2024-09-13T04:00:00Z 2024-10-01T03:59:59Z 2024-09-13T12:39:49Z 2024-20808 0 0 09000064866fa91c
OSHA-2023-0012-0028 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Narcan Carry and Use in the Department of Interior Workspaces (Kate Flanigan Sawyer, DOI) Supporting & Related Material Meeting Materials 2024-07-24T04:00:00Z 2024 7     2024-07-24T16:51:02Z   0 0 09000064866043a8
OSHA-2023-0012-0029 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Narcan Carry and Use in the Department of Interior Workspaces (Kate Flanigan Sawyer, DOI) - 508 Supporting & Related Material Meeting Materials 2024-07-24T04:00:00Z 2024 7     2024-07-24T16:54:54Z   0 0 09000064866043a9
OSHA-2023-0012-0030 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 The Total Worker Health Response to the Nation’s Drug Overdose Crisis: Preventing Overdose, Supporting Recovery, & Improving Worker Well-Being (L. Casey Chosewood and Jamie Osborne, CDC) Supporting & Related Material Meeting Materials 2024-07-24T04:00:00Z 2024 7     2024-07-24T17:01:26Z   0 0 0900006486604a0e
OSHA-2023-0012-0027 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Minutes of the April 18, 2024 FACOSH Meeting Supporting & Related Material MI-Minutes of Meeting 2024-07-11T04:00:00Z 2024 7     2024-07-11T13:07:32Z   0 0 09000064865e7de3
OSHA-2023-0012-0026 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Transcript of the October 19, 2023 FACOSH Meeting Supporting & Related Material Meeting Transcripts 2024-03-22T04:00:00Z 2024 3     2024-03-22T19:26:20Z   0 0 090000648648ee11
OSHA-2023-0012-0025 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Minutes of the October 19, 2023 FACOSH Meeting Supporting & Related Material MI-Minutes of Meeting 2024-03-21T04:00:00Z 2024 3     2024-03-21T17:49:04Z   0 0 090000648648ca15
OSHA-2023-0012-0024 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Occupational Safety and Health State Plans; Federal Advisory Council on Occupational Safety and Health (FACOSH); Notice of Meeting Notice Correction 2024-03-19T04:00:00Z 2024 3 2024-03-19T04:00:00Z   2024-03-19T13:27:01Z 2024-05784 0 0 090000648648425c
OSHA-2023-0012-0023 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Federal Advisory Council on Occupational Safety and Health (FACOSH); Notice of Meeting Notice Meeting 2024-03-12T04:00:00Z 2024 3 2024-03-12T04:00:00Z 2024-04-06T03:59:59Z 2024-04-06T01:04:56Z 2024-05150 0 0 090000648647464a
OSHA-2023-0012-0017 OSHA Federal Advisory Council on Occupational Safety & Health (FACOSH) OSHA-2023-0012 Federal Advisory Council on Occupational Safety and Health (FACOSH), Request for Nominations Notice Request for Nominations 2024-01-22T05:00:00Z 2024 1 2024-01-22T05:00:00Z 2024-02-24T04:59:59Z 2024-02-24T02:01:04Z 2024-01118 0 0 09000064863b3191

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