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

8 rows where docket_id = "FAA-2000-7729" and posted_year = 2000 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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

  • Other 6
  • Notice 1
  • Supporting & Related Material 1

posted_year 1

  • 2000 · 8 ✖

agency_id 1

  • FAA 8
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-7729-0009 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 U.S. DOT/FAA - Initial Decision of Administrative Law Judge Burton S. Kolko - CP00WA0001 Other Decision 2000-12-08T05:00:00Z 2000 12 2000-12-08T05:00:00Z 2002-03-08T04:59:59Z 2024-11-07T21:38:49Z   1 0 0900006480340ab5
FAA-2000-7729-0007 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 In the Matter of David E. Everson d/b/a North Valley Helicopters- Complainant's Opposition to Motion for Decision - CP00WA0001 Other Letter(s) in Opposition 2000-10-27T04:00:00Z 2000 10 2000-10-27T04:00:00Z 2001-01-12T04:59:59Z 2024-11-07T21:38:37Z   1 0 0900006480340ab3
FAA-2000-7729-0004 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Motion for Decision - CP00WA0001 Other Motion 2000-10-27T04:00:00Z 2000 10 2000-10-27T04:00:00Z 2000-11-04T04:59:59Z 2024-11-07T21:38:36Z   1 0 0900006480340ab0
FAA-2000-7729-0006 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - First Supplemental Amendment to Application for Fees and Expenses - CP00WA0001 Supporting & Related Material Supplement 2000-10-18T04:00:00Z 2000 10     2024-11-07T21:38:36Z   0 0 0900006480340ab2
FAA-2000-7729-0005 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Applicant's Reply to FAA's Untimely Answer to Application for Fees and Expenses - CP00WA0001 Other Reply 2000-10-10T04:00:00Z 2000 10 2000-10-10T04:00:00Z 2000-11-04T04:59:59Z 2024-11-07T21:38:36Z   1 0 0900006480340ab1
FAA-2000-7729-0001 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 In the Matter of David E. Everson d/b/a/ North Valley Helicopters, Inc. - Notice of Assignment of Proceeding - CP00WA0001 Notice Notice 2000-09-07T04:00:00Z 2000 9 2000-09-07T04:00:00Z 2000-09-09T03:59:59Z 2024-11-07T21:38:35Z   1 0 0900006480340aa8
FAA-2000-7729-0002 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Application for Fees and Expenses - CP00WA001 Other Application 2000-08-18T04:00:00Z 2000 8 2000-08-18T04:00:00Z 2000-09-22T03:59:59Z 2024-11-07T21:38:36Z   1 0 0900006480340aae
FAA-2000-7729-0003 FAA In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Complaint - CP00WA0001 FAA-2000-7729 In the Matter of David E. Everson d/b/a North Valley Helicopters, Inc. - Affidavit of Joseph D. Kuchta - CP00WA0001 Other Affidavit(s) 2000-08-11T04:00:00Z 2000 8 2000-08-11T04:00:00Z 2000-09-22T03:59:59Z 2024-11-07T21:38:36Z   1 0 0900006480340aaf

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