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 = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-1391 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards: Federal Awarding Agency Regulatory Implementation | Rule | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T05:00:00Z | 2015-02-18T04:59:59Z | 2015-02-18T03:01:15Z | 2014-28697 | 0 | 0 | 09000064819858de | |
| USDA_FRDOC_0001-1388 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Programs or Activities Receiving Federal Financial Assistance: Nondiscrimination on the Basis of Age | Rule | 2014-12-10T05:00:00Z | 2014 | 12 | 2014-12-10T05:00:00Z | 2015-01-10T04:59:59Z | 2014-12-11T16:04:54Z | 2014-28452 | 0 | 0 | 090000648196a96d | |
| USDA_FRDOC_0001-1383 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Guidance to Federal Financial Assistance Recipients: Title VI Prohibition against National Origin Discrimination Affecting Persons with Limited English Proficiency | Rule | 2014-11-28T05:00:00Z | 2014 | 11 | 2014-11-28T05:00:00Z | 2014-11-28T14:18:18Z | 2014-27960 | 0 | 0 | 090000648194b950 | ||
| USDA_FRDOC_0001-1321 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Revision of Delegations of Authority | Rule | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T04:00:00Z | 2014-07-30T12:59:59Z | 2014-17352 | 0 | 0 | 09000064817ed66f | ||
| USDA_FRDOC_0001-1311 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Nondiscrimination in Programs or Activities Conducted by the Department of Agriculture | Rule | 2014-07-16T04:00:00Z | 2014 | 7 | 2014-07-16T04:00:00Z | 2014-07-16T12:47:59Z | 2014-16325 | 0 | 0 | 09000064817b0ebc | ||
| USDA_FRDOC_0001-1287 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Dairy Tariff-Rate Import Quota Licensing for 2014; Appendices | Rule | 2014-06-16T04:00:00Z | 2014 | 6 | 2014-06-16T04:00:00Z | 2014-06-16T12:19:27Z | 2014-13900 | 0 | 0 | 090000648174a09b |
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);