documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "USDA", document_type = "Rule" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, posted_month, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| USDA_FRDOC_0001-2951 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Debt Management: Administrative Updates | Rule | 2023-12-27T05:00:00Z | 2023 | 12 | 2023-12-27T05:00:00Z | 2023-12-27T13:20:28Z | 2023-28408 | 0 | 0 | 090000648635c373 | ||
| USDA_FRDOC_0001-2905 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Delegations of Authority | Rule | 2023-10-12T04:00:00Z | 2023 | 10 | 2023-10-12T04:00:00Z | 2023-10-12T12:14:40Z | 2023-22524 | 0 | 0 | 09000064860b9794 | ||
| USDA_FRDOC_0001-2821 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Civil Monetary Penalty Inflation Adjustment | Rule | 2023-05-10T04:00:00Z | 2023 | 5 | 2023-05-10T04:00:00Z | 2023-05-10T12:15:58Z | 2023-09912 | 0 | 0 | 09000064859ed40f | ||
| USDA_FRDOC_0001-2817 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Review and Issuance of Agency Guidance Documents; Removal of Regulations | Rule | 2023-05-04T04:00:00Z | 2023 | 5 | 2023-05-04T04:00:00Z | 2023-05-04T12:16:08Z | 2023-09531 | 0 | 0 | 09000064859c9d5a | ||
| USDA-2021-0012-0001 | USDA | Pandemic Assistance Programs USDA-2021-0012 | Pandemic Assistance Programs and Agricultural Disaster Assistance Programs | Rule | 2023-01-11T05:00:00Z | 2023 | 1 | 2023-01-11T05:00:00Z | 2023-03-14T03:59:59Z | 2023-02-10T02:01:21Z | 2023-00005 | 0 | 0 | 09000064855e0581 |
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);