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 = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 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-2006-24191-0897 TSA Transportation Worker Identification Credential Standards for Maritime TSA-2006-24191 Revision of Agency Information Collection Activity Under OMB Review: Transportation Worker Identification Credential (TWIC) Program Other Supplement (SUP) 2013-09-26T04:00:00Z 2013 9 2013-09-26T04:00:00Z   2024-11-12T05:21:59Z   1 0 090000648143cc3a
TSA-2011-0008-0023 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 Notice: Aviation Security Advisory Committee (ASAC) Meeting (Original) Other Agency Response 2013-07-11T04:00:00Z 2013 7 2013-07-11T04:00:00Z   2025-06-05T16:25:47Z   0 0 090000648135f386
TSA-2011-0008-0020 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 Gary Benjamin Carson - Nomination for Advisory Committee Other Nomination 2013-06-27T04:00:00Z 2013 6 2013-06-27T04:00:00Z   2025-06-05T16:23:54Z   0 0 0900006481341ea1
TSA-2011-0008-0018 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 Randall Burdette - Nomination for Advisory Committee Other Nomination 2013-06-27T04:00:00Z 2013 6 2013-06-27T04:00:00Z   2025-06-05T16:23:30Z   0 0 090000648133c214
TSA-2011-0008-0021 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 National Business Aviation Association - Nomination for Advisory Committee Other Nomination 2013-06-27T04:00:00Z 2013 6 2013-06-27T04:00:00Z   2025-06-05T16:24:17Z   0 0 0900006481342522
TSA-2011-0008-0014 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 Notice: Aviation Security Advisory Committee Charter Renewal and Request for Applicants (Original) Other Agency Response 2013-06-06T04:00:00Z 2013 6 2013-06-06T04:00:00Z   2025-06-05T16:21:53Z   0 0 090000648130e656
TSA-2003-14610-0152 TSA Security Threat Assessment for Individuals Applying for a Hazardous Materials Endorsement for a Commercial Driver's License TSA-2003-14610 Extension of Agency Information Collection Activity Under OMB Review: Security Threat Assessment for Individuals Applying for a Hazardous Materials Endorsement for a Commercial Drivers License (Original) Other Supplement (SUP) 2013-06-06T04:00:00Z 2013 6 2013-06-06T04:00:00Z   2013-06-06T19:31:29Z   0 0 09000064813100d4
TSA-2006-24191-0896 TSA Transportation Worker Identification Credential Standards for Maritime TSA-2006-24191 Intent to Request Renewal From OMB of One Current Public Collection of Information: Transportation Worker Identification Credential (TWIC) Program (Original) Other Agency Response 2013-06-03T04:00:00Z 2013 6 2013-06-03T04:00:00Z   2024-11-12T05:19:35Z   1 0 090000648130560d
TSA-2002-11602-0028 TSA Civil Aviation Security Rules TSA-2002-11602 Intent to Request Renewal From OMB of One Current Public Collection of Information: Security Programs for Foreign Air Carriers (Original) Other Supplement (SUP) 2013-05-23T04:00:00Z 2013 5 2013-05-23T04:00:00Z   2024-11-11T20:45:57Z   1 0 09000064812f4baf
TSA-2013-0004-0034 TSA Passenger Screening Using Advanced Imaging Technology TSA-2013-0004 NPRM - Passenger Screening Using Advanced Imaging Technology Signed Version Other Agency Response 2013-03-26T04:00:00Z 2013 3 2013-03-26T04:00:00Z   2016-07-16T19:47:23Z   0 0 0900006481245d68
TSA-2009-0024-0010 TSA Enforcement Actions Summary - Notice of Availability TSA-2009-0024 Notice of Availability: Enforcement Actions Summary (Original) Other Adjudication Notice 2013-02-13T05:00:00Z 2013 2     2024-11-07T22:47:10Z   1 0 09000064811f56db
TSA-2002-11334-0069 TSA Aviation Security Infrastructure Air Carrier Fees TSA-2002-11334 U.S. DHS/TSA - 30 Day PRA Notice: Intent to Request Renewal From OMB of One Current Public Collection of Information: Aviation Security Infrastructure Fee Records Retention (Original) Other Acknowledgement Letter/Receipt 2013-01-30T05:00:00Z 2013 1 2013-01-30T05:00:00Z   2013-01-30T16:09:59Z   0 0 09000064811dba19
TSA-2011-0008-0011 TSA Aviation Security Advisory Committee (ASAC) TSA-2011-0008 Notice: Aviation Security Advisory Committee (ASAC) Meeting (Original) Other Hearing/Meeting Summary 2013-01-17T05:00:00Z 2013 1 2013-01-17T05:00:00Z   2025-06-05T16:21:07Z   0 0 09000064811c366e

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