documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "APHIS" and docket_id = "APHIS-2015-0005" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, 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-2015-0005-0019 | APHIS | Importation of Citrus From Peru; Expansion of Citrus-Growing Area APHIS-2015-0005 | Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities | Supporting & Related Material | Economic Analysis | 2015-09-14T04:00:00Z | 2015 | 9 | 2015-09-14T14:04:26Z | 0 | 0 | 0900006481c47cbf | |||
| APHIS-2015-0005-0018 | APHIS | Importation of Citrus From Peru; Expansion of Citrus-Growing Area APHIS-2015-0005 | Importation of Citrus From Peru: Expansion of Citrus-Growing Area | Rule | Final Rule | 2015-09-14T04:00:00Z | 2015 | 9 | 2015-09-14T04:00:00Z | 2015-09-14T14:03:39Z | 2015-23039 | 0 | 0 | 0900006481c6c103 | |
| APHIS-2015-0005-0001 | APHIS | Importation of Citrus From Peru; Expansion of Citrus-Growing Area APHIS-2015-0005 | Imports: Citrus from Peru; Expansion of Citrus-Growing Area | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2015-05-01T04:00:00Z | 2015 | 5 | 2015-05-01T04:00:00Z | 2015-07-01T03:59:59Z | 2015-07-01T01:31:22Z | 2015-10199 | 0 | 0 | 0900006481ac737e |
| APHIS-2015-0005-0003 | APHIS | Importation of Citrus From Peru; Expansion of Citrus-Growing Area APHIS-2015-0005 | Pest List for the Importation of Fresh Commercial Citrus Fruit: Grapefruit (Citrus × paradisi); Lime (C. aurantiifolia); Mandarin Orange, Tangerine, or Hybrids (C. reticulata); Sweet Orange (C. sinensis); and Tangelo (C. × tangelo) from Peru into the Continental United States | Supporting & Related Material | Risk Assessment | 2015-05-01T04:00:00Z | 2015 | 5 | 2016-10-31T15:08:17Z | 0 | 0 | 0900006481abe1cc | |||
| APHIS-2015-0005-0002 | APHIS | Importation of Citrus From Peru; Expansion of Citrus-Growing Area APHIS-2015-0005 | Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities | Supporting & Related Material | Economic Analysis | 2015-05-01T04:00:00Z | 2015 | 5 | 2016-10-31T15:08:16Z | 0 | 0 | 0900006481abe1cb |
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);