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

6 rows where docket_id = "MSHA-2007-0010" 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

  • 2012 5
  • 2007 1

document_type 2

  • Supporting & Related Material 5
  • Proposed Rule 1

agency_id 1

  • MSHA 6
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-2007-0010-0003 MSHA Fire Extinguishers in Underground Coal Mines MSHA-2007-0010 MSHA District 1, REPORT OF INVESTIGATION (UNDERGROUNDCOAL MINE) NON-INJURY MINE FIRE B & M Tunnel (I.D. No. 36-01781) March 7, 1986. Supporting & Related Material Publication - Other Governmental 2012-03-30T04:00:00Z 2012 3     2012-03-30T16:48:15Z   0 0 0900006480fe50fd
MSHA-2007-0010-0004 MSHA Fire Extinguishers in Underground Coal Mines MSHA-2007-0010 Choosing a Fire Extinguisher/SafetySuperCenter.com- Amerex FireExtinguishers; research on cost. Supporting & Related Material Publication - Other Governmental 2012-03-30T04:00:00Z 2012 3     2012-03-30T16:48:16Z   0 0 0900006480fe50fe
MSHA-2007-0010-0005 MSHA Fire Extinguishers in Underground Coal Mines MSHA-2007-0010 Federal Registers’ (September 19, 2003), (June 27, 2003), (April 22,2003), (April 3, 2003), (January 10, 2003), (July 21, 2004), (January 22, 2004), (October 24,2005), (October 6, 2005), (May 6, 2005), (February 17, 2005), (March 1, 2006), (May 9, 2006). (E-mail’s from the Federal Register Online via GPO Access). Supporting & Related Material Publication - Other Governmental 2012-03-30T04:00:00Z 2012 3     2012-03-30T16:48:16Z   0 0 0900006480fe50ff
MSHA-2007-0010-0002 MSHA Fire Extinguishers in Underground Coal Mines MSHA-2007-0010 Procedure Instruction Letter NO. I05-IV-2 & I05-V-04, Effective Date: July 12, 2005 “Fire Extinguishers with a 2-A: 10-B: C Rating”. Supporting & Related Material Publication - Other Governmental 2012-03-30T04:00:00Z 2012 3     2012-03-30T16:48:15Z   0 0 0900006480fe50d7
MSHA-2007-0010-0006 MSHA Fire Extinguishers in Underground Coal Mines MSHA-2007-0010 Data/Staff Working Papers/Petitions-75.1100-2(a) (2) and (e) (2). Supporting & Related Material Publication - Other Governmental 2012-03-30T04:00:00Z 2012 3     2012-03-30T16:48:16Z   0 0 0900006480fe5101
MSHA-2007-0010-0001 MSHA Fire Extinguishers in Underground Coal Mines MSHA-2007-0010 Fire Extinguishers in Underground Coal Mines Proposed Rule None 2007-12-20T05:00:00Z 2007 12 2007-12-20T05:00:00Z 2008-02-05T04:59:59Z 2011-06-11T16:44:56Z E7-24747 0 0 090000648037cd39

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