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-0508" 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, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 2

  • 2008 8
  • 2009 6

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-0508-0014 FAA None FAA-2008-0508 U.S. DOT/OST - Order Correcting Transcript Of Hearing - CP08CE0003 Other Order 2009-04-17T04:00:00Z 2009 4 2009-04-17T04:00:00Z   2024-11-12T04:12:51Z   1 0 090000648095776d
FAA-2008-0508-0013 FAA None FAA-2008-0508 U.S. DOT/OST - Initial Decision Of Administrative Law Judge Richard C. Goodwin - CP08CE0003 Other Decision 2009-04-17T04:00:00Z 2009 4 2009-04-17T04:00:00Z   2024-11-12T04:12:51Z   1 0 09000064809576de
FAA-2008-0508-0012 FAA None FAA-2008-0508 U.S. DOT/FAA - Agency's Rebuttal Brief - CP08CE0003 Other Rebuttal 2009-03-27T04:00:00Z 2009 3 2009-03-27T04:00:00Z   2024-11-12T04:35:39Z   1 0 0900006480931374
FAA-2008-0508-0011 FAA None FAA-2008-0508 Trans States Airlines - Post Hearing Brief - CP08CE0003 Other Brief 2009-03-24T04:00:00Z 2009 3 2009-03-24T04:00:00Z   2013-08-11T03:00:52Z   0 0 0900006480928eb9
FAA-2008-0508-0010 FAA None FAA-2008-0508 U.S. DOT/FAA - Agency's Post Hearing Brief and Closing Argument - CP08CE0003 Other Brief 2009-02-26T05:00:00Z 2009 2 2009-02-26T05:00:00Z   2024-11-12T04:29:48Z   1 0 09000064808bb97a
FAA-2008-0508-0009 FAA None FAA-2008-0508 U.S. DOT/OST - Post Hearing Order - CP08CE0003 Other Order 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:27:37Z   1 0 0900006480828fc2
FAA-2008-0508-0008 FAA None FAA-2008-0508 U.S. DOT/FAA - Transcript of Proceedings Other Transcript(s) 2008-12-19T05:00:00Z 2008 12 2008-12-19T05:00:00Z   2013-08-11T04:30:26Z   0 0 09000064807df936
FAA-2008-0508-0007 FAA None FAA-2008-0508 U.S. DOT/FAA - Complainant's Response To Respondent's Request For Discovery - CP08CE0003 Other Response(s) 2008-11-26T05:00:00Z 2008 11 2008-11-26T05:00:00Z   2024-11-07T22:00:19Z   1 0 09000064807be28b
FAA-2008-0508-0006 FAA None FAA-2008-0508 U.S. DOT/OST - Trans States Airlines, Inc. - Exhibits - CP08CE0003 Other Exhibit(s) 2008-11-25T05:00:00Z 2008 11 2008-11-25T05:00:00Z   2013-07-27T22:31:05Z   0 0 09000064807b7429
FAA-2008-0508-0005 FAA None FAA-2008-0508 U.S. DOT/OST - Notice of Hearing Dates - CP08CE0003 Other Adjudication Notice 2008-09-29T04:00:00Z 2008 9 2008-09-29T04:00:00Z   2013-07-27T22:26:06Z   0 0 0900006480728b23
FAA-2008-0508-0004 FAA None FAA-2008-0508 U.S. DOT/OST - Procedural Order - CP08CE0003 Other Order 2008-09-16T04:00:00Z 2008 9 2008-09-16T04:00:00Z   2024-11-12T04:19:58Z   1 0 09000064807071e3
FAA-2008-0508-0003 FAA None FAA-2008-0508 U.S. DOT/OST - Notice of Assignment of Proceeding - CP08CE0003 Other Adjudication Notice 2008-09-04T04:00:00Z 2008 9 2008-09-04T04:00:00Z   2013-07-28T01:55:48Z   0 0 09000064806f05cc
FAA-2008-0508-0002 FAA None FAA-2008-0508 Trans States Airlines, Inc. - Answer - CP08CE0003 Other Answer 2008-08-01T04:00:00Z 2008 8 2008-08-01T04:00:00Z   2013-07-27T22:20:01Z   0 0 09000064806a10de
FAA-2008-0508-0001 FAA None FAA-2008-0508 U.S. DOT/FAA - Request for Hearing and Compliant - CP08CE0003 Other Request for Hearing and Complaint 2008-06-18T04:00:00Z 2008 6 2008-06-18T04:00:00Z   2013-08-11T04:26:27Z   0 0 090000648062b423

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