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-2014-0018" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2015 6
  • 2018 2

document_type 2

  • Supporting & Related Material 7
  • Proposed Rule 1

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-2014-0018-0073 OSHA Telecommunications Towers OSHA-2014-0018 Report of the Small Business Advocacy Review Panel on OSHA’s Potential Telecommunications Towers Standard Supporting & Related Material Report 2018-10-16T04:00:00Z 2018 10     2018-10-16T14:50:22Z   0 0 09000064837e18da
OSHA-2014-0018-0071 OSHA Telecommunications Towers OSHA-2014-0018 OSHA Small Business Advocacy Review Panel: Telecommunications Towers Preliminary Initial Regulatory Flexibility Analysis (PIRFA) Supporting & Related Material Report 2018-08-10T04:00:00Z 2018 8     2018-08-10T18:19:59Z   0 0 09000064835fb160
OSHA-2014-0018-0006 OSHA Telecommunications Towers OSHA-2014-0018 TIA-1019-A Standard for Installation, Alteration and Maintenance of Antenna Supporting Structures and Antennas Supporting & Related Material Agency References 2015-04-15T04:00:00Z 2015 4     2015-04-15T13:33:18Z   0 0 0900006481a5a745
OSHA-2014-0018-0005 OSHA Telecommunications Towers OSHA-2014-0018 TIA-222-G Structural Standard for Antenna Supporting Structures and Antennas Supporting & Related Material Agency References 2015-04-15T04:00:00Z 2015 4     2015-04-15T13:33:17Z   0 0 0900006481a5a744
OSHA-2014-0018-0001 OSHA Telecommunications Towers OSHA-2014-0018 Communication Tower Safety Proposed Rule Request for Information 2015-04-15T04:00:00Z 2015 4 2015-04-15T04:00:00Z 2015-06-16T03:59:59Z 2015-06-17T01:30:20Z 2015-08633 0 0 0900006481aa6875
OSHA-2014-0018-0003 OSHA Telecommunications Towers OSHA-2014-0018 Michigan Communication Tower Standard Supporting & Related Material Agency References 2015-04-15T04:00:00Z 2015 4     2015-04-15T13:33:17Z   0 0 0900006481a5a742
OSHA-2014-0018-0002 OSHA Telecommunications Towers OSHA-2014-0018 Communication Tower Incident Data, 2003-2013 Supporting & Related Material Agency References 2015-04-15T04:00:00Z 2015 4     2015-04-15T13:33:16Z   0 0 0900006481a5df81
OSHA-2014-0018-0004 OSHA Telecommunications Towers OSHA-2014-0018 North Carolina Communication Tower Standard Supporting & Related Material Agency References 2015-04-15T04:00:00Z 2015 4     2015-04-15T13:33:17Z   0 0 0900006481a5a743

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