documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "APHIS", document_type = "Proposed Rule" and posted_year = 2022 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, title, subtype, 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-2021-0052-0001 | APHIS | User Fees, Notice-Based Process APHIS-2021-0052 | Process for Establishing Rates for Veterinary Services User Fees | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2022-10-03T04:00:00Z | 2022 | 10 | 2022-10-03T04:00:00Z | 2022-12-03T04:59:59Z | 2022-12-03T02:01:01Z | 2022-21030 | 0 | 0 | 090000648539c399 |
| APHIS-2021-0010-0001 | APHIS | ANPR for Amendments to APHIS Indemnity Regulations APHIS-2021-0010 | Indemnity Regulations | Proposed Rule | Advance Notice of Proposed Rulemaking (ANPRM) | 2022-09-07T04:00:00Z | 2022 | 9 | 2022-09-07T04:00:00Z | 2022-11-08T04:59:59Z | 2022-11-16T02:01:23Z | 2022-19260 | 0 | 0 | 09000064852bf79d |
| APHIS-2019-0035-0001 | APHIS | Web Listing of Quarantined Areas and Regulated Articles for PPQ Domestic Programs APHIS-2019-0035 | Domestic Quarantine: Quarantined Areas and Regulated Articles | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2022-06-14T04:00:00Z | 2022 | 6 | 2022-06-14T04:00:00Z | 2022-08-16T03:59:59Z | 2022-06-14T13:11:22Z | 2022-12153 | 0 | 0 | 0900006485162175 |
| APHIS-2020-0068-18375 | APHIS | Standards for Birds under the Animal Welfare Act APHIS-2020-0068 | Standards for Birds Not Bred for Use in Research under the Animal Welfare Act | Proposed Rule | Extension of Comment Period | 2022-04-22T04:00:00Z | 2022 | 4 | 2022-06-07T01:00:30Z | 2022-08642 | 0 | 0 | 090000648502d6f5 | ||
| APHIS-2020-0068-8062 | APHIS | Standards for Birds under the Animal Welfare Act APHIS-2020-0068 | Standards for Birds Not Bred for Use in Research under the Animal Welfare Act | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2022-02-22T05:00:00Z | 2022 | 2 | 2022-02-22T05:00:00Z | 2022-05-26T03:59:59Z | 2022-05-27T01:00:24Z | 2022-03565 | 0 | 0 | 0900006484f9a50d |
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);