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

10 rows where agency_id = "FMCSA", document_type = "Proposed Rule" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • FMCSA · 10 ✖
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-2013-0097-0001 FMCSA Physical Qualification of Drivers; Standards; Changes to Vision Exemption Program Criteria FMCSA-2013-0097 Physical Qualification of Drivers; Standards: Vision Exemption Program Criteria Proposed Rule Request for Comment 2013-12-18T05:00:00Z 2013 12 2013-12-18T05:00:00Z 2014-01-18T04:59:59Z 2024-11-07T22:59:49Z 2013-29651 1 0 09000064814c8bdf
FMCSA-2013-0140-0001 FMCSA Revision of the Definition of Tank Vehicle with Respect to Commercial Driver's License Holders FMCSA-2013-0140 Commercial Drivers License Standards: Tank Vehicle; License Endorsement Requirement Proposed Rule Request for Comment 2013-09-26T04:00:00Z 2013 9 2013-09-26T04:00:00Z 2013-11-26T04:59:59Z 2013-12-05T02:02:59Z 2013-23510 0 0 090000648143b6d2
FMCSA-2012-0103-0001 FMCSA Lease, Rental, and Interchange of Vehicles in Interstate Commerce; For-Hire Motor Carriers of Passengers FMCSA-2012-0103 Lease and Interchange of Vehicles: Motor Carriers of Passengers Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-09-20T04:00:00Z 2013 9 2013-09-20T04:00:00Z 2013-11-20T04:59:59Z 2015-08-04T01:30:33Z 2013-22782 0 0 090000648142daef
FMCSA-2007-27748-0809 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Minimum Training Requirements: Entry Level Commercial Motor Vehicle Operators Proposed Rule   2013-09-19T04:00:00Z 2013 9 2013-09-19T04:00:00Z   2013-09-19T19:43:02Z 2013-22772 0 0 090000648142b402
FMCSA-2012-0336-0017 FMCSA Driver-Vehicle Inspection Report FMCSA-2012-0336 Inspection, Repair, and Maintenance: Driver-Vehicle Inspection Report; Correction Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-09-06T04:00:00Z 2013 9 2013-09-06T04:00:00Z   2013-10-09T01:03:02Z 2013-21763 0 0 09000064813e0730
FMCSA-2012-0336-0001 FMCSA Driver-Vehicle Inspection Report FMCSA-2012-0336 Inspection, Repair, and Maintenance; Driver-Vehicle Inspection Report Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-08-07T04:00:00Z 2013 8 2013-08-07T04:00:00Z 2013-10-08T03:59:59Z 2024-11-07T22:55:22Z 2013-18981 1 0 0900006481394d23
FMCSA-2012-0020-0006 FMCSA Quarterly Reporting Requirements FMCSA-2012-0020 Rescission of Quarterly Financial Reporting Requirements Proposed Rule Request for Comment 2013-05-24T04:00:00Z 2013 5 2013-05-24T04:00:00Z 2013-07-24T03:59:59Z 2024-11-12T05:14:41Z 2013-12339 1 0 09000064812f7f6b
FMCSA-2012-0178-0001 FMCSA Medical Certification Integration Project FMCSA-2012-0178 Medical Examiner's Certification Integration Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-05-10T04:00:00Z 2013 5 2013-05-10T04:00:00Z 2013-07-10T03:59:59Z 2024-11-11T20:47:07Z 2013-11080 1 0 09000064812d80de
FMCSA-2012-0156-0009 FMCSA Gross Combination Weight Rating (GCWR); Definition FMCSA-2012-0156 Gross Combination Weight Rating; Definition Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-05-07T04:00:00Z 2013 5 2013-05-07T04:00:00Z 2013-07-09T03:59:59Z 2024-11-11T20:47:08Z 2013-10735 1 0 09000064812bd9d8
FMCSA-2007-27748-0790 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2019-09-05T13:31:44Z 2013-04487 0 0 090000648120f835

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