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

9 rows where agency_id = "USPS", document_type = "Proposed Rule" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2024 · 9 ✖

document_type 1

  • Proposed Rule · 9 ✖

agency_id 1

  • USPS · 9 ✖
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
USPS-2024-1118-0001 USPS   Cremated Remains Packaging Requirements Proposed Rule   2024-11-26T05:00:00Z 2024 11 2024-11-26T05:00:00Z 2024-12-27T04:59:59Z 2024-11-26T13:12:47Z 2024-27537 0 0 0900006486837e35
USPS-2024-1038-0001 USPS   Service Standards for Market-Dominant Mail Products Proposed Rule   2024-11-15T05:00:00Z 2024 11 2024-11-15T05:00:00Z 2025-01-01T04:59:59Z 2024-11-15T12:47:24Z 2024-26434 0 0 0900006486817c14
USPS-2024-0680-0001 USPS   Dual Shipping Labels Discontinued Proposed Rule   2024-10-15T04:00:00Z 2024 10 2024-10-15T04:00:00Z 2024-11-15T04:59:59Z 2024-10-15T12:10:28Z 2024-23823 0 0 09000064867ce685
USPS-2024-0350-0001 USPS   Address Correction Notices IMpb Proposed Rule   2024-08-06T04:00:00Z 2024 8 2024-08-06T04:00:00Z 2024-09-06T03:59:59Z 2024-08-06T12:14:11Z 2024-17113 0 0 090000648661ffa8
USPS-2024-0261-0001 USPS   Optional Endorsement Lines and Carrier Route Information Lines Proposed Rule   2024-06-28T04:00:00Z 2024 6 2024-06-28T04:00:00Z 2024-07-30T03:59:59Z 2024-06-28T12:31:02Z 2024-13942 0 0 09000064865d0bd4
USPS-2024-0260-0001 USPS   Parcel Processing Categories Simplification Proposed Rule   2024-06-28T04:00:00Z 2024 6 2024-06-28T04:00:00Z 2024-07-30T03:59:59Z 2024-06-28T12:30:22Z 2024-13924 0 0 09000064865d0b16
USPS-2024-0241-0001 USPS   Securing Bundles of Flats Proposed Rule   2024-06-14T04:00:00Z 2024 6 2024-06-14T04:00:00Z 2024-07-16T03:59:59Z 2024-06-14T12:09:07Z 2024-13152 0 0 09000064865b5e3c
USPS-2024-0091-0001 USPS   International Mailing Services: Proposed Price Changes Proposed Rule   2024-04-17T04:00:00Z 2024 4 2024-04-17T04:00:00Z 2024-05-18T03:59:59Z 2024-04-17T11:51:08Z 2024-08154 0 0 09000064864dc0c7
USPS-2024-0089-0001 USPS   New Mailing Standards for Domestic Mailing Services Products Proposed Rule   2024-04-16T04:00:00Z 2024 4 2024-04-16T04:00:00Z 2024-05-17T03:59:59Z 2024-04-16T12:25:13Z 2024-08028 0 0 09000064864da928

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