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

5 rows where docket_id = "USTR-2012-0013" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2012 3
  • 2013 2

document_type 1

  • Notice · 5 ✖

agency_id 1

  • USTR 5
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
USTR-2012-0013-0236 USTR Generalized System of Preferences (GSP): Notice of Initiation of the 2012 Annual GSP Product and Country Practices Review; Deadlines for Filing Petitions USTR-2012-0013 Generalized System of Preferences: Results of the 2012 Annual Review Notice   2013-07-08T04:00:00Z 2013 7 2013-07-08T04:00:00Z   2015-08-28T01:30:35Z 2013-16201 0 0 090000648135a873
USTR-2012-0013-0180 USTR Generalized System of Preferences (GSP): Notice of Initiation of the 2012 Annual GSP Product and Country Practices Review; Deadlines for Filing Petitions USTR-2012-0013 Generalized System of Preferences Product Review; Competitive Need Limitations Notice   2013-03-19T04:00:00Z 2013 3 2013-03-19T04:00:00Z 2012-04-13T03:59:59Z 2015-07-01T21:32:45Z 2013-06229 0 0 0900006481234c4e
USTR-2012-0013-0127 USTR Generalized System of Preferences (GSP): Notice of Initiation of the 2012 Annual GSP Product and Country Practices Review; Deadlines for Filing Petitions USTR-2012-0013 Generalized System of Preferences: Product Petitions from 2011 and 2012 GSP Annual Product Reviews Notice   2012-12-28T05:00:00Z 2012 12 2012-12-28T05:00:00Z 2013-07-01T03:59:59Z 2013-05-10T01:07:06Z 2012-31282 0 0 090000648119dbf1
USTR-2012-0013-0120 USTR Generalized System of Preferences (GSP): Notice of Initiation of the 2012 Annual GSP Product and Country Practices Review; Deadlines for Filing Petitions USTR-2012-0013 Generalized System of Preferences: Import Statistics Relating to Competitive Need Limitations Notice   2012-11-06T05:00:00Z 2012 11 2012-11-06T05:00:00Z   2012-11-07T15:14:53Z 2012-27083 0 0 090000648115f2cb
USTR-2012-0013-0001 USTR Generalized System of Preferences (GSP): Notice of Initiation of the 2012 Annual GSP Product and Country Practices Review; Deadlines for Filing Petitions USTR-2012-0013 Initiation of the 2012 Annual Generalized System of Preferences Product and Country Practices Review: Deadlines for Filing Petitions Notice   2012-07-30T04:00:00Z 2012 7 2012-07-30T04:00:00Z 2012-11-26T04:59:59Z 2013-02-15T03:02:41Z 2012-18426 0 0 09000064810b77b7

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