home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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 = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, last_modified, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2009 · 6 ✖

document_type 1

  • Rule · 6 ✖

agency_id 1

  • USDA · 6 ✖
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-0452 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 National Appeals Division Rules of Procedure; Applicability of Equal Access to Justice Act and Administrative Procedure Act Rule   2009-11-06T05:00:00Z 2009 11 2009-11-06T05:00:00Z   2011-06-11T18:06:37Z E9-26747 0 0 0900006480a52a12
USDA_FRDOC_0001-0417 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Adjustment of Appendices to the Dairy Tariff-Rate Import Quota Licensing Regulation for the 2009 Tariff-Rate Quota Year Rule   2009-08-14T04:00:00Z 2009 8 2009-08-14T04:00:00Z   2009-08-14T15:23:54Z E9-19529 0 0 0900006480a09b0e
USDA_FRDOC_0001-0400 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Rules of Practice for Certain Adjudicatory Proceedings; Possession, Use, and Transfer of Select Agents and Toxins Rule   2009-07-09T04:00:00Z 2009 7 2009-07-09T04:00:00Z   2009-07-09T13:47:53Z E9-16195 0 0 09000064809ed1d4
USDA_FRDOC_0001-0362 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Revision of Delegations of Authority Rule   2009-04-29T04:00:00Z 2009 4 2009-04-29T04:00:00Z   2009-04-29T16:17:15Z E9-09726 0 0 090000648096ee8f
USDA_FRDOC_0001-0338 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 McGovern Dole International Food for Education and Child Nutrition Program and Food for Progress Program Rule   2009-03-26T04:00:00Z 2009 3 2009-03-26T04:00:00Z   2011-06-11T18:06:39Z E9-06487 0 0 09000064809306b0
USDA_FRDOC_0001-0319 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Revision of Delegations of Authority Rule   2009-01-21T05:00:00Z 2009 1 2009-01-21T05:00:00Z   2011-06-11T18:06:39Z E9-00976 0 0 09000064808293b2

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 572.801ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API