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

14 rows where docket_id = "FAA-2008-0691" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2008 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • FAA 14
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
FAA-2008-0691-0014 FAA None FAA-2008-0691 U.S. DOT/FAA - Motion for Continuance - CP08SO00012 Other Motion 2008-12-16T05:00:00Z 2008 12 2008-12-16T05:00:00Z   2013-07-27T22:33:29Z   0 0 09000064807dc9dc
FAA-2008-0691-0013 FAA None FAA-2008-0691 Jim Bennett - Acknowledgement/Receipt of Voicemail Message Other Acknowledgement Letter/Receipt 2008-12-11T05:00:00Z 2008 12 2008-12-11T05:00:00Z   2024-11-07T22:01:46Z   1 0 09000064807d60e2
FAA-2008-0691-0012 FAA None FAA-2008-0691 U.S. DOT/OST - Administrative Law Judge's Order Granting Motion for Continuance - CP08SO0012 Other Order 2008-12-11T05:00:00Z 2008 12 2008-12-11T05:00:00Z   2024-11-07T22:00:09Z   1 0 09000064807d4181
FAA-2008-0691-0011 FAA None FAA-2008-0691 Mole-Master Services Corporation - Witness List - CP08SO0012 Other Witness List 2008-12-02T05:00:00Z 2008 12 2008-12-02T05:00:00Z   2024-11-12T04:25:05Z   1 0 09000064807c7850
FAA-2008-0691-0010 FAA None FAA-2008-0691 U.S.DOT/OST - Notice of Hearing - CP08SO0012 Other Other 2008-11-20T05:00:00Z 2008 11 2008-11-20T05:00:00Z   2024-11-07T21:59:16Z   1 0 09000064807b2593
FAA-2008-0691-0009 FAA None FAA-2008-0691 U.S. DOT/OST - Notice Of Hearing - CP08SO0012 Other Adjudication Notice 2008-11-14T05:00:00Z 2008 11 2008-11-14T05:00:00Z   2013-08-11T04:29:38Z   0 0 09000064807a77e7
FAA-2008-0691-0007 FAA None FAA-2008-0691 U.S. DOT/FAA - Motion to Compel Discovery - CP08SO0012 Other Motion 2008-10-10T04:00:00Z 2008 10 2008-10-10T04:00:00Z   2013-08-11T04:28:41Z   0 0 090000648073c4e4
FAA-2008-0691-0008 FAA None FAA-2008-0691 U.S. DOT/FAA - Amended Notice of Appearance - CP08SO0012 Other Amendment 2008-10-10T04:00:00Z 2008 10 2008-10-10T04:00:00Z   2008-10-10T13:31:58Z   0 0 090000648073c4ea
FAA-2008-0691-0006 FAA None FAA-2008-0691 Mole-Master Services Corporation - Response to Interrogatories - CP08SO0012 Other Response(s) 2008-10-06T04:00:00Z 2008 10 2008-10-06T04:00:00Z   2024-11-07T21:55:54Z   1 0 0900006480733bd5
FAA-2008-0691-0005 FAA None FAA-2008-0691 U.S. DOT/OST - Administrative Law Judge's Order Compelling Compliance with Discovery Requests - CP08SO0012 Other Order 2008-09-25T04:00:00Z 2008 9 2008-09-25T04:00:00Z   2013-07-27T22:25:53Z   0 0 0900006480721acd
FAA-2008-0691-0004 FAA None FAA-2008-0691 U.S. DOT/OST - Administrative Law Judge's Prehearing Order Establishing Procedures - CP08SO0012 Other Order 2008-09-02T04:00:00Z 2008 9 2008-09-02T04:00:00Z   2024-11-12T04:19:29Z   1 0 09000064806ec9cc
FAA-2008-0691-0003 FAA None FAA-2008-0691 U.S. DOT/OST - Notice of Assignment of Proceeding - CP08SO0012 Other Adjudication Notice 2008-08-18T04:00:00Z 2008 8 2008-08-18T04:00:00Z   2013-07-27T22:22:26Z   0 0 09000064806cb519
FAA-2008-0691-0002 FAA None FAA-2008-0691 Mole-Master Services Corporation - Answer - CP08SO0012 Other Answer 2008-07-29T04:00:00Z 2008 7 2008-07-29T04:00:00Z   2013-07-27T22:19:43Z   0 0 090000648069d23e
FAA-2008-0691-0001 FAA None FAA-2008-0691 U.S. DOT/FAA - Request For Hearing and Complaint - CP008SO0012 Other Request for Hearing and Complaint 2008-07-10T04:00:00Z 2008 7 2008-07-10T04:00:00Z   2024-11-12T04:17:58Z   1 0 0900006480664886

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