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

9 rows where docket_id = "FMCSA-2008-0363" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

  • Other 6
  • Notice 1
  • Rule 1
  • Supporting & Related Material 1

posted_year 1

  • 2012 · 9 ✖

agency_id 1

  • FMCSA 9
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-2008-0363-0118 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 EO 12866 Submission Supporting & Related Material Supplement 2012-06-11T04:00:00Z 2012 6     2012-06-11T16:51:11Z   0 0 09000064810410a3
FMCSA-2008-0363-0116 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 U.S. DOT/FMCSA - Information Collection Clearance - The Supporting Statement Medical Qualification Requirements Other Regulatory Analysis 2012-04-23T04:00:00Z 2012 4 2012-04-23T04:00:00Z   2012-04-23T20:37:36Z   0 0 0900006480ff6936
FMCSA-2008-0363-0113 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 U.S. DOT/FMCSA - Privacy Impact Assessment Other Regulatory Analysis 2012-04-23T04:00:00Z 2012 4 2012-04-23T04:00:00Z   2019-08-30T15:11:52Z   0 0 0900006480ff644f
FMCSA-2008-0363-0114 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 U.S. DOT/FMCSA - Final Environmental Assessment Other Environmental assessment 2012-04-23T04:00:00Z 2012 4 2012-04-23T04:00:00Z   2019-08-30T15:11:59Z   0 0 0900006480ff6450
FMCSA-2008-0363-0112 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 Privacy Act of 1974; System of Records Notice Notice Notice of Change 2012-04-23T04:00:00Z 2012 4 2012-04-23T04:00:00Z 2012-05-18T03:59:59Z 2019-08-30T15:11:41Z 2012-09624 0 0 0900006480ff68ed
FMCSA-2008-0363-0115 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 U.S. DOT/FMCSA - Final Rule Regulatory Evaluation Other Regulatory Analysis 2012-04-23T04:00:00Z 2012 4 2012-04-23T04:00:00Z   2019-08-30T15:12:07Z   0 0 0900006480ff6932
FMCSA-2008-0363-0111 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 National Registry of Certified Medical Examiners Rule Final Rule 2012-04-20T04:00:00Z 2012 4 2012-04-20T04:00:00Z   2019-08-30T15:11:33Z 2012-09034 0 0 0900006480ff4c6d
FMCSA-2008-0363-0110 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 Elaine M. Papp Other Record of Meeting/Phone Conversation 2012-03-08T05:00:00Z 2012 3 2012-03-08T05:00:00Z   2019-08-30T15:11:17Z   0 0 0900006480fd1ed4
FMCSA-2008-0363-0109 FMCSA National Registry of Certified Medical Examiners FMCSA-2008-0363 Elaine M. Papp Other Record of Meeting/Phone Conversation 2012-03-08T05:00:00Z 2012 3 2012-03-08T05:00:00Z   2019-08-30T15:11:07Z   0 0 0900006480fd1ed3

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