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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 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-2146 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Delegations of Authority by the Secretary of Agriculture and General Officers of the Department; CFR Correction Rule   2019-12-18T05:00:00Z 2019 12 2019-12-18T05:00:00Z   2019-12-18T13:49:24Z 2019-27405 0 0 0900006484229068
USDA_FRDOC_0001-2138 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Export Sales Reporting Program Rule   2019-11-25T05:00:00Z 2019 11 2019-11-25T05:00:00Z   2019-11-25T13:19:04Z 2019-25529 0 0 09000064841ac63a
USDA_FRDOC_0001-2126 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Departmental Freedom of Information Act Regulations Rule   2019-10-21T04:00:00Z 2019 10 2019-10-21T04:00:00Z   2019-10-21T11:44:44Z 2019-22896 0 0 09000064840e2c93
USDA-2019-0006-0001 USDA Nonprocurement Debarment and Suspension Rule USDA-2019-0006 Nonprocurement Debarment and Suspension Rule   2019-10-04T04:00:00Z 2019 10 2019-10-04T04:00:00Z   2019-10-04T20:57:02Z 2019-20865 0 0 090000648401fd39
USDA_FRDOC_0001-2112 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Rules of Practice and Procedure Governing Formal Rulemaking Proceedings Instituted by the Secretary Rule   2019-10-01T04:00:00Z 2019 10 2019-10-01T04:00:00Z   2019-10-01T11:53:44Z 2019-20585 0 0 0900006483ff227f
USDA_FRDOC_0001-2098 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Completion of Interim Rules Rule   2019-09-10T04:00:00Z 2019 9 2019-09-10T04:00:00Z   2019-09-10T11:41:14Z 2019-19553 0 0 0900006483f24c85

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