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-10894" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2002 8
  • 2001 2

document_type 1

  • Other · 10 ✖

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-10894-0015 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S.DOT/OST - Initial Decision of Administrative Law Judge - CP01WP0056 Other Initial Decision 2002-10-08T04:00:00Z 2002 10 2002-10-08T04:00:00Z 2002-10-19T03:59:59Z 2024-11-07T17:44:17Z   1 0 0900006480302d21
FAA-2001-10894-0014 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/FAA - Transcript of Hearing dated August 29, 2002 - CP01WP0056 Other Transcript(s) 2002-08-29T04:00:00Z 2002 8 2002-08-29T04:00:00Z 2002-10-11T03:59:59Z 2024-11-07T17:44:17Z   1 0 0900006480302d20
FAA-2001-10894-0009 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/OST - Order Granting FAA's Motion - CP01WP0056 Other Order 2002-08-20T04:00:00Z 2002 8 2002-08-20T04:00:00Z 2002-08-22T03:59:59Z 2024-11-07T17:44:44Z   1 0 0900006480302d29
FAA-2001-10894-0013 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/FAA - Complainant's Motion To Compel, And For Order Shortening Time to Respond and Motion For Preclusion Order- CP01WP0056 Other Motion 2002-08-09T04:00:00Z 2002 8 2002-08-09T04:00:00Z 2002-09-13T03:59:59Z 2024-11-07T17:44:17Z   1 0 0900006480302d1f
FAA-2001-10894-0008 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/OST - Order Vacating Order to Show Cause - CP01WP0056 Other Order 2002-08-07T04:00:00Z 2002 8 2002-08-07T04:00:00Z 2002-08-13T03:59:59Z 2024-11-07T17:44:44Z   1 0 0900006480302d28
FAA-2001-10894-0011 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/FAA - Motion to Deem Allegations Admitted And to Issue Order Assessing Civil Penalty - CP01WP0056 Other Motion 2002-07-31T04:00:00Z 2002 7 2002-07-31T04:00:00Z 2002-08-30T03:59:59Z 2024-11-07T17:44:17Z   1 0 0900006480302d1c
FAA-2001-10894-0006 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/OST - Order to Respondent Amoroso to Show Cause - CP01WP0056 Other Order 2002-07-31T04:00:00Z 2002 7 2002-07-31T04:00:00Z 2002-08-07T03:59:59Z 2024-11-07T17:44:44Z   1 0 0900006480302d26
FAA-2001-10894-0007 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/FAA - Substitution of Attorney and Motion to Deem Allegations Admitted and to Issue Order Assessing Civil Penalty - CP01WP0056 Other Motion 2002-07-31T04:00:00Z 2002 7 2002-07-31T04:00:00Z 2002-08-10T03:59:59Z 2024-11-07T17:44:44Z   1 0 0900006480302d27
FAA-2001-10894-0003 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/OST - Initial Order-CP01WP0056 Other Order 2001-11-16T05:00:00Z 2001 11 2001-11-16T05:00:00Z 2001-11-20T04:59:59Z 2024-11-07T17:44:43Z   1 0 0900006480302d23
FAA-2001-10894-0001 FAA In the Matter of John Amoroso - Complaint -CP01WP0056 FAA-2001-10894 U.S. DOT/FAA/John Amoroso - Request for Hearing and Complaint -CP01WP0056 Other Request for Hearing and Complaint 2001-11-01T05:00:00Z 2001 11 2001-11-01T05:00:00Z 2001-11-10T04:59:59Z 2024-11-07T17:44:16Z   1 0 0900006480302d19

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