documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "APHIS-2018-0007" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, withdrawn, 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-2018-0007-0160 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | Finding of No Significant Impact | Supporting & Related Material | Finding of no Significant Impact | 2023-11-14T05:00:00Z | 2023 | 11 | 2023-11-14T13:58:33Z | 0 | 0 | 0900006486264e7a | |||
| APHIS-2018-0007-0161 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | Final Economic Analysis | Supporting & Related Material | Economic Analysis | 2023-11-14T05:00:00Z | 2023 | 11 | 2023-11-14T13:59:10Z | 0 | 0 | 0900006486266d54 | |||
| APHIS-2018-0007-0162 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | Final Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2023-11-14T05:00:00Z | 2023 | 11 | 2023-11-14T13:59:39Z | 0 | 0 | 0900006486266d55 | |||
| APHIS-2018-0007-0159 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | Imports: Fresh Beef from Paraguay | Rule | Final Rule | 2023-11-14T05:00:00Z | 2023 | 11 | 2023-11-14T05:00:00Z | 2023-11-14T13:57:55Z | 2023-24782 | 0 | 0 | 090000648626de01 | |
| APHIS-2018-0007-0008 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | Supporting Statement: Importation of Fresh Beef from Paraguay, March 2023 (Paperwork package) | Supporting & Related Material | Paperwork Packages | 2023-03-29T04:00:00Z | 2023 | 3 | 2023-03-29T19:19:29Z | 0 | 0 | 0900006485888750 | |||
| APHIS-2018-0007-0004 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | 18-007-1 Draft EA April 2022 | Supporting & Related Material | Environmental Assessment | 2023-03-27T04:00:00Z | 2023 | 3 | 2023-03-27T14:09:56Z | 0 | 0 | 0900006485552772 | |||
| APHIS-2018-0007-0001 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | Importation of Fresh Beef from Paraguay | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2023-03-27T04:00:00Z | 2023 | 3 | 2023-03-27T04:00:00Z | 2023-05-27T03:59:59Z | 2023-05-27T22:50:41Z | 2023-05889 | 0 | 0 | 09000064858684da |
| APHIS-2018-0007-0002 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | 18-007-1 RIA | Supporting & Related Material | Environmental Impact Statement | 2023-03-27T04:00:00Z | 2023 | 3 | 2023-03-27T20:46:48Z | 0 | 0 | 0900006485552aa6 | |||
| APHIS-2018-0007-0005 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | Risk Analysis: Foot-and-Mouth Disease Risk from Importation of Fresh (Chilled or Frozen), Matured, Deboned Beef from Paraguay into the United States, August 2018 | Supporting & Related Material | Risk Assessment | 2023-03-27T04:00:00Z | 2023 | 3 | 2023-03-27T20:27:48Z | 0 | 0 | 090000648586ed6d | |||
| APHIS-2018-0007-0003 | APHIS | Importation of Fresh Beef From Paraguay APHIS-2018-0007 | 18-007-1 Risk Assessment | Supporting & Related Material | 2023-03-27T00:00:00Z | 2023 | 3 | 2023-03-27T20:14:00Z | 0 | 1 | 0900006485552771 |
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);