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 docket_id = "FAA-2001-9910" 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, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 4

  • 2001 4
  • 2002 3
  • 2003 2
  • 2008 1

document_type 2

  • Other 8
  • Notice 2

agency_id 1

  • FAA 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
FAA-2001-9910-0010 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S.DOT/OST - Notice of Prehearing Conference - CP01WP0041 Notice Notice 2008-02-04T05:00:00Z 2008 2 2008-02-04T05:00:00Z 2002-03-26T04:59:59Z 2024-11-07T21:44:30Z   1 0 090000648038293e
FAA-2001-9910-0008 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S. DOT/OST - Order of Chief Administrative Law Judge - CP01WP0041 Other Order 2003-04-09T04:00:00Z 2003 4 2003-04-09T04:00:00Z 2003-04-16T03:59:59Z 2008-01-12T00:37:36Z   0 0 09000064803453b6
FAA-2001-9910-0009 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S. DOT/FAA - Withdrawal of Complaint - CP01WP0041 Other Withdrawal 2003-04-03T05:00:00Z 2003 4 2003-04-03T05:00:00Z 2003-06-04T03:59:59Z 2008-01-12T00:33:47Z   0 0 09000064803453b7
FAA-2001-9910-0006 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S. DOT/FAA - Transcript of Proceedings Dated April 8, 2002 - CP01WP0041 Other Transcript(s) 2002-04-08T04:00:00Z 2002 4 2002-04-08T04:00:00Z 2002-04-20T03:59:59Z 2008-01-12T00:34:37Z   0 0 09000064803453b3
FAA-2001-9910-0007-0002 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S. DOT/FAA - Production of Documents - CP01WP0041 Other Discovery 2002-04-02T05:00:00Z 2002 4 2002-04-02T05:00:00Z 2002-05-11T03:59:59Z 2008-01-12T00:36:09Z   0 0 09000064803453b5
FAA-2001-9910-0007-0001 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S. DOT/FAA - Production of Documents - CP01WP0041 Other Discovery 2002-04-02T05:00:00Z 2002 4 2002-04-02T05:00:00Z 2002-05-11T03:59:59Z 2008-01-12T00:37:36Z   0 0 09000064803453b4
FAA-2001-9910-0004 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 John C. Reid - Letter to Olivia J. Valentine (FAA) re: Settlement Proffer Sought - CP01WP0041 Other Correspondence 2001-08-14T04:00:00Z 2001 8 2001-08-14T04:00:00Z 2001-09-25T03:59:59Z 2008-01-12T00:38:19Z   0 0 09000064803453b2
FAA-2001-9910-0002 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S. DOT/OST - Notice of Assignment of Proceeding - CPO1WP0041 Notice Notice 2001-07-26T04:00:00Z 2001 7 2001-07-26T04:00:00Z 2001-08-01T03:59:59Z 2008-01-12T00:35:24Z   0 0 09000064803453b0
FAA-2001-9910-0003 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 U.S. DOT/OST - Order of Chief Administrative Law Judge - CPO1WP0041 Other Order 2001-07-26T04:00:00Z 2001 7 2001-07-26T04:00:00Z 2001-08-01T03:59:59Z 2008-01-12T00:35:24Z   0 0 09000064803453b1
FAA-2001-9910-0001 FAA In the Matter of John C. Reid - Complaint - CP01WP0041 FAA-2001-9910 John C. Reid/U.S. DOT/FAA - Request for Hearing and Complaint - CP01WP0041 Other Request for Hearing and Complaint 2001-06-15T04:00:00Z 2001 6 2001-06-15T04:00:00Z 2001-07-19T03:59:59Z 2008-01-12T00:36:53Z   0 0 09000064803453af

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