documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "APHIS", document_type = "Proposed Rule" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date (date), comment_start_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-2011-0009-11188 | APHIS | Amendments to the Horse Protection Act Regulations APHIS-2011-0009 | Horse Protection: Licensing of Designated Qualified Persons and Other Amendments | Proposed Rule | Withdrawal | 2021-12-13T05:00:00Z | 2021 | 12 | 2021-12-13T05:00:00Z | 2023-06-29T19:35:29Z | 2021-26849 | 0 | 0 | 0900006484ec07e0 | |
| APHIS-2016-0033-0001 | APHIS | Revisions to Import Regulations for Horses APHIS-2016-0033 | Import Regulations for Horses | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2021-11-29T05:00:00Z | 2021 | 11 | 2021-11-29T05:00:00Z | 2022-01-29T04:59:59Z | 2022-01-30T00:22:22Z | 2021-25613 | 0 | 0 | 0900006484e862e2 |
| APHIS-2020-0101-0001 | APHIS | Handling of Animals; Contingency Plans APHIS-2020-0101 | Handling of Animals; Contingency Plans | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2021-06-25T04:00:00Z | 2021 | 6 | 2021-06-25T04:00:00Z | 2021-08-25T03:59:59Z | 2021-08-26T01:00:30Z | 2021-13152 | 0 | 0 | 0900006484bb1ad4 |
| APHIS-2016-0099-0016 | APHIS | Importation of Fresh Avocado Fruit From Continental Ecuador Into the Continental United States APHIS-2016-0099 | Imports: Fresh Avocado Fruit From Continental Ecuador Into the Continental United States | Proposed Rule | Reopening of Comment Period | 2021-04-16T04:00:00Z | 2021 | 4 | 2021-04-16T04:00:00Z | 2021-05-18T03:59:59Z | 2021-05-18T01:00:46Z | 2021-07747 | 0 | 0 | 0900006484aa9980 |
| APHIS-2020-0079-2414 | APHIS | Regulation of the Movement of Animals Modified or Developed by Genetic Engineering APHIS-2020-0079 | Regulation of the Movement of Animals Modified or Developed by Genetic Engineering | Proposed Rule | Advance Notice of Proposed Rulemaking (ANPRM) | 2021-03-08T05:00:00Z | 2021 | 3 | 2021-10-19T01:00:39Z | 2021-04716 | 0 | 0 | 0900006484a629b7 | ||
| APHIS-2020-0065-0001 | APHIS | Voluntary Trichinae Certification Program APHIS-2020-0065 | Elimination of the Voluntary Trichinae Certification Program | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2021-03-03T05:00:00Z | 2021 | 3 | 2021-03-03T05:00:00Z | 2021-05-04T03:59:59Z | 2021-05-03T01:00:31Z | 2021-03772 | 0 | 0 | 0900006484a5c6df |
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);