documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "USDA", document_type = "Rule" and posted_year = 2022 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-2701 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Delegations of Authority: Correction | Rule | 2022-09-07T04:00:00Z | 2022 | 9 | 2022-09-07T04:00:00Z | 2022-09-07T11:46:09Z | 2022-19238 | 0 | 0 | 09000064852bfbbc | ||
| USDA_FRDOC_0001-2682 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Delegations of Authority | Rule | 2022-07-26T04:00:00Z | 2022 | 7 | 2022-07-26T04:00:00Z | 2022-07-26T12:06:43Z | 2022-15742 | 0 | 0 | 09000064851e926b | ||
| USDA_FRDOC_0001-2645 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Production or Disclosure of Official Information in Legal Proceedings | Rule | 2022-05-02T04:00:00Z | 2022 | 5 | 2022-05-02T04:00:00Z | 2022-05-02T12:02:31Z | 2022-09380 | 0 | 0 | 090000648504728f | ||
| USDA_FRDOC_0001-2640 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Production or Disclosure of Official Information in Legal Proceedings | Rule | 2022-04-26T04:00:00Z | 2022 | 4 | 2022-04-26T04:00:00Z | 2022-04-26T12:31:24Z | 2022-08814 | 0 | 0 | 0900006485035ac2 | ||
| USDA-2021-0009-0001 | USDA | Production or Disclosure of Official Information in Legal Proceedings USDA-2021-0009 | Production or Disclosure of Official Information in Legal Proceedings | Rule | 2022-02-28T05:00:00Z | 2022 | 2 | 2022-02-28T05:00:00Z | 2022-03-31T03:59:59Z | 2022-04-02T23:45:44Z | 2022-03880 | 0 | 0 | 0900006484fab946 | |
| USDA_FRDOC_0001-2580 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Civil Monetary Penalty Inflation Adjustment | Rule | 2022-02-15T05:00:00Z | 2022 | 2 | 2022-02-15T05:00:00Z | 2022-02-15T12:45:50Z | 2022-03163 | 0 | 0 | 0900006484f79417 |
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);