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

5 rows where docket_id = "OSHA-NRTL1-88-2006-0602" and posted_year = 2001 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 3
  • Notice 2

posted_year 1

  • 2001 · 5 ✖

agency_id 1

  • OSHA 5
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-NRTL1-88-2006-0602-0047 OSHA MET ELECTRICAL TESTING COMPANY INC OSHA-NRTL1-88-2006-0602 26: MET LABORATORIES INC, EXPANSION OF RECOGNITION. NOTICE. Notice Federal Register Notices 2001-09-26T04:00:00Z 2001 9 2001-09-26T04:00:00Z 2001-09-27T03:59:59Z 2016-08-10T20:50:56Z   0 0 09000064801fe7c9
OSHA-NRTL1-88-2006-0602-0044 OSHA MET ELECTRICAL TESTING COMPANY INC OSHA-NRTL1-88-2006-0602 23: MET LABORATORIES INC. APPLICATION FOR EXPANSION OF RECOGNITION. NOTICE. Notice Federal Register Notices (INCL ETS) 2001-07-11T04:00:00Z 2001 7 2001-07-11T04:00:00Z 2001-07-12T03:59:59Z 2016-08-10T20:50:57Z   0 0 09000064801fe7c6
OSHA-NRTL1-88-2006-0602-0046 OSHA MET ELECTRICAL TESTING COMPANY INC OSHA-NRTL1-88-2006-0602 Supporting Exhibit 25; MEMORANDUM TO JENNIFER SILK, DIRECTOR, OFFICE OF TECHNICAL PROGRAMS AND COORDINATION ACTIVITIES, REGARDING SUBJECT: MET LABORATORIES, INC (MET) HAS APPLIED FOR EXPANSIONS OF RECOGNITION IN A LETTER DATED JANUARY 16, 2001 Supporting & Related Material Certification 2001-02-28T05:00:00Z 2001 2     2016-10-08T11:46:18Z   0 0 09000064801fe7c8
OSHA-NRTL1-88-2006-0602-0049 OSHA MET ELECTRICAL TESTING COMPANY INC OSHA-NRTL1-88-2006-0602 Supporting Exhibit 28; LETTER TO THE DIRECTOR, NRTL PROGRAM, REGARDING MET LABORATORIES INCS RENEWAL AS AN NRTL. Supporting & Related Material References/Supporting Documents 2001-02-09T05:00:00Z 2001 2     2016-05-20T23:05:14Z   0 0 09000064801fe7cb
OSHA-NRTL1-88-2006-0602-0045 OSHA MET ELECTRICAL TESTING COMPANY INC OSHA-NRTL1-88-2006-0602 Supporting Exhibit 24; LETTER TO DIRECTOR, NRTL PROGRAM, OCCUPATIONAL SAFETY AND HEALTH ADMINISTRATION, REGARDING APPLICATION FOR EXPANDED RECOGNITION AS AN NRTL Supporting & Related Material Certification 2001-01-16T05:00:00Z 2001 1     2016-10-08T11:46:18Z   0 0 09000064801fe7c7

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