documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where agency_id = "USDA", document_type = "Rule" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, title, posted_date, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| USDA_FRDOC_0001-2356 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities | Rule | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T05:00:00Z | 2020-12-17T13:16:51Z | 2020-27084 | 0 | 0 | 09000064849a44dc | ||
| USDA-2020-0010-0001 | USDA | Regulations for Grants/Agreements: Update of Citations USDA-2020-0010 | Regulations for Grants and Agreements; Update of Citations | Rule | 2020-11-16T05:00:00Z | 2020 | 11 | 2020-11-16T05:00:00Z | 2020-11-17T18:26:31Z | 2020-24502 | 0 | 0 | 0900006484960451 | ||
| USDA_FRDOC_0001-2312 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Delegations of Authority | Rule | 2020-10-15T04:00:00Z | 2020 | 10 | 2020-10-15T04:00:00Z | 2020-10-15T11:53:19Z | 2020-20092 | 0 | 0 | 090000648490fe28 | ||
| USDA_FRDOC_0001-2292 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Coronavirus Food Assistance Program; Correction | Rule | 2020-09-21T04:00:00Z | 2020 | 9 | 2020-09-21T04:00:00Z | 2020-09-21T11:55:02Z | 2020-20802 | 0 | 0 | 090000648486ad4b | ||
| USDA-2020-0006-0002 | USDA | Review and Issuance of Agency Guidance Documents USDA-2020-0006 | Review and Issuance of Agency Guidance Documents | Rule | 2020-09-08T04:00:00Z | 2020 | 9 | 2020-09-08T04:00:00Z | 2020-09-14T15:06:56Z | 2020-17652 | 0 | 0 | 0900006484849413 | ||
| USDA_FRDOC_0001-2286 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Highly Erodible Land and Wetland Conservation | Rule | 2020-08-28T04:00:00Z | 2020 | 8 | 2020-08-28T04:00:00Z | 2020-08-28T12:08:58Z | 2020-18626 | 0 | 0 | 0900006484827539 | ||
| USDA_FRDOC_0001-2277 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Funding Availability: Coronavirus Food Assistance Program; Additional Eligible Commodities | Rule | 2020-08-14T04:00:00Z | 2020 | 8 | 2020-08-14T04:00:00Z | 2020-08-14T11:46:19Z | 2020-17781 | 0 | 0 | 09000064847ffddf | ||
| USDA_FRDOC_0001-2279 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Coronavirus Food Assistance Program; Correction | Rule | 2020-08-14T04:00:00Z | 2020 | 8 | 2020-08-14T04:00:00Z | 2020-08-14T11:50:27Z | 2020-17780 | 0 | 0 | 09000064847ffe97 | ||
| USDA-2019-0007-0001 | USDA | Debt Management USDA-2019-0007 | Debt Management | Rule | 2020-06-17T04:00:00Z | 2020 | 6 | 2020-06-17T04:00:00Z | 2020-06-17T17:25:45Z | 2020-09447 | 0 | 0 | 09000064846f58d2 | ||
| USDA-2020-0006-0001 | USDA | Review and Issuance of Agency Guidance Documents USDA-2020-0006 | Review and Issuance of Agency Guidance Documents | Rule | 2020-06-03T04:00:00Z | 2020 | 6 | 2020-06-03T04:00:00Z | 2020-06-03T14:07:57Z | 2020-09886 | 0 | 0 | 09000064846c6538 | ||
| USDA-2020-0004-0001 | USDA | Department of Agriculture Regulations for Grants and Agreements; Update of Citations USDA-2020-0004 | Regulations for Grants and Agreements: Update of Citations | Rule | 2020-05-28T04:00:00Z | 2020 | 5 | 2020-05-28T04:00:00Z | 2020-05-28T13:23:09Z | 2020-09568 | 0 | 0 | 09000064846b6f83 | ||
| USDA_FRDOC_0001-2190 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Standards of Ethical Conduct for Employees of the Department of Agriculture | Rule | 2020-03-05T05:00:00Z | 2020 | 3 | 2020-03-05T05:00:00Z | 2020-03-05T12:55:02Z | 2020-03058 | 0 | 0 | 09000064843ed7b2 |
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);