documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "APHIS-2009-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- APHIS 4
| 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-2009-0002-0009 | APHIS | Regulation of the Interstate Movement of Lemons from Areas Quarantined for Mediterranean Fruit Fly APHIS-2009-0002 | Regulation of the Interstate Movement of Lemons from Areas Quarantined for Mediterranean Fruit Fly | Rule | Final rule | 2010-03-18T04:00:00Z | 2010 | 3 | 2010-03-18T04:00:00Z | 2010-03-25T18:53:21Z | 2010-05945 | 0 | 0 | 0900006480ac0278 | |
| APHIS-2009-0002-0001 | APHIS | Regulation of the Interstate Movement of Lemons from Areas Quarantined for Mediterranean Fruit Fly APHIS-2009-0002 | Regulation of the Interstate Movement of Lemons from an Area Quarantined for Mediterranean Fruit Fly | Proposed Rule | Other | 2009-09-21T04:00:00Z | 2009 | 9 | 2009-09-21T04:00:00Z | 2009-11-21T04:59:59Z | 2009-09-21T17:15:28Z | E9-22631 | 0 | 0 | 0900006480a280d0 |
| APHIS-2009-0002-0003 | APHIS | Regulation of the Interstate Movement of Lemons from Areas Quarantined for Mediterranean Fruit Fly APHIS-2009-0002 | Lemon (Citrus limon) as a host for Mediterranean fruit fly: A scientific review and status report | Supporting & Related Material | Risk assessment | 2009-09-21T04:00:00Z | 2009 | 9 | 2009-09-21T17:15:50Z | 0 | 0 | 0900006480a21fe1 | |||
| APHIS-2009-0002-0002 | APHIS | Regulation of the Interstate Movement of Lemons from Areas Quarantined for Mediterranean Fruit Fly APHIS-2009-0002 | 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 | 2009-09-21T04:00:00Z | 2009 | 9 | 2009-09-21T17:15:48Z | 0 | 0 | 0900006480a21fe0 |
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);