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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, title, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2012 · 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-0948 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Adjustment of Appendices to the Dairy Tariff-Rate Import Quota Licensing Regulation for the 2012 Tariff-Rate Quota Year Rule   2012-08-27T04:00:00Z 2012 8 2012-08-27T04:00:00Z   2012-08-27T15:26:22Z 2012-20943 0 0 09000064810f259d
USDA_FRDOC_0001-0924 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Revision of Delegations of Authority Rule   2012-07-09T04:00:00Z 2012 7 2012-07-09T04:00:00Z   2012-07-09T12:47:07Z 2012-16610 0 0 0900006481080117
USDA-2012-0004-0001 USDA Selection and Functions of Farm Service Agency State and County Committees USDA-2012-0004 Selection and Functions of Farm Service Agency State and County Committees Rule   2012-06-05T04:00:00Z 2012 6 2012-06-05T04:00:00Z 2012-08-11T03:59:59Z 2012-08-11T02:01:49Z 2012-13358 0 0 0900006481034c5d
USDA_FRDOC_0001-0872 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Delegations of Authority Rule   2012-03-14T04:00:00Z 2012 3 2012-03-14T04:00:00Z   2012-03-14T12:49:40Z 2012-05956 0 0 0900006480fd6efd
USDA_FRDOC_0001-0871 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Delegations of Authority Rule   2012-03-14T04:00:00Z 2012 3 2012-03-14T04:00:00Z   2012-03-14T12:49:33Z 2012-05957 0 0 0900006480fd6ee4
USDA-2012-0002-0039 USDA Agriculture Acquisition; Labor Law Violations USDA-2012-0002 Agriculture Acquisitions, Labor Law Violations: Withdrawal Rule   2012-02-06T05:00:00Z 2012 2 2012-02-06T05:00:00Z   2012-02-28T19:14:00Z 2012-02638 0 0 0900006480fae41e

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 748.278ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API