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

13 rows where agency_id = "TSA", document_type = "Other" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 13 ✖

document_type 1

  • Other · 13 ✖

agency_id 1

  • TSA · 13 ✖
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
TSA-2011-0008-0045 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 Aviation Security Advisory Committee (ASAC) Meeting (Original) Other Additional Information 2019-11-05T05:00:00Z 2019 11 2019-11-05T05:00:00Z   2019-11-05T20:15:25Z   0 0 090000648412102f
TSA-2014-0001-0044 TSA TSA Pre✓® Application Program; Expansion of Enrollment Options TSA-2014-0001 60DY PRA Notice: Intent to Request Revision From OMB of One Current Public Collection of Information: TSA Pre✓® Application Program (Original) Other Additional Information 2019-11-05T05:00:00Z 2019 11 2019-11-05T05:00:00Z   2019-11-05T20:10:45Z   0 0 09000064841212ae
TSA-2009-0018-0077 TSA Air Cargo Screening - Interim Final Rule and Request for Comments TSA-2009-0018 30DY PRA Notice: Revision of Agency Information Collection Activity Under OMB Review: Certified Cargo Screening Standard Security Program (Original) Other Supplement (SUP) 2019-07-02T04:00:00Z 2019 7 2019-07-02T04:00:00Z   2019-07-02T17:39:29Z   0 0 0900006483d5855b
TSA-2009-0024-0021 TSA Enforcement Actions Summary - Notice of Availability TSA-2009-0024 Notice of Availability: Enforcement Actions Summary (Original) Other Adjudication Notice 2019-06-24T04:00:00Z 2019 6 2019-06-24T04:00:00Z   2019-06-24T19:13:09Z   0 0 0900006483d3b658
TSA-2018-0001-0004 TSA Request for Applicants for Appointment to the Surface Transportation Security Advisory Committee TSA-2018-0001 Notice: Committee Management; Surface Transportation Security Advisory Committee (STSAC) Meeting July 11, 2019 (Original) Other Additional Information 2019-06-14T04:00:00Z 2019 6 2019-06-14T04:00:00Z   2019-06-14T20:05:35Z   0 0 0900006483d135c1
TSA-2011-0008-0043 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 Notice: Request for Applicants for Appointment to the Aviation Security Advisory Committee (ASAC) (Original) Other Additional Information 2019-06-14T04:00:00Z 2019 6 2019-06-14T04:00:00Z   2019-06-14T20:30:37Z   0 0 0900006483d13703
TSA-2019-0001-0002 TSA Michrael James - Petition for Rulemaking TSA-2019-0001 U.S. DOT/FAA - Decision Other Denial of Petition 2019-06-12T04:00:00Z 2019 6 2019-06-12T04:00:00Z   2024-11-12T23:03:23Z   1 0 0900006483d0331c
TSA-2007-28572-0379 TSA Secure Flight Program (NPRM) TSA-2007-28572 30DY PRA Notice: Extension of Agency Information Collection Activity Under OMB Review: Secure Flight Program (Original) Other Supplement (SUP) 2019-05-23T04:00:00Z 2019 5 2019-05-23T04:00:00Z   2019-05-23T17:11:45Z   0 0 0900006483cc156b
TSA-2019-0001-0001 TSA Michrael James - Petition for Rulemaking TSA-2019-0001 Michrael James - Petition for Rulemaking Other Petition(s) 2019-05-16T04:00:00Z 2019 5 2019-05-16T04:00:00Z   2024-11-12T23:01:20Z   1 0 0900006483c8af03
TSA-2005-21866-0035 TSA Interim Final Rule; Request for Comments TSA-2005-21866 30DY PRA Notice: Extension of Agency Information Collection Activity Under OMB Review: Enhanced Security Procedures at Ronald Reagan Washington National Airport (Original) Other Supplement (SUP) 2019-05-01T04:00:00Z 2019 5 2019-05-01T04:00:00Z   2019-05-01T12:26:14Z   0 0 0900006483c22fa1
TSA-2004-19515-0206 TSA Air Cargo Security Requirements TSA-2004-19515 30DY PRA Notice: Revision of Agency Information Collection Activity Under OMB Review: Air Cargo Security Requirements (Original) Other Supplement (SUP) 2019-04-11T04:00:00Z 2019 4 2019-04-11T04:00:00Z   2019-04-11T12:22:26Z   0 0 0900006483b81b91
TSA-2004-17131-0237 TSA Aircraft Repair Station Security TSA-2004-17131 30DY PRA Notice: Extension of Agency Information Collection Activity Under OMB Review: Aircraft Repair Station Security (Original) Other Supplement (SUP) 2019-02-22T05:00:00Z 2019 2 2019-02-22T05:00:00Z   2019-02-22T19:05:02Z   0 0 0900006483a9aee3
TSA-2018-0001-0002 TSA Request for Applicants for Appointment to the Surface Transportation Security Advisory Committee TSA-2018-0001 Notice: Committee Management; Request for Applicants for Appointment to the Surface Transportation Security Advisory Committee (Original) Other Additional Information 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2019-02-12T20:12:40Z   0 0 0900006483a69fc1

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