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 = "FMCSA-2000-7960" 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

  • Other 4
  • Notice 1

posted_year 1

  • 2001 · 5 ✖

agency_id 1

  • FMCSA 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
FMCSA-2000-7960-0014 FMCSA MSC - In the Matter of Paul Michels Trucking - Petition for Reconsideration FMCSA-2000-7960 In the Matter of Paul A. Michels, Owner & d/b/a Michels Trucking - Agency's Response to Respondent's Objections to Field Administrator's Motion For Extension of Time and to Field Administrator's Response to the Motion to Dismiss Fines Other Response(s) 2001-03-12T05:00:00Z 2001 3 2001-03-12T05:00:00Z 2001-03-13T04:59:59Z 2008-01-12T00:41:50Z   0 0 0900006480341c52
FMCSA-2000-7960-0013 FMCSA MSC - In the Matter of Paul Michels Trucking - Petition for Reconsideration FMCSA-2000-7960 In the Matter of Paul A. Michels, Owner & d/b/a Michels Trucking - Respondnt's Response to Agency's Motion for Extension of Time and Motion to File Instanter Agency's Response to the Order of January 23, 2001 and Agency's Response to Respondent's Motion Other Response(s) 2001-02-27T05:00:00Z 2001 2 2001-02-27T05:00:00Z 2001-03-01T04:59:59Z 2008-01-12T00:40:40Z   0 0 0900006480341c51
FMCSA-2000-7960-0012 FMCSA MSC - In the Matter of Paul Michels Trucking - Petition for Reconsideration FMCSA-2000-7960 In the Matter of Paul A. Michels, Owner & d/b/a Michels Trucking - Motion for Extension of Time and Motion to File Instanter Agency's Response to the Order of January 23, 2001 and Agency's Response to Respondent's Motion to Dismiss Fines Other Motion 2001-02-16T05:00:00Z 2001 2 2001-02-16T05:00:00Z 2001-02-17T04:59:59Z 2008-01-12T00:42:11Z   0 0 0900006480341c50
FMCSA-2000-7960-0011 FMCSA MSC - In the Matter of Paul Michels Trucking - Petition for Reconsideration FMCSA-2000-7960 In the Matter of Paul A. Michels, Owner & d/b/a Michels Trucking - Notice of Intent to Take Official Notice Notice Notice 2001-02-08T05:00:00Z 2001 2 2001-02-08T05:00:00Z 2001-02-09T04:59:59Z 2008-01-12T00:41:50Z   0 0 0900006480341c4c
FMCSA-2000-7960-0010 FMCSA MSC - In the Matter of Paul Michels Trucking - Petition for Reconsideration FMCSA-2000-7960 In the Matter of Paul A. Michels, Owner & d/b/a Michels Trucking - Respondent's Motion to Dismiss Fines as Unconstitutional and Not in Compliance With Statutory Requirements of the Small Business Regulatory Enforcement Fairness Act Other Motion 2001-01-22T05:00:00Z 2001 1 2001-01-22T05:00:00Z 2001-01-24T04:59:59Z 2008-01-12T00:41:17Z   0 0 0900006480341c4b

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