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

8 rows where docket_id = "FAA-2000-7577" and posted_year = 2001 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 7
  • Notice 1

posted_year 1

  • 2001 · 8 ✖

agency_id 1

  • FAA 8
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-2000-7577-0014 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 U.S. DOT/OST - Order Correcting Transcript of Prehearing Conference - CPOOSW0013 Other Order 2001-11-29T05:00:00Z 2001 11 2001-11-29T05:00:00Z 2001-12-04T04:59:59Z 2024-11-12T03:49:37Z   1 0 090000648033ebbd
FAA-2000-7577-0012 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 U.S. DOT/FAA - Transcript Dated October 10, 2001 - CP00SW0013 Other Transcript(s) 2001-10-10T04:00:00Z 2001 10 2001-10-10T04:00:00Z 2001-11-02T04:59:59Z 2024-11-12T03:49:27Z   1 0 090000648033ebb7
FAA-2000-7577-0011 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 U.S. DOT/OST - Notice of Prehearing Conference - CP00SW0013 Notice Notice 2001-10-02T04:00:00Z 2001 10 2001-10-02T04:00:00Z 2001-10-04T03:59:59Z 2024-11-12T03:49:27Z   1 0 090000648033ebb4
FAA-2000-7577-0013 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 U.S. DOT/FAA - Motion In Limine On The Issue of Respondent's Ability to Pay - CP00SW0013 Other Motion 2001-10-01T04:00:00Z 2001 10 2001-10-01T04:00:00Z 2001-11-07T04:59:59Z 2024-11-12T03:49:37Z   1 0 090000648033ebbb
FAA-2000-7577-0010 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 In the Matter of Lee Engineering Supply Company, Inc. - Opposition to Federal Aviations Administrations' Motion for Decision - CP00SW00013 Other Letter(s) in Opposition 2001-03-28T05:00:00Z 2001 3 2001-03-28T05:00:00Z 2001-04-17T03:59:59Z 2024-11-12T03:49:26Z   1 0 090000648033ebb1
FAA-2000-7577-0008 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 In the Matter of Lee Engineering Supply Company, Inc. - Supplemental and Amending Request for Additional Time to File Answer to FAA's Motion for Decision - CP00SW0013 Other Request 2001-03-09T05:00:00Z 2001 3 2001-03-09T05:00:00Z 2001-03-22T04:59:59Z 2024-11-12T03:49:53Z   1 0 090000648033ebd4
FAA-2000-7577-0009 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 In the Matter of Lee Engineering Supply Company, Inc. - Request for Additional Time to File Answer to Motion for Decision - CP00SW00013 Other Extension of Time 2001-02-26T05:00:00Z 2001 2 2001-02-26T05:00:00Z 2001-03-27T04:59:59Z 2024-11-12T03:49:53Z   1 0 090000648033ebd7
FAA-2000-7577-0007 FAA In the Matter of Lee Engineering Supply Company, Inc. - Complaint - CP00SW0013 FAA-2000-7577 In the Matter of Lee Engineering Supply Company, Inc. - Motion for Decision - CP00SW0013 Other Motion 2001-02-14T05:00:00Z 2001 2 2001-02-14T05:00:00Z 2001-03-03T04:59:59Z 2024-11-12T03:49:53Z   1 0 090000648033ebcf

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