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 agency_id = "TSA", document_type = "Notice" and posted_year = 2002 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2002 · 6 ✖

document_type 1

  • Notice · 6 ✖

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-2002-11334-0040 TSA Aviation Security Infrastructure Air Carrier Fees TSA-2002-11334 Notice: Final Waiver of Audit Submission Requirement (Federal Register Publicataion) Notice Notice 2002-10-30T05:00:00Z 2002 10 2002-10-30T05:00:00Z 2002-10-31T04:59:59Z 2024-11-07T17:17:11Z   1 0 09000064802c7698
TSA-2002-11334-0039 TSA Aviation Security Infrastructure Air Carrier Fees TSA-2002-11334 Notice: Temporary Waiver of Audit Submission Requirements (Federal Register Publication) Notice Notice 2002-09-04T04:00:00Z 2002 9 2002-09-04T04:00:00Z 2002-09-05T03:59:59Z 2024-11-07T17:17:10Z   1 0 09000064802c7695
TSA-2002-12394-0106 TSA Private Charter Security Rules TSA-2002-12394 Notice Notice Notice 2002-08-22T04:00:00Z 2002 8 2002-08-22T04:00:00Z 2002-08-23T03:59:59Z 2024-11-07T17:42:24Z   1 0 0900006480306b0e
TSA-2002-11334-0020 TSA Aviation Security Infrastructure Air Carrier Fees TSA-2002-11334 Notice: Guidance for the Aviation Security Infrastructure Fee: Completing and Submitting Appendix A on Costs Related to Passenger and Property Screening for Calendar Year 2000 (Federal Register Publication) Notice Notice 2002-05-01T04:00:00Z 2002 5 2002-05-01T04:00:00Z 2002-05-02T03:59:59Z 2024-11-07T17:15:51Z   1 0 09000064802c7661
TSA-2002-11334-0008 TSA Aviation Security Infrastructure Air Carrier Fees TSA-2002-11334 Notice: Extension of Comment Period (Federal Register Publication) Notice Public Meetings 2002-03-20T05:00:00Z 2002 3 2002-03-20T05:00:00Z 2002-03-21T04:59:59Z 2024-11-07T17:18:22Z   1 0 09000064802c76be
TSA-2002-11334-0004 TSA Aviation Security Infrastructure Air Carrier Fees TSA-2002-11334 Notice; Reports, Forms and Records Keeping Requirements; OMB Approval of Agency Information Collection Activity (Federal Register Publication) Notice Public Meetings 2002-02-28T05:00:00Z 2002 2 2002-02-28T05:00:00Z 2002-03-01T04:59:59Z 2024-11-07T17:17:10Z   1 0 09000064802c7697

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