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

posted_year 2

  • 2001 7
  • 2000 2

document_type 2

  • Other 8
  • Notice 1

agency_id 1

  • FAA 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
FAA-2001-8769-0009 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 U.S. DOT/FAA - Withdrawal of Complaint - CP00GL0061 Other Withdrawal of Complaint or Request for Hearing 2001-05-07T04:00:00Z 2001 5 2001-05-07T04:00:00Z 2001-05-25T03:59:59Z 2008-01-12T00:36:10Z   0 0 0900006480345e1f
FAA-2001-8769-0007 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 In the Matter of Pierce J. Poyte - Response to Discovery - CP00GL0061 Other Response(s) 2001-04-11T04:00:00Z 2001 4 2001-04-11T04:00:00Z 2001-04-17T03:59:59Z 2008-01-12T00:39:01Z   0 0 0900006480345e1d
FAA-2001-8769-0008 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 Pierce J. Poyte - Witness List - CP00GL0061 Other Witness List 2001-04-03T04:00:00Z 2001 4 2001-04-03T04:00:00Z 2001-05-05T03:59:59Z 2008-01-12T00:35:25Z   0 0 0900006480345e1e
FAA-2001-8769-0006 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 In the Matter of Pierce J. Poyte - Request for Discovery - CP00GL0061 Other Request 2001-03-16T05:00:00Z 2001 3 2001-03-16T05:00:00Z 2001-04-07T03:59:59Z 2008-01-12T00:35:25Z   0 0 0900006480345e1c
FAA-2001-8769-0005 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 In the Matter of Pierce J. Poyte - Witness List - CP00GL0061 Other Witness List 2001-03-02T05:00:00Z 2001 3 2001-03-02T05:00:00Z 2001-03-22T04:59:59Z 2008-01-12T00:37:37Z   0 0 0900006480345e1b
FAA-2001-8769-0003 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 In the Matter of Pierce J. Poyte - Notice of Assignment of Proceeding - CP00GL0061 Notice Notice 2001-01-29T05:00:00Z 2001 1 2001-01-29T05:00:00Z 2001-02-01T04:59:59Z 2008-01-12T00:39:01Z   0 0 0900006480345e19
FAA-2001-8769-0004 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 In the Matter of Pierce J. Poyte - Request for Discovery - CP00GL0061 Other Request 2001-01-25T05:00:00Z 2001 1 2001-01-25T05:00:00Z 2001-02-10T04:59:59Z 2008-01-12T00:34:38Z   0 0 0900006480345e1a
FAA-2001-8769-0002 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 Other Complaint 2000-12-27T05:00:00Z 2000 12 2000-12-27T05:00:00Z 2001-01-26T04:59:59Z 2008-01-12T00:34:38Z   0 0 0900006480345e18
FAA-2001-8769-0001 FAA In the Matter of Pierce J. Poyte - Complaint - CP00GL0061 FAA-2001-8769 In the Matter of Pierce J. Poyte - Request for Hearing - CP00GL0061 Other Request for Hearing 2000-12-27T05:00:00Z 2000 12 2000-12-27T05:00:00Z 2001-01-26T04:59:59Z 2008-01-12T00:38:19Z   0 0 0900006480345e17

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