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

6 rows where docket_id = "TSA-2022-0001" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2024 4
  • 2022 2

document_type 2

  • Proposed Rule 3
  • Supporting & Related Material 3

agency_id 1

  • TSA 6
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-2022-0001-0041 TSA Enhancing Surface Cyber Risk Management TSA-2022-0001 NIST CSF CPG SD NPRM Crosswalk Supporting & Related Material Supplement 2024-11-07T05:00:00Z 2024 11     2024-11-07T13:37:30Z   0 0 0900006486801d6c
TSA-2022-0001-0042 TSA Enhancing Surface Cyber Risk Management TSA-2022-0001 TSA Cybersecurity Lexicon Supporting & Related Material Supplement 2024-11-07T05:00:00Z 2024 11     2024-11-07T13:39:13Z   0 0 090000648680367c
TSA-2022-0001-0040 TSA Enhancing Surface Cyber Risk Management TSA-2022-0001 Enhancing Surface Cyber Risk Management Proposed Rule Notice of Proposed Rulemaking (NPRM) 2024-11-07T05:00:00Z 2024 11 2024-11-07T05:00:00Z 2025-02-06T04:59:59Z 2025-02-15T02:00:15Z 2024-24704 0 0 09000064868035c2
TSA-2022-0001-0043 TSA Enhancing Surface Cyber Risk Management TSA-2022-0001 U.S. DHS/TSA - Enhancing Surface Cyber Risk Management - NPRM - Preliminary Regulatory Impact Analysis and Initial Regulatory Flexibility Analysis Supporting & Related Material Supplement 2024-11-07T05:00:00Z 2024 11     2024-11-07T13:40:46Z   0 0 090000648680367e
TSA-2022-0001-0004 TSA Enhancing Surface Cyber Risk Management TSA-2022-0001 Enhancing Surface Cyber Risk Management Proposed Rule Extension of Comment Period 2022-12-23T05:00:00Z 2022 12 2022-12-23T05:00:00Z 2023-02-02T04:59:59Z 2023-02-02T02:00:36Z 2022-27917 0 0 0900006485550c73
TSA-2022-0001-0001 TSA Enhancing Surface Cyber Risk Management TSA-2022-0001 Enhancing Surface Cyber Risk Management Proposed Rule Notice of Proposed Rulemaking (NPRM) 2022-11-30T05:00:00Z 2022 11 2022-11-30T05:00:00Z 2023-02-02T04:59:59Z 2025-02-04T17:03:12Z 2022-25941 0 0 090000648550a240

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