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

10 rows where docket_id = "TSA-2013-0001" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 10 ✖

document_type 1

  • Notice 10

agency_id 1

  • TSA 10
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-2013-0001-0030 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: TSA OLE/FAMS Canine Training and Evaluation Section (CTES) End of Course Level 1 Critique Notice Request for Comments 2014-12-29T05:00:00Z 2014 12 2014-12-29T05:00:00Z 2015-02-28T04:59:59Z 2014-12-29T15:25:01Z 2014-30395 0 0 090000648199658a
TSA-2013-0001-0029 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Flight Crew Self-Defense Training-Registration and Evaluation (Federal Register Publication) Notice 30 Day Proposed Information Collection 2014-11-25T05:00:00Z 2014 11 2014-11-25T05:00:00Z 2014-12-27T04:59:59Z 2014-12-01T18:39:00Z 2014-27781 0 0 0900006481944b3b
TSA-2013-0001-0028 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Flight Crew Self-Defense Training; Registration and Evaluation (Federal Register Publication) Notice 60 Day Proposed Information Collection 2014-09-09T04:00:00Z 2014 9 2014-09-09T04:00:00Z 2014-11-11T04:59:59Z 2014-09-09T15:47:31Z 2014-21409 0 0 09000064818658b9
TSA-2013-0001-0027 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Critical Facility Information of the Top 100 Most Critical Pipelines Notice Notice of Change 2014-08-18T04:00:00Z 2014 8 2014-08-18T04:00:00Z 2014-09-18T03:59:59Z 2014-08-18T14:00:42Z 2014-19462 0 0 090000648182ac0c
TSA-2013-0001-0026 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Exercise Information System (Federal Register Publication) (30-day Notice) Notice 30 Day Proposed Information Collection 2014-07-21T04:00:00Z 2014 7 2014-07-21T04:00:00Z 2014-08-21T03:59:59Z 2014-08-17T01:07:56Z 2014-17129 0 0 09000064817cdc2a
TSA-2013-0001-0023 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Application to Participate in the Screening Partnership Program (Federal Register Publication) Notice 60 Day Proposed Information Collection 2014-07-02T04:00:00Z 2014 7 2014-07-02T04:00:00Z 2014-09-03T03:59:59Z 2014-07-15T01:04:53Z 2014-15541 0 0 0900006481786f7b
TSA-2013-0001-0022 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Critical Facility Information of the Top 100 Most Critical Pipelines (Federal Register Publication) Notice 60 Day Proposed Information Collection 2014-05-14T04:00:00Z 2014 5 2014-05-14T04:00:00Z 2014-07-15T03:59:59Z 2014-05-16T15:39:02Z 2014-10997 0 0 09000064816f929d
TSA-2013-0001-0021 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Exercise Information System Notice 60 Day Proposed Information Collection 2014-05-01T04:00:00Z 2014 5 2014-05-01T04:00:00Z 2014-07-01T03:59:59Z 2014-05-01T15:03:06Z 2014-09992 0 0 09000064816da41e
TSA-2013-0001-0020 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Department of Homeland Security Traveler Redress Inquiry Program (Federal Register Publication) Notice 30 Day Proposed Information Collection 2014-02-18T05:00:00Z 2014 2 2014-02-18T05:00:00Z 2014-03-21T03:59:59Z 2014-02-18T15:22:30Z 2014-03355 0 0 0900006481576989
TSA-2013-0001-0019 TSA Federal Registers for Applications, Notices, and Orders - Miscellaneous TSA-2013-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Sensitive Security Information Threat Assessments (Federal Register Publication) Notice 30 Day Proposed Information Collection 2014-01-15T05:00:00Z 2014 1 2014-01-15T05:00:00Z 2014-02-15T04:59:59Z 2014-01-15T14:41:40Z 2014-00631 0 0 09000064815099d9

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