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 = 2007 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-0147 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Official Records, Authentication | Rule | 2007-11-27T05:00:00Z | 2007 | 11 | 2007-11-27T05:00:00Z | 2007-11-27T12:12:06Z | 07-05826 | 0 | 0 | 0900006480368aa9 | ||
| USDA_FRDOC_0001-0119 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Adjustment of Appendices to the Dairy Tariff-Rate Import Quota Licensing Regulation for the 2007 Tariff-Rate Quota Year | Rule | 2007-09-21T04:00:00Z | 2007 | 9 | 2007-09-21T04:00:00Z | 2007-09-21T11:30:57Z | 07-04682 | 0 | 0 | 0900006480296615 | ||
| USDA_FRDOC_0001-0078 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Revision of Delegations of Authority | Rule | 2007-07-06T04:00:00Z | 2007 | 7 | 2007-07-06T04:00:00Z | 2007-07-06T11:13:38Z | 07-03281 | 0 | 0 | 090000648025e6c3 | ||
| USDA_FRDOC_0001-0066 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Termination of Agriculture Board of Contract Appeals | Rule | 2007-06-07T04:00:00Z | 2007 | 6 | 2007-06-07T04:00:00Z | 2011-06-11T18:06:41Z | 07-02702 | 0 | 0 | 090000648024a080 | ||
| USDA_FRDOC_0001-0037 | USDA | Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 | Revisions of Delegations of Authority | Rule | 2007-03-19T04:00:00Z | 2007 | 3 | 2007-03-19T04:00:00Z | 2011-06-11T18:06:40Z | 07-01308 | 0 | 0 | 0900006480215f79 |
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);