documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where agency_id = "APHIS", docket_id = "APHIS-2023-0040" and posted_year = 2024 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (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-2023-0040-0008 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Imports: Rosemary and Tarragon from Ethiopia | Notice | Availability of Document | 2024-12-20T05:00:00Z | 2024 | 12 | 2024-12-20T05:00:00Z | 2024-12-20T13:47:11Z | 2024-30453 | 0 | 0 | 09000064868815dd | |
| APHIS-2023-0040-0001 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Imports: Rosemary and Tarragon from Ethiopia, Pest Risk Analyses | Notice | Availability of Document | 2024-04-04T04:00:00Z | 2024 | 4 | 2024-04-04T04:00:00Z | 2024-06-04T03:59:59Z | 2024-04-04T12:45:08Z | 2024-07104 | 0 | 0 | 09000064864b97e7 |
| APHIS-2023-0040-0002 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Economics Effects Assessment: Importation of fresh tarragon (Artemisia dracunculus) for consumption from Ethiopia into the continental United States | Supporting & Related Material | Economic Analysis | 2024-04-04T04:00:00Z | 2024 | 4 | 2024-04-04T12:48:42Z | 0 | 0 | 09000064864997a1 | |||
| APHIS-2023-0040-0003 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Risk Management Document Importation of fresh rosemary (Rosmarinus officinalis) for consumption from Ethiopia into the continental United States | Supporting & Related Material | Risk Management Document | 2024-04-04T04:00:00Z | 2024 | 4 | 2024-04-04T12:48:51Z | 0 | 0 | 09000064864997a2 | |||
| APHIS-2023-0040-0005 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Economic Effects Assessment: Importation of fresh rosemary (Rosmarinus officinalis) for consumption from Ethiopia into the continental United States | Supporting & Related Material | Economic Analysis | 2024-04-04T04:00:00Z | 2024 | 4 | 2024-04-04T12:49:02Z | 0 | 0 | 090000648649999e | |||
| APHIS-2023-0040-0004 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Risk Management Document Importation of fresh tarragon (Artemisia dracunculus) for consumption from Ethiopia into the continental United States | Supporting & Related Material | Risk Management Document | 2024-04-04T04:00:00Z | 2024 | 4 | 2024-04-04T12:48:55Z | 0 | 0 | 09000064864997a3 | |||
| APHIS-2023-0040-0006 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Importation of tarragon (Artemisia dracunculus) from Ethiopia into the continental United States for consumption A Qualitative, Pathway Initiated Pest Risk Assessment | Supporting & Related Material | Risk Assessment | 2024-04-04T04:00:00Z | 2024 | 4 | 2024-04-04T12:49:07Z | 0 | 0 | 09000064864999a0 | |||
| APHIS-2023-0040-0007 | APHIS | Importation of Rosemary and Tarragon from Ethiopia into the Continental United States APHIS-2023-0040 | Importation of rosemary (Rosmarinus officinalis) for consumption from Ethiopia into the continental United States A Qualitative, Pathway Initiated Pest Risk Assessment | Supporting & Related Material | Risk Assessment | 2024-04-04T04:00:00Z | 2024 | 4 | 2024-04-04T12:49:32Z | 0 | 0 | 09000064864b941d |
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);