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

9 rows where docket_id = "FAA-1998-4521" 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, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Rule 6
  • Other 2
  • Supporting & Related Material 1

posted_year 1

  • 2007 · 9 ✖

agency_id 1

  • FAA 9
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-1998-4521-2304 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Final Rule; Correcting Amendments Other Correction(s) 2007-06-13T04:00:00Z 2007 6 2007-06-13T04:00:00Z 2007-06-14T03:59:59Z 2024-11-08T03:52:11Z   1 0 09000064802a6b41
FAA-1998-4521-2302 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Final Rule; Correcting Amendments Rule Federal Register Publication 2007-06-07T04:00:00Z 2007 6 2007-06-07T04:00:00Z 2007-06-08T03:59:59Z 2024-11-08T03:51:57Z   1 0 09000064802a6b3f
FAA-1998-4521-2303 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Final Rule; Correcting Amendment Rule Federal Register Publication 2007-06-07T04:00:00Z 2007 6 2007-06-07T04:00:00Z 2007-06-08T03:59:59Z 2024-11-08T03:52:11Z   1 0 09000064802a6b40
FAA-1998-4521-2301 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Final Rule; Correcting Amendment (Original) Rule Final Rule 2007-06-05T04:00:00Z 2007 6 2007-06-05T04:00:00Z 2007-06-06T03:59:59Z 2024-11-08T03:51:57Z   1 0 09000064802a6b3e
FAA-1998-4521-2300 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Notice of Office of Management and Budget Approval for Information Collection Rule Federal Register Publication 2007-04-18T04:00:00Z 2007 4 2007-04-18T04:00:00Z 2007-04-19T03:59:59Z 2024-11-08T03:51:55Z   1 0 09000064802a6b3d
FAA-1998-4521-2297 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Final Rule; Technical Amendment Rule Federal Register Publication 2007-03-15T04:00:00Z 2007 3 2007-03-15T04:00:00Z 2007-03-16T03:59:59Z 2024-11-08T03:51:57Z   1 0 09000064802a6b38
FAA-1998-4521-2296 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Additional Information Other Additional Information 2007-02-20T05:00:00Z 2007 2 2007-02-20T05:00:00Z 2007-02-21T04:59:59Z 2024-11-08T03:51:57Z   1 0 09000064802a6b37
FAA-1998-4521-2294 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Final Rule Rule Federal Register Publication 2007-02-13T05:00:00Z 2007 2 2007-02-13T05:00:00Z 2007-02-14T04:59:59Z 2024-11-08T03:56:06Z   1 0 09000064802a6b08
FAA-1998-4521-2295 FAA National Air Tour Safety Standards FAA-1998-4521 U.S. DOT/FAA - Final Regulatory Evaluation, Final Regulatory Flexibility Determination, International Trade Impact Assessment, and Unfunded Mandates Assessment Supporting & Related Material Analysis 2007-02-13T05:00:00Z 2007 2     2024-11-08T03:51:57Z   0 0 09000064802a6b36

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