documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "USTR-2015-0018" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- USTR 10
| 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-2015-0018-0029 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | GSP Country Practice Hearing agenda_Nov 2018 | Supporting & Related Material | 2018-12-17T05:00:00Z | 2018 | 12 | 2018-12-17T20:35:52Z | 0 | 0 | 09000064838ffc6b | ||||
| USTR-2015-0018-0028 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | Transcript_GSP country hearings -- 11.29.18 | Supporting & Related Material | 2018-12-11T05:00:00Z | 2018 | 12 | 2018-12-11T14:52:00Z | 0 | 0 | 0900006483982021 | ||||
| USTR-2015-0018-0024 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | Generalized System of Preferences: Hearing for Ongoing Country Practice Reviews of Bolivia, Ecuador, Georgia, Indonesia, Iraq, Thailand, and Uzbekistan and for the Ongoing Country Designation Review of Laos | Notice | 2018-11-13T05:00:00Z | 2018 | 11 | 2018-11-15T05:00:00Z | 2018-12-18T04:59:59Z | 2018-12-18T02:02:03Z | 2018-22374 | 0 | 0 | 09000064838dd4b2 | |
| USTR-2015-0018-0018 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | GSP Country Practice Hearing Sept 26 2017 | Supporting & Related Material | 2017-10-10T04:00:00Z | 2017 | 10 | 2017-10-10T13:57:22Z | 0 | 0 | 0900006482bb3726 | ||||
| USTR-2015-0018-0017 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | Agenda for the September 26-27th GSP Country Practice Hearing | Supporting & Related Material | 2017-09-26T04:00:00Z | 2017 | 9 | 2017-09-27T12:05:33Z | 0 | 0 | 0900006482b7eb5f | ||||
| USTR-2015-0018-0016 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | Agenda for the September 26-27th GSP Country Practice Hearing | Supporting & Related Material | 2017-09-22T00:00:00Z | 2017 | 9 | 2018-04-05T23:03:23Z | 0 | 1 | 0900006482b71121 | ||||
| USTR-2015-0018-0006 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | Post-Hearing Questions for GSP Jan. 14-15, 2016 Hearing | Supporting & Related Material | 2016-02-05T05:00:00Z | 2016 | 2 | 2016-02-05T17:21:03Z | 0 | 0 | 0900006481e5486d | ||||
| USTR-2015-0018-0005 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | January 14, 2016 Hearing Transcripts | Supporting & Related Material | 2016-02-05T05:00:00Z | 2016 | 2 | 2016-02-05T17:20:59Z | 0 | 0 | 0900006481e5486b | ||||
| USTR-2015-0018-0007 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | Compilation of January 14 - 15, 2016 Hearing Questions | Supporting & Related Material | 2016-02-05T05:00:00Z | 2016 | 2 | 2016-02-05T17:21:07Z | 0 | 0 | 0900006481e54bfb | ||||
| USTR-2015-0018-0001 | USTR | GSP Country Practice Review - Thailand USTR-2015-0018 | Generalized System of Preferences: Acceptance of a Country Practices Petition on Thailand; Hearing on Certain Country Practice Reviews | Notice | 2015-11-25T05:00:00Z | 2015 | 11 | 2015-11-25T05:00:00Z | 2018-11-14T04:59:59Z | 2018-11-17T02:01:43Z | 2015-30065 | 0 | 0 | 0900006481d72a15 |
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;