documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "USDA", document_type = "Rule" and posted_year = 2024 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-3122 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Biobased Markets Program | Rule | 2024-12-09T05:00:00Z | 2024 | 12 | 2024-12-09T05:00:00Z | 2024-12-09T13:15:47Z | 2024-28431 | 0 | 0 | 0900006486856287 | ||
| USDA-2024-0007-0001 | USDA | Implementation of HAVANA Act of 2021 USDA-2024-0007 | Implementation of HAVANA Act | Rule | 2024-11-20T05:00:00Z | 2024 | 11 | 2024-11-20T05:00:00Z | 2025-01-22T04:59:59Z | 2025-03-04T16:33:31Z | 2024-27112 | 0 | 0 | 090000648682a0b0 | |
| USDA_FRDOC_0001-3100 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Agriculture Acquisition Regulation | Rule | 2024-10-07T04:00:00Z | 2024 | 10 | 2024-10-07T04:00:00Z | 2024-10-07T12:07:06Z | 2024-22463 | 0 | 0 | 09000064867b6837 | ||
| USDA_FRDOC_0001-3099 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Delegations of Authority | Rule | 2024-10-02T04:00:00Z | 2024 | 10 | 2024-10-02T04:00:00Z | 2024-10-02T12:03:31Z | 2024-22571 | 0 | 0 | 09000064867a6932 | ||
| USDA_FRDOC_0001-3082 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards | Rule | 2024-08-26T04:00:00Z | 2024 | 8 | 2024-08-26T04:00:00Z | 2024-08-26T12:20:57Z | 2024-18544 | 0 | 0 | 090000648669beda | ||
| USDA-2024-0001-0001 | USDA | Civil Monetary Penalty Inflation Adjustments for 2024 USDA-2024-0001 | Civil Monetary Penalty Inflation Adjustment | Rule | 2024-06-07T04:00:00Z | 2024 | 6 | 2024-06-07T04:00:00Z | 2024-06-10T20:03:47Z | 2024-12542 | 0 | 0 | 090000648659da29 | ||
| USDA_FRDOC_0001-2987 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Partnerships With Faith-Based and Neighborhood Organizations | Rule | 2024-03-04T05:00:00Z | 2024 | 3 | 2024-03-04T05:00:00Z | 2024-03-04T14:27:04Z | 2024-03869 | 0 | 0 | 090000648645446e |
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);