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

14 rows where docket_id = "FAA-2010-0192" and posted_year = 2010 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, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2010 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • FAA 14
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-2010-0192-0014 FAA None FAA-2010-0192 Cloud Dancer Aviation and Flying Club Inc. - Motion to Compel and Motion to Reopen Discovery Process and/or Consider Pending Discovery Motion - CP10S00001 Other Motion 2010-09-15T04:00:00Z 2010 9 2010-09-15T04:00:00Z   2013-08-11T04:41:56Z   0 0 0900006480b4d98c
FAA-2010-0192-0013 FAA None FAA-2010-0192 U.S. DOT/OST - Order of Chief Administrative Law Judge Establishing Procedures - CP10SO0001 Other Order 2010-08-23T04:00:00Z 2010 8 2010-08-23T04:00:00Z   2013-07-27T23:28:33Z   0 0 0900006480b366f0
FAA-2010-0192-0012 FAA None FAA-2010-0192 U.S. DOT/OST - Order Reassigning Proceeding - CP10SO0001 Other Order 2010-08-23T04:00:00Z 2010 8 2010-08-23T04:00:00Z   2013-08-11T03:10:16Z   0 0 0900006480b37f64
FAA-2010-0192-0011 FAA None FAA-2010-0192 U.S. DOT/OST - Order Reassigning Proceeding - CP10SO0001 Other   2010-08-23T00:00:00Z 2010 8     2013-08-11T04:41:38Z   0 1 0900006480b366ef
FAA-2010-0192-0010 FAA None FAA-2010-0192 Cloud Dancer Aviation - Request To Reschedule Hearing - CP10SO0001 Other Request 2010-06-30T04:00:00Z 2010 6 2010-06-30T04:00:00Z   2013-07-27T23:23:43Z   0 0 0900006480b0ce94
FAA-2010-0192-0009 FAA None FAA-2010-0192 U.S. DOT/OST - Administrative Law Judge's Order Cancelling Hearing - CP10SO0001 Other Order 2010-06-21T04:00:00Z 2010 6 2010-06-21T04:00:00Z   2013-07-27T23:22:35Z   0 0 0900006480b05a3c
FAA-2010-0192-0008 FAA None FAA-2010-0192 U.S. DOT/OST - Administrative Law Judge's Prehearing Order Establishing Procedures - CP10SO0001 Other Order 2010-06-10T04:00:00Z 2010 6 2010-06-10T04:00:00Z   2013-07-27T23:21:43Z   0 0 0900006480affc84
FAA-2010-0192-0007 FAA None FAA-2010-0192 U.S. DOT/OST - Notice Of Assignment Of Proceeding - CP10S00001 Other Other 2010-06-07T04:00:00Z 2010 6 2010-06-07T04:00:00Z   2013-08-11T01:34:55Z   0 0 0900006480afc135
FAA-2010-0192-0006 FAA None FAA-2010-0192 Cloud Dancer Aviation and Flying Club, Inc. - Answer to Amended Complaint - CP10SO0001 Other Order 2010-05-20T04:00:00Z 2010 5 2010-05-20T04:00:00Z   2013-07-27T23:19:35Z   0 0 0900006480af0760
FAA-2010-0192-0005 FAA None FAA-2010-0192 CLoud Dancer Aviation and Flying Club, Inc. - Respondent's Response to Complainant's Admissions, Interrogatories, and Production - CP10SO0001 Other Response(s) 2010-05-20T04:00:00Z 2010 5 2010-05-20T04:00:00Z   2013-07-27T23:19:35Z   0 0 0900006480af075f
FAA-2010-0192-0004 FAA None FAA-2010-0192 Cloud Dancer Aviation And Flying Club, Inc. - Answer - CP10S0001 Other Answer 2010-05-13T04:00:00Z 2010 5 2010-05-13T04:00:00Z   2013-07-27T23:19:02Z   0 0 0900006480aece50
FAA-2010-0192-0002 FAA None FAA-2010-0192 Cloud Dancer Aviation And Flying Club, Inc. - Respondent's Interrogatories to Complainant - CP10WP0005 Other Other 2010-05-13T04:00:00Z 2010 5 2010-05-13T04:00:00Z   2013-07-27T23:19:01Z   0 0 0900006480aecd22
FAA-2010-0192-0003 FAA None FAA-2010-0192 Cloud Dancer Aviation And Flying Club, Inc. - Request to Produce to Complainant FAA - CP10S0001 Other Request 2010-05-13T04:00:00Z 2010 5 2010-05-13T04:00:00Z   2013-08-11T01:34:27Z   0 0 0900006480aece4f
FAA-2010-0192-0001 FAA None FAA-2010-0192 U.S. DOT/FAA - Request for Hearing and Complaint - CP10S00001 Other Request for Hearing and Complaint 2010-03-10T05:00:00Z 2010 3 2010-03-10T05:00:00Z   2013-07-27T23:11:11Z   0 0 0900006480ab8425

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