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-2007-27919" and posted_year = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 9
  • Notice 3

posted_year 1

  • 2007 · 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-2007-27919-0012 FAA None FAA-2007-27919 In the Matter of Celeste Margiotta Digenova - Answer To Complainant's Motion For Decision or, In The Alternative, Motion to Limit the Issues at Hearing to Sanction - CP07WP0007 Other Answer 2007-10-30T04:00:00Z 2007 10 2007-10-30T04:00:00Z   2013-07-27T20:25:35Z   0 0 090000648035a6c5
FAA-2007-27919-0011 FAA None FAA-2007-27919 In the Matter of Celeste Margiotta Digenova - Answer To Complainant's Motion For Decision or, In The Alternative, Motion to Limit the Issues at Hearing to Sanction - CP07WP0007 Other Answer 2007-10-30T04:00:00Z 2007 10 2007-10-30T04:00:00Z   2024-11-07T21:45:37Z   1 0 09000064803585fa
FAA-2007-27919-0010 FAA None FAA-2007-27919 U.S. DOT/FAA - Notice of Hearing Dates - CP07WP0007 Notice Public Meetings 2007-10-25T04:00:00Z 2007 10 2007-10-25T04:00:00Z   2024-11-12T04:02:35Z   1 0 0900006480355f59
FAA-2007-27919-0009 FAA None FAA-2007-27919 Celeste Margiotta DiGenova - Responses to Interrogatories - CP07WP0007 Other Response(s) 2007-10-15T04:00:00Z 2007 10     2024-11-12T02:18:07Z   1 0 09000064802fee64
FAA-2007-27919-0008 FAA None FAA-2007-27919 U.S. DOT/FAA - Complainant's First Set of Discovery to Respondent - CP07WP0007 Other Discovery 2007-09-05T04:00:00Z 2007 9 2007-09-05T04:00:00Z 2007-09-06T03:59:59Z 2024-11-07T02:11:32Z   1 0 09000064802b20e8
FAA-2007-27919-0007 FAA None FAA-2007-27919 U.S. DOT/OST - Notice of Tentative Hearing Dates - CP07WP0007 Notice Notice 2007-08-29T04:00:00Z 2007 8 2007-08-29T04:00:00Z 2007-08-30T03:59:59Z 2024-11-07T02:11:31Z   1 0 09000064802b20e7
FAA-2007-27919-0006 FAA None FAA-2007-27919 U.S. DOT/FAA - Complainant's Motion For Decision Or, In The Alternative, Motion To Limit The Issues At Hearing To Sanction - CP07WP0007 Other Motion 2007-08-23T04:00:00Z 2007 8 2007-08-23T04:00:00Z 2007-08-24T03:59:59Z 2024-11-07T02:11:31Z   1 0 09000064802b20e6
FAA-2007-27919-0005 FAA None FAA-2007-27919 U.S. DOT/FAA - Order Denying Complainant's Motion - CP07WP0007 Other Order 2007-08-21T04:00:00Z 2007 8 2007-08-21T04:00:00Z 2007-08-22T03:59:59Z 2024-11-07T02:11:31Z   1 0 09000064802b20e5
FAA-2007-27919-0004 FAA None FAA-2007-27919 U.S. DOT/OST - Procedural Order - CP07WP0007 Other Order 2007-07-23T04:00:00Z 2007 7 2007-07-23T04:00:00Z 2007-07-24T03:59:59Z 2024-11-07T02:11:31Z   1 0 09000064802b20e4
FAA-2007-27919-0003 FAA None FAA-2007-27919 U.S. DOT/OST - Notice of Assignment of Proceeding - CP07WP0007 Notice Notice 2007-07-18T04:00:00Z 2007 7 2007-07-18T04:00:00Z 2007-07-19T03:59:59Z 2024-11-07T02:11:31Z   1 0 09000064802b20e3
FAA-2007-27919-0002 FAA None FAA-2007-27919 Celeste Margiotta DiGenova - Request for Hearing - CP07WP0007 Other Request for Hearing 2007-06-18T04:00:00Z 2007 6 2007-06-18T04:00:00Z 2007-06-19T03:59:59Z 2024-11-07T02:11:31Z   1 0 09000064802b20e2
FAA-2007-27919-0001 FAA None FAA-2007-27919 U.S. DOT/FAA - Request for Hearing and Complaint - CP07WP0007 Other Request for Hearing and Complaint 2007-05-21T04:00:00Z 2007 5 2007-05-21T04:00:00Z 2007-05-22T03:59:59Z 2024-11-07T02:11:30Z   1 0 09000064802b20e1

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