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

3 rows where docket_id = "ITA-2006-0138" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 2

  • 2006 2
  • 2007 1

document_type 1

  • Notice 3

agency_id 1

  • ITA 3
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
ITA-2006-0138-0003 ITA Circular Welded Non-Alloy Steel Pipe From Mexico: Rescission of Antidumping Duty Administrative Review ITA-2006-0138 Circular Welded Non-Alloy Steel Pipe From Mexico: Rescission of Antidumping Duty Administrative Review Notice   2007-02-12T05:00:00Z 2007 2 2007-02-12T05:00:00Z   2007-06-29T01:56:58Z E7-02348 0 0 090000648020252f
ITA-2006-0138-0002 ITA Circular Welded Non-Alloy Steel Pipe From Mexico: Rescission of Antidumping Duty Administrative Review ITA-2006-0138 Circular Welded Non-Alloy Steel Pipe and Tube From Mexico: Extension of Time Limit for the Preliminary Results of the Antidumping Duty New Shipper Review Notice   2006-11-27T05:00:00Z 2006 11 2006-11-27T05:00:00Z   2007-06-29T01:56:58Z E6-20021 0 0 09000064801e587b
ITA-2006-0138-0001 ITA Circular Welded Non-Alloy Steel Pipe From Mexico: Rescission of Antidumping Duty Administrative Review ITA-2006-0138 Circular Welded Non-Alloy Steel Pipe From Mexico: Rescission of Antidumping Duty Administrative Review Notice   2006-03-27T05:00:00Z 2006 3 2006-03-27T05:00:00Z   2007-06-29T01:56:58Z E6-04398 0 0 090000648014eb06

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