documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where agency_id = "USPS", document_type = "Notice" and posted_year = 2006 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)
| 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-2006-0037-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-11-30T05:00:00Z | 2006 | 11 | 2006-11-30T05:00:00Z | 2006-11-30T12:05:57Z | 06-09475 | 0 | 0 | 09000064801e6e24 | |||
| USPS-2006-0035-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-11-08T05:00:00Z | 2006 | 11 | 2006-11-08T05:00:00Z | 2006-11-08T12:24:41Z | 06-09131 | 0 | 0 | 09000064801deede | |||
| USPS-2006-0030-0001 | USPS | Privacy Act of 1974, Computer Matching Program | Notice | 2006-10-18T04:00:00Z | 2006 | 10 | 2006-10-18T04:00:00Z | 2006-10-18T11:06:42Z | E6-17391 | 0 | 0 | 09000064801d6b35 | |||
| USPS-2006-0031-0001 | USPS | Privacy Act of 1974, Computer Matching Program--Postal Service and State Agencies | Notice | 2006-10-18T04:00:00Z | 2006 | 10 | 2006-10-18T04:00:00Z | 2006-10-18T11:08:11Z | E6-17453 | 0 | 0 | 09000064801d6bbe | |||
| USPS-2006-0029-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-10-02T04:00:00Z | 2006 | 10 | 2006-10-02T04:00:00Z | 2006-10-02T11:07:39Z | 06-08415 | 0 | 0 | 09000064801d08d5 | |||
| USPS-2006-0027-0001 | USPS | Changes in Domestic Mail Classifications | Notice | 2006-09-25T04:00:00Z | 2006 | 9 | 2006-09-25T04:00:00Z | 2006-09-25T11:06:24Z | 06-08195 | 0 | 0 | 09000064801ce0af | |||
| USPS-2006-0023-0001 | USPS | Meetings; Sunshine Acts | Notice | 2006-09-06T04:00:00Z | 2006 | 9 | 2006-09-06T04:00:00Z | 2006-09-07T13:08:44Z | 06-07477 | 0 | 0 | 09000064801c811d | |||
| USPS-2006-0021-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-07-19T04:00:00Z | 2006 | 7 | 2006-07-19T04:00:00Z | 2006-09-03T00:32:17Z | 06-06383 | 0 | 0 | 09000064801a1623 | |||
| USPS-2006-0017-0001 | USPS | Privacy Act of 1974; System of Records | Notice | 2006-06-14T04:00:00Z | 2006 | 6 | 2006-06-14T04:00:00Z | 2006-09-03T00:32:10Z | E6-09221 | 0 | 0 | 0900006480187d83 | |||
| USPS-2006-0016-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-05-30T04:00:00Z | 2006 | 5 | 2006-05-30T04:00:00Z | 2006-09-03T00:32:08Z | 06-04993 | 0 | 0 | 090000648017cb44 | |||
| USPS-2006-0014-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-04-25T04:00:00Z | 2006 | 4 | 2006-04-25T04:00:00Z | 2006-09-03T00:32:04Z | 06-03950 | 0 | 0 | 0900006480164bf3 | |||
| USPS-2006-0010-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-03-14T05:00:00Z | 2006 | 3 | 2006-03-14T05:00:00Z | 2006-09-03T00:31:57Z | 06-02531 | 0 | 0 | 0900006480145142 | |||
| USPS-2006-0009-0001 | USPS | Customized Postage | Notice | 2006-03-13T05:00:00Z | 2006 | 3 | 2006-03-13T05:00:00Z | 2006-09-03T00:31:56Z | 06-02397 | 0 | 0 | 090000648014423d | |||
| USPS-2006-0003-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-02-16T05:00:00Z | 2006 | 2 | 2006-02-16T05:00:00Z | 2006-09-03T00:31:45Z | 06-01530 | 0 | 0 | 09000064801324cf | |||
| USPS-2006-0002-0001 | USPS | Meetings; Sunshine Act | Notice | 2006-02-01T05:00:00Z | 2006 | 2 | 2006-02-01T05:00:00Z | 2006-09-03T00:31:43Z | 06-00995 | 0 | 0 | 0900006480123bc0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;