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 agency_id = "MSHA", document_type = "Rule" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2020 · 5 ✖

document_type 1

  • Rule · 5 ✖

agency_id 1

  • MSHA · 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
MSHA-2013-0032-0014 MSHA Refuge Alternatives for Underground Coal Mines- Limited reopening of the record. MSHA-2013-0032 Refuge Alternatives for Underground Coal Mines Rule   2020-07-10T04:00:00Z 2020 7 2020-07-10T04:00:00Z   2020-07-10T16:04:09Z 2020-13753 0 0 090000648473b10f
MSHA-2019-0007-0009 MSHA Direct Final Rule and a Proposed Rule on Electronic Detonators for Use in Metal and Nonmetal Mines MSHA-2019-0007 Electronic Detonators; Correction Rule   2020-05-20T04:00:00Z 2020 5 2020-05-20T04:00:00Z   2020-05-20T13:06:44Z 2020-08859 0 0 090000648464d7fd
MSHA-2019-0007-0008 MSHA Direct Final Rule and a Proposed Rule on Electronic Detonators for Use in Metal and Nonmetal Mines MSHA-2019-0007 Electronic Detonators Rule   2020-04-07T04:00:00Z 2020 4 2020-04-07T04:00:00Z   2020-04-07T21:07:46Z 2020-06649 0 0 090000648448e942
MSHA-2020-0005-0001 MSHA Department of Labor Federal Civil Penalties Inflation Adjustment Act Annual Adjustments for 2020 MSHA-2020-0005 Department of Labor Federal Civil Penalties Inflation Adjustment Act Annual Adjustments for 2020 Rule   2020-01-15T05:00:00Z 2020 1 2020-01-15T05:00:00Z   2020-01-29T21:54:04Z 2020-00486 0 0 09000064842a7f6a
MSHA-2019-0007-0002 MSHA Direct Final Rule and a Proposed Rule on Electronic Detonators for Use in Metal and Nonmetal Mines MSHA-2019-0007 Electronic Detonators Rule   2020-01-14T05:00:00Z 2020 1 2020-01-14T05:00:00Z 2020-02-14T04:59:59Z 2020-02-14T02:00:44Z 2019-28446 0 0 090000648429e1f0

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