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

12 rows where docket_id = "FAA-2001-11133" and document_type = "Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 4

  • 2004 8
  • 2002 2
  • 2005 1
  • 2011 1

document_type 1

  • Rule · 12 ✖

agency_id 1

  • FAA 12
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-11133-2767 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 Manual Requirements Rule Final Rule 2011-07-06T04:00:00Z 2011 7 2011-07-06T04:00:00Z   2015-06-30T01:30:43Z 2011-16863 0 0 0900006480eba18c
FAA-2001-11133-2728 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule; Correction Rule Federal Register Publication 2005-05-27T04:00:00Z 2005 5 2005-05-27T04:00:00Z 2004-09-02T03:59:59Z 2024-11-07T17:29:38Z   1 0 09000064802d335d
FAA-2001-11133-2723 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule; Correction Rule Federal Register Publication 2004-09-01T04:00:00Z 2004 9 2004-09-01T04:00:00Z 2004-09-02T03:59:59Z 2024-11-08T05:03:31Z   1 0 09000064802d3358
FAA-2001-11133-2724 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule; Correction Rule Federal Register Publication 2004-09-01T04:00:00Z 2004 9 2004-09-01T04:00:00Z 2004-09-02T03:59:59Z 2024-11-07T17:29:37Z   1 0 09000064802d3359
FAA-2001-11133-2722 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule; Correction (Original) Rule Final Rule 2004-08-27T04:00:00Z 2004 8 2004-08-27T04:00:00Z 2004-08-28T03:59:59Z 2024-11-08T05:03:30Z   1 0 09000064802d3357
FAA-2001-11133-2721 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule; Correction (Original) Rule Final Rule 2004-08-27T04:00:00Z 2004 8 2004-08-27T04:00:00Z 2004-08-28T03:59:59Z 2024-11-08T05:03:30Z   1 0 09000064802d3356
FAA-2001-11133-2720 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule Correction Rule Federal Register Publication 2004-08-18T04:00:00Z 2004 8 2004-08-18T04:00:00Z 2004-08-19T03:59:59Z 2024-11-08T05:03:30Z   1 0 09000064802d3355
FAA-2001-11133-2712 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule Rule Federal Register Publication 2004-07-27T04:00:00Z 2004 7 2004-07-27T04:00:00Z 2004-07-28T03:59:59Z 2024-11-08T05:03:27Z   1 0 09000064802d334c
FAA-2001-11133-2710 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule - Certification of Aircraft and Airmen for the Operation of Light-Sport Aircraft (Original) Rule Final Rule 2004-07-20T04:00:00Z 2004 7 2004-07-20T04:00:00Z 2004-07-21T03:59:59Z 2024-11-08T05:03:26Z   1 0 09000064802d334a
FAA-2001-11133-2709 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 U.S. DOT/FAA - Final Rule (Original) Rule Final Rule 2004-07-19T04:00:00Z 2004 7 2004-07-19T04:00:00Z 2004-07-20T03:59:59Z 2024-11-08T05:03:26Z   1 0 09000064802d3348
FAA-2001-11133-0362 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 Notice of On-Line Public Forum Rule Federal Register Publication 2002-03-19T05:00:00Z 2002 3 2002-03-19T05:00:00Z 2002-03-20T04:59:59Z 2024-11-08T05:03:43Z   1 0 09000064802d33cf
FAA-2001-11133-0008 FAA Certification of Pilots, Aircraft, and Repairmen for the Operation of Light Sport Aircraft FAA-2001-11133 Notice of Proposed Rulemaking Rule Federal Register Publication 2002-02-05T05:00:00Z 2002 2 2002-02-05T05:00:00Z 2002-02-06T04:59:59Z 2024-11-08T05:03:40Z   1 0 09000064802d35b9

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