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 = "USPS", document_type = "Proposed Rule" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2008 · 13 ✖

document_type 1

  • Proposed Rule · 13 ✖

agency_id 1

  • USPS · 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
USPS-2008-0067-0001 USPS   Freedom of Information Act Proposed Rule   2008-12-30T05:00:00Z 2008 12 2008-12-30T05:00:00Z 2009-01-30T04:59:59Z 2008-12-31T12:13:54Z E8-28386 0 0 09000064808079fb
USPS-2008-0066-0001 USPS   New Standards for Letter-Size Booklets and Folded Self-Mailers Proposed Rule   2008-12-29T05:00:00Z 2008 12 2008-12-29T05:00:00Z 2009-01-29T04:59:59Z 2008-12-31T12:14:35Z E8-30752 0 0 0900006480805ee0
USPS-2008-0049-0001 USPS   New Automation Requirements for Detached Address Labels Proposed Rule   2008-08-27T04:00:00Z 2008 8 2008-08-27T04:00:00Z 2008-09-27T03:59:59Z 2008-09-26T11:10:02Z E8-19803 0 0 09000064806dcd59
USPS-2008-0039-0001 USPS   Treatment of Undeliverable Books and Sound Recordings Proposed Rule   2008-07-09T04:00:00Z 2008 7 2008-07-09T04:00:00Z 2008-08-09T03:59:59Z 2008-08-08T11:08:37Z E8-15223 0 0 090000648066016e
USPS-2008-0040-0001 USPS   Waiver of Signature Delivery Process Proposed Rule   2008-07-09T04:00:00Z 2008 7 2008-07-09T04:00:00Z 2008-07-25T03:59:59Z 2008-07-24T11:14:05Z E8-15212 0 0 0900006480660282
USPS-2008-0036-0001 USPS   Mailing Requirement Changes for Parcel Select Proposed Rule   2008-05-21T04:00:00Z 2008 5 2008-05-21T04:00:00Z 2008-06-21T03:59:59Z 2008-06-20T11:06:32Z E8-11210 0 0 09000064805f67d1
USPS-2008-0034-0001 USPS   Revised Standards for Postage and Fee Refunds Proposed Rule   2008-05-09T04:00:00Z 2008 5 2008-05-09T04:00:00Z 2008-06-10T03:59:59Z 2008-06-09T11:06:03Z E8-10358 0 0 0900006480557080
USPS-2008-0029-0001 USPS   Implementation of New Standards for Intelligent Mail[supreg]Barcodes Proposed Rule   2008-04-30T04:00:00Z 2008 4 2008-04-30T04:00:00Z 2008-05-31T03:59:59Z 2008-05-30T11:06:02Z E8-09502 0 0 090000648053d48c
USPS-2008-0027-0001 USPS   Service Barcode Required for Priority Mail Open and Distribute Container Address Labels Proposed Rule   2008-04-21T04:00:00Z 2008 4 2008-04-21T04:00:00Z 2008-05-06T03:59:59Z 2008-05-06T01:03:16Z E8-08228 0 0 0900006480517f26
USPS-2008-0023-0001 USPS   Letter-Size Booklets and Folded Self-Mailers Proposed Rule   2008-03-14T04:00:00Z 2008 3 2008-03-14T04:00:00Z 2008-04-15T03:59:59Z 2008-04-14T11:07:39Z E8-05094 0 0 09000064803f75b0
USPS-2008-0020-0001 USPS   New Standards Prohibit the Mailing of Replica or Inert Munitions Proposed Rule   2008-03-07T05:00:00Z 2008 3 2008-03-07T05:00:00Z 2008-04-08T03:59:59Z 2008-04-07T11:06:24Z E8-04459 0 0 09000064803ead17
USPS-2008-0017-0001 USPS   Address Facing Standards for Presort Bundles on Pallets Proposed Rule   2008-03-04T05:00:00Z 2008 3 2008-03-04T05:00:00Z   2008-03-04T12:08:23Z E8-04078 0 0 09000064803e66d5
USPS-2008-0001-0001 USPS   Implementation of Intelligent Mail[supreg]Barcodes Proposed Rule   2008-01-07T05:00:00Z 2008 1 2008-01-07T05:00:00Z 2008-02-22T04:59:59Z 2008-02-21T12:09:40Z E7-25635 0 0 090000648038b651

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