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

7 rows where docket_id = "FMCSA-1998-3706" and posted_year = 1998 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 6
  • Rule 1

posted_year 1

  • 1998 · 7 ✖

agency_id 1

  • FMCSA 7
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-1998-3706-0002 FMCSA Hours of Service of Drivers; Supporting Documents FMCSA-1998-3706 National Retail Transportation, Inc., FHWA Docket No. R1-92-03 (Motor Carrier Safety), Decision of Administrative Law Judge Burton S. Kolko Other Decision 1998-04-20T04:00:00Z 1998 4 1998-04-20T04:00:00Z 1998-04-21T03:59:59Z 2024-11-12T03:09:10Z   1 0 09000064803222f0
FMCSA-1998-3706-0003 FMCSA Hours of Service of Drivers; Supporting Documents FMCSA-1998-3706 Senate Report No. 103-217, for S.1640, December 9, 1993, cover and page 11 Other Additional Information 1998-04-20T04:00:00Z 1998 4 1998-04-20T04:00:00Z 1998-04-21T03:59:59Z 2024-11-12T03:05:18Z   1 0 0900006480322335
FMCSA-1998-3706-0006 FMCSA Hours of Service of Drivers; Supporting Documents FMCSA-1998-3706 Congressional Record--House, August 16, 1994, pages H8435, H8439 through H8448 Other Additional Information 1998-04-20T04:00:00Z 1998 4 1998-04-20T04:00:00Z 1998-04-21T03:59:59Z 2024-11-12T03:06:21Z   1 0 0900006480322359
FMCSA-1998-3706-0001 FMCSA Hours of Service of Drivers; Supporting Documents FMCSA-1998-3706 FHWA HQ - Notice of Proposed Rulemaking (NPRM);Request for Comment(s) Rule Federal Register Publication 1998-04-20T04:00:00Z 1998 4 1998-04-20T04:00:00Z 1998-04-21T03:59:59Z 2024-11-12T03:07:04Z   1 0 0900006480322278
FMCSA-1998-3706-0004 FMCSA Hours of Service of Drivers; Supporting Documents FMCSA-1998-3706 National Retail Transportation, Inc., FHWA Docket No. R1-92-03, Final Order: Decision on Review, George L. Reagle, Associate Administrator for Motor Carriers, dated September 12, 1996 Other Order 1998-04-20T04:00:00Z 1998 4 1998-04-20T04:00:00Z 1998-04-21T03:59:59Z 2024-11-12T03:05:37Z   1 0 0900006480322340
FMCSA-1998-3706-0005 FMCSA Hours of Service of Drivers; Supporting Documents FMCSA-1998-3706 Congressional Record--Senate, August 11, 1994, pages S11320 through S11325, S11356 through S11360 Other Additional Information 1998-04-20T04:00:00Z 1998 4 1998-04-20T04:00:00Z 1998-04-21T03:59:59Z 2024-11-12T03:06:01Z   1 0 090000648032234b
FMCSA-1998-3706-0007 FMCSA Hours of Service of Drivers; Supporting Documents FMCSA-1998-3706 Public Law 103-311, August 26, 1994, 108 Stat. 1673 through 1677, H.R. 2178 Other Provision of Law 1998-04-20T04:00:00Z 1998 4 1998-04-20T04:00:00Z 1998-04-21T03:59:59Z 2024-11-12T03:06:47Z   1 0 0900006480322366

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