documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "APHIS-2010-0020" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| APHIS-2010-0020-0014 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Importation of Fresh Tomato Fruit with Stems (Solanum lycopersicum L.) (Synonym: Lycopersicon esculentum P. Mill.) from the Republic of Korea into the United States:A Pathway-Initiated Risk Assessment | Supporting & Related Material | Risk Assessment | 2011-10-12T04:00:00Z | 2011 | 10 | 2011-10-12T15:10:56Z | 0 | 0 | 0900006480ed9efb | |||
| APHIS-2010-0020-0012 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Importation of Fresh Tomato (Solanum lycopersicum L.) Fruit with Stems from the Republic of Korea into the United States: Risk Management Document | Supporting & Related Material | Risk Management Document | 2011-10-12T04:00:00Z | 2011 | 10 | 2011-10-12T15:10:49Z | 0 | 0 | 0900006480ed9e01 | |||
| APHIS-2010-0020-0011 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Importation of Tomatoes With Stems From the Republic of Korea Into the U.S. | Rule | Final Rule | 2011-10-12T04:00:00Z | 2011 | 10 | 2011-10-12T04:00:00Z | 2012-03-24T19:37:23Z | 2011-26345 | 0 | 0 | 0900006480f50ff3 | |
| APHIS-2010-0020-0013 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Analysis in Support of Certification that the Rule: Importation of Tomatoes with Stems from the Republic of Korea into the United Stateswill not have a Significant Economic Impact on a Substantial Number of Small Entities | Supporting & Related Material | Economic Analysis | 2011-10-12T04:00:00Z | 2011 | 10 | 2011-10-12T15:10:53Z | 0 | 0 | 0900006480ed9ef8 | |||
| APHIS-2010-0020-0004 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Importation of Fresh Tomato Fruit with Stems (Solanum lycopersicum L.) (Synonym: Lycopersicon esculentum P. Mill.) from the Republic of Korea into the United States A Pathway-Initiated Risk Assessment | Supporting & Related Material | Risk assessment | 2011-03-15T04:00:00Z | 2011 | 3 | 2011-06-11T16:56:26Z | 0 | 0 | 0900006480c0284a | |||
| APHIS-2010-0020-0002 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities: Importation of Tomatoes with Stems from the Republic of Korea into the United States, 7 CFR 319.28 | Supporting & Related Material | Economic analysis | 2011-03-15T04:00:00Z | 2011 | 3 | 2011-06-11T16:56:26Z | 0 | 0 | 0900006480c02673 | |||
| APHIS-2010-0020-0003 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Importation of Fresh Tomato (Solanum lycopersicum L.) Fruit with Stems from the Republic of Korea into the United States Risk Management Document | Supporting & Related Material | Risk Management Document | 2011-03-15T04:00:00Z | 2011 | 3 | 2011-06-11T16:56:26Z | 0 | 0 | 0900006480c02674 | |||
| APHIS-2010-0020-0001 | APHIS | Importation of Tomatoes with Stems from the Republic of Korea into the United States APHIS-2010-0020 | Importation of Tomatoes with Stems from Republic of Korea into United States | Proposed Rule | Proposed rule | 2011-03-15T04:00:00Z | 2011 | 3 | 2011-03-15T04:00:00Z | 2011-05-17T03:59:59Z | 2011-06-11T16:56:26Z | 2011-05963 | 0 | 0 | 0900006480c07f4c |
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);