documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "APHIS", docket_id = "APHIS-2022-0023" and posted_year = 2024 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, 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-2022-0023-0088 | APHIS | User Fees for Agricultural Quarantine and Inspection Services APHIS-2022-0023 | User Fees for Agricultural Quarantine and Inspection Services; Correction | Rule | Correction | 2024-08-16T04:00:00Z | 2024 | 8 | 2024-08-16T04:00:00Z | 2024-08-16T14:31:38Z | 2024-18206 | 0 | 0 | 090000648664dbad | |
| APHIS-2022-0023-0087 | APHIS | User Fees for Agricultural Quarantine and Inspection Services APHIS-2022-0023 | Regulatory Impact Analysis & Final Regulatory Flexibility Analysis: User Fees for Agricultural Quarantine and Inspection Services | Supporting & Related Material | Economic Analysis | 2024-05-07T04:00:00Z | 2024 | 5 | 2024-05-07T12:46:20Z | 0 | 0 | 090000648652d249 | |||
| APHIS-2022-0023-0085 | APHIS | User Fees for Agricultural Quarantine and Inspection Services APHIS-2022-0023 | Map of Cascadia | Supporting & Related Material | Background Material | 2024-05-07T04:00:00Z | 2024 | 5 | 2024-05-07T12:46:07Z | 0 | 0 | 09000064864f4ac0 | |||
| APHIS-2022-0023-0086 | APHIS | User Fees for Agricultural Quarantine and Inspection Services APHIS-2022-0023 | Map of Great Lakes | Supporting & Related Material | Background Material | 2024-05-07T04:00:00Z | 2024 | 5 | 2024-05-07T12:46:14Z | 0 | 0 | 09000064864f4ac1 | |||
| APHIS-2022-0023-0084 | APHIS | User Fees for Agricultural Quarantine and Inspection Services APHIS-2022-0023 | User Fees: Agricultural Quarantine and Inspection Services | Rule | Final Rule | 2024-05-07T04:00:00Z | 2024 | 5 | 2024-05-07T04:00:00Z | 2024-05-07T12:45:32Z | 2024-09348 | 0 | 0 | 0900006486549ab2 |
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);