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-1997-2176" and posted_year = 2003 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 5
  • Rule 1
  • Supporting & Related Material 1

posted_year 1

  • 2003 · 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-1997-2176-0048 FMCSA Minimum Training Requirements for Operators of Longer Combination Vehicles and Driver-Instructor Requirements FMCSA-1997-2176 Accident Rates for Longer Combination Vehicles; Publication No. FHWA-MC-97-003 Other Report 2003-08-28T04:00:00Z 2003 8 2003-08-28T04:00:00Z 1993-03-17T04:59:59Z 2008-01-12T00:41:09Z   0 0 09000064803170d6
FMCSA-1997-2176-0047 FMCSA Minimum Training Requirements for Operators of Longer Combination Vehicles and Driver-Instructor Requirements FMCSA-1997-2176 1995 Truck and Bus Safety Summit, Report of Proceedings, Kansas City, MO, March 12-15, 1995 - Report Other Report 2003-08-18T04:00:00Z 2003 8 2003-08-18T04:00:00Z 1993-03-17T04:59:59Z 2024-11-07T21:47:49Z   1 0 09000064803828a1
FMCSA-1997-2176-0045 FMCSA Minimum Training Requirements for Operators of Longer Combination Vehicles and Driver-Instructor Requirements FMCSA-1997-2176 U.S.DOT/FMCSA - Memorandum - Substantive Changes of the Draft Material Submitted to OMB and Publication Other OMB Review 2003-08-15T04:00:00Z 2003 8 2003-08-15T04:00:00Z 1993-03-17T04:59:59Z 2008-01-12T00:42:21Z   0 0 09000064803170d4
FMCSA-1997-2176-0046 FMCSA Minimum Training Requirements for Operators of Longer Combination Vehicles and Driver-Instructor Requirements FMCSA-1997-2176 Preliminary Regulatory Evaluation; Regulatory Flexibility Analysis for Longer Combination Vehicle Driver Training, FMCSA, March 2003 Supporting & Related Material Analysis 2003-08-15T04:00:00Z 2003 8     2008-01-08T19:50:22Z   0 0 09000064803170d5
FMCSA-1997-2176-0044 FMCSA Minimum Training Requirements for Operators of Longer Combination Vehicles and Driver-Instructor Requirements FMCSA-1997-2176 Notice of Proposed Rulemaking (NPRM); Request for Comments Rule Federal Register Publication 2003-08-12T04:00:00Z 2003 8 2003-08-12T04:00:00Z 1993-03-17T04:59:59Z 2018-09-26T01:04:20Z   0 0 09000064803170d3
FMCSA-1997-2176-0043 FMCSA Minimum Training Requirements for Operators of Longer Combination Vehicles and Driver-Instructor Requirements FMCSA-1997-2176 OMB/OIRA Record of July 10, 2003 Office of Management and Budget's Meeting with American Trucking Associations, Inc. and CNS, Inc. Other Record of Meeting/Phone Conversation 2003-07-31T04:00:00Z 2003 7 2003-07-31T04:00:00Z 1993-03-17T04:59:59Z 2008-01-12T00:41:26Z   0 0 09000064803170d2
FMCSA-1997-2176-0042 FMCSA Minimum Training Requirements for Operators of Longer Combination Vehicles and Driver-Instructor Requirements FMCSA-1997-2176 OMB/OIRA Record of June 12, 2003, Office of Management and Budget's Facsimile Transmission Received from American Trucking Associations, Inc. Other Record of Meeting/Phone Conversation 2003-07-09T04:00:00Z 2003 7 2003-07-09T04:00:00Z 1993-03-17T04:59:59Z 2008-01-12T00:40:31Z   0 0 09000064803170d1

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