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

11 rows where docket_id = "FAA-2000-7310" 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 4

posted_year 1

  • 2001 · 11 ✖

agency_id 1

  • FAA 11
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-7310-0023 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 U.S. DOT/FAA - Complainant's Reply Brief (Erratum) - CPOOWP0020 Other Brief 2001-11-28T05:00:00Z 2001 11 2001-11-28T05:00:00Z 2001-12-18T04:59:59Z 2008-01-12T00:33:42Z   0 0 090000648033b3d8
FAA-2000-7310-0022 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 Michael Bengry - Appeal Brief - CP00WP0020 Other Brief 2001-10-25T04:00:00Z 2001 10 2001-10-25T04:00:00Z 2001-11-09T04:59:59Z 2008-01-12T00:38:15Z   0 0 090000648033b3d6
FAA-2000-7310-0021 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 Michael Bengry - Notice of Appeal - CP00WP0020 Notice Notice of Appeal 2001-09-14T04:00:00Z 2001 9 2001-09-14T04:00:00Z 2001-10-16T03:59:59Z 2008-01-12T00:35:21Z   0 0 090000648033b3d4
FAA-2000-7310-0020 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 U.S. DOT/OST - Initial Decision of Administrative Law Judge Burton S. Kolko - CP00WP0020 Other Initial Decision 2001-09-05T04:00:00Z 2001 9 2001-09-05T04:00:00Z 2001-09-25T03:59:59Z 2008-01-12T00:34:34Z   0 0 090000648033b3d3
FAA-2000-7310-0019 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 Michael Bengry - Notice of Errata - CP99WP710198 Notice Notice 2001-08-04T04:00:00Z 2001 8 2001-08-04T04:00:00Z 2001-08-29T03:59:59Z 2008-01-12T00:36:06Z   0 0 090000648033b3cf
FAA-2000-7310-0018 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 Michael Bengry - Respondent's Brief in Lieu of Closing Argument - CP00WP0020 Other Brief 2001-08-03T04:00:00Z 2001 8 2001-08-03T04:00:00Z 2001-08-22T03:59:59Z 2008-01-12T00:38:15Z   0 0 090000648033b3cd
FAA-2000-7310-0017 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 U.S. DOT/FAA - Notice of Substitution of Attorney - CP00WP0020 Notice Notice 2001-07-05T04:00:00Z 2001 7 2001-07-05T04:00:00Z 2001-07-25T03:59:59Z 2008-01-12T00:37:34Z   0 0 090000648033b3cb
FAA-2000-7310-0016 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 In the Matter of Michael Bengry - Deposition of Jeff McIntosh and Exhibits - CP00WP0020 Other Exhibit(s) 2001-05-01T04:00:00Z 2001 5 2001-05-01T04:00:00Z 2001-05-02T03:59:59Z 2008-01-12T00:37:34Z   0 0 090000648033b3c6
FAA-2000-7310-0015 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 In the Matter of Michael Bengry - Transcript of Proceedings of March 9, 2001- CP00WP0020 Other Hearing/Meeting Transcript 2001-03-30T05:00:00Z 2001 3 2001-03-30T05:00:00Z 2001-04-18T03:59:59Z 2008-01-12T00:36:06Z   0 0 090000648033b3bd
FAA-2000-7310-0014 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 In the Matter of Michael Bengry - Revised Notice of Hearing - CP00WP00200 Other Revision(s) 2001-02-07T05:00:00Z 2001 2 2001-02-07T05:00:00Z 2001-02-16T04:59:59Z 2008-01-12T00:35:21Z   0 0 090000648033b3bb
FAA-2000-7310-0013 FAA In the Matter of Michael Bengry - Complaint - CP00WP0020 FAA-2000-7310 In the Matter of Michael Bengry - Notice of Hearing - CP00WP0020 Notice Notice 2001-02-01T05:00:00Z 2001 2 2001-02-01T05:00:00Z 2001-02-08T04:59:59Z 2008-01-12T00:38:57Z   0 0 090000648033b3b9

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