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

13 rows where docket_id = "FAA-2007-29197" and posted_year = 2008 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, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Other 12
  • Notice 1

posted_year 1

  • 2008 · 13 ✖

agency_id 1

  • FAA 13
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-2007-29197-0017 FAA None FAA-2007-29197 U.S. DOT/FAA - Transcript - CP07SO0011 Other Transcript(s) 2008-04-21T04:00:00Z 2008 4 2008-04-21T04:00:00Z   2013-07-27T21:24:34Z   0 0 0900006480512284
FAA-2007-29197-0016 FAA None FAA-2007-29197 U.S. DOT/OST - Administrative Law Judge's Initial Decision - CP07SO0011 Other Decision 2008-04-04T04:00:00Z 2008 4 2008-04-04T04:00:00Z   2013-07-27T20:40:39Z   0 0 090000648042d2f8
FAA-2007-29197-0015 FAA None FAA-2007-29197 Air Line Pilots Association, International - Subpoena to David Kelly- CP07SO0011 Other Subponea 2008-03-31T04:00:00Z 2008 3 2008-03-31T04:00:00Z   2013-07-27T20:38:43Z   0 0 090000648040d7c7
FAA-2007-29197-0014 FAA None FAA-2007-29197 Air Line Pilots Association, International - Subpoena to Mr. Matthew Lawrence - CP07SO0011 Other Subponea 2008-03-13T04:00:00Z 2008 3 2008-03-13T04:00:00Z   2013-07-27T20:37:29Z   0 0 09000064803f31b7
FAA-2007-29197-0013 FAA None FAA-2007-29197 Air Line Pilots Association, International - Subpoena to Ms. Madeline Joyner - CP07SO0011 Other Subponea 2008-03-13T04:00:00Z 2008 3 2008-03-13T04:00:00Z   2013-07-27T20:37:29Z   0 0 09000064803f2ef2
FAA-2007-29197-0011 FAA None FAA-2007-29197 Air Line Pilots Association, International - Subpoena to Mr. Mark J. Gentile - CP07SO0011 Other Subponea 2008-03-13T04:00:00Z 2008 3 2008-03-13T04:00:00Z   2013-07-27T20:37:29Z   0 0 09000064803f2efe
FAA-2007-29197-0012 FAA None FAA-2007-29197 Air Line Pilots Association, International - Subpoena to Mr. David Kelly - CP07SO0011 Other Subponea 2008-03-13T04:00:00Z 2008 3 2008-03-13T04:00:00Z   2013-07-27T20:37:28Z   0 0 09000064803f2eeb
FAA-2007-29197-0010 FAA None FAA-2007-29197 U.S. DOT/OST - Notice of Hearing - CP07SO0011 Other Adjudication Notice 2008-03-11T04:00:00Z 2008 3 2008-03-11T04:00:00Z   2013-08-11T02:30:36Z   0 0 09000064803ef658
FAA-2007-29197-0009 FAA None FAA-2007-29197 U.S. DOT/OST - Respondent's Motion For Leave To File Exhibit List and Witness List Late - CP07SO0011 Other Motion 2008-02-27T05:00:00Z 2008 2 2008-02-27T05:00:00Z   2013-07-27T20:36:13Z   0 0 09000064803c7e98
FAA-2007-29197-0008 FAA None FAA-2007-29197 U.S. DOT/OST - Administrative Law Judge's Order Granting Leave To File Out Of Time - CP07SO0011 Other Order 2008-02-27T05:00:00Z 2008 2 2008-02-27T05:00:00Z   2013-07-27T20:36:14Z   0 0 09000064803c7fc8
FAA-2007-29197-0007 FAA None FAA-2007-29197 James Walsh Respondent - Notice of Appearance - CP07SO0011 Other Adjudication Notice 2008-01-18T05:00:00Z 2008 1 2008-01-18T05:00:00Z   2024-11-07T01:40:58Z   1 0 090000648039cfb6
FAA-2007-29197-0006 FAA None FAA-2007-29197 Airline Pilots Association, International - Respondent's First Set of Interrogatories and Request for Production of Documents to the Administrator - CP07SO0011 Other Request 2008-01-15T05:00:00Z 2008 1 2008-01-15T05:00:00Z   2024-11-11T21:35:43Z   1 0 090000648039b19e
FAA-2007-29197-0005 FAA None FAA-2007-29197 U.S. DOT/OST - Notice of Hearing - CP07SO0011 Notice Public Meetings 2008-01-07T05:00:00Z 2008 1 2008-01-07T05:00:00Z   2008-01-08T12:41:32Z   0 0 09000064803851f9

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