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-2010-0013" and posted_year = 2023 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

  • Notice 4
  • Supporting & Related Material 3

posted_year 1

  • 2023 · 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-2010-0013-0011 OSHA TUV Rheinland PTL LLC (TRPTL) OSHA-2010-0013 SolarPTL, LLC: Grant of Expansion of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2023-12-26T05:00:00Z 2023 12 2023-12-26T05:00:00Z   2023-12-26T17:16:19Z 2023-28337 0 0 0900006486359e9d
OSHA-2010-0013-0010 OSHA TUV Rheinland PTL LLC (TRPTL) OSHA-2010-0013 SolarPTL, LLC: Grant of Expansion of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2023-12-01T05:00:00Z 2023 12 2023-12-01T05:00:00Z   2023-12-01T13:36:30Z 2023-26456 0 0 09000064862d1b62
OSHA-2010-0013-0009 OSHA TUV Rheinland PTL LLC (TRPTL) OSHA-2010-0013 SolarPTL, LLC: Application for Expansion of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2023-11-21T05:00:00Z 2023 11 2023-11-21T05:00:00Z 2023-12-07T04:59:59Z 2023-11-21T14:03:07Z 2023-25691 0 0 090000648629f531
OSHA-2010-0013-0008 OSHA TUV Rheinland PTL LLC (TRPTL) OSHA-2010-0013 SolaePTL NRTL Application (UL61730) Supporting & Related Material Form 2023-11-02T04:00:00Z 2023 11     2023-11-02T19:55:33Z   0 0 09000064861a040e
OSHA-2010-0013-0007 OSHA TUV Rheinland PTL LLC (TRPTL) OSHA-2010-0013 SolarPTL NRTL Expansion Application (December 2018) Supporting & Related Material   2023-11-02T04:00:00Z 2023 11     2023-11-03T18:56:13Z   0 0 09000064861d8b7f
OSHA-2010-0013-0006 OSHA TUV Rheinland PTL LLC (TRPTL) OSHA-2010-0013 SolarPTL, LLC: Application for Expansion of Recognition Notice Nationally Recognized Testing Laboratory (NRTL) 2023-10-23T04:00:00Z 2023 10 2023-10-23T04:00:00Z 2023-11-08T04:59:59Z 2023-10-23T12:21:30Z 2023-23324 0 0 090000648612376c
OSHA-2010-0013-0005 OSHA TUV Rheinland PTL LLC (TRPTL) OSHA-2010-0013 SolarPTL Application for NRTL Scope Expansion (June 2021) Supporting & Related Material Form 2023-10-06T04:00:00Z 2023 10     2023-10-06T15:00:20Z   0 0 0900006486057f8b

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