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

7 rows where agency_id = "USDA", document_type = "Rule" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2016 · 7 ✖

document_type 1

  • Rule · 7 ✖

agency_id 1

  • USDA · 7 ✖
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-1588 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Dairy Tariff-Rate Quota Import Licensing Program Rule   2016-12-06T05:00:00Z 2016 12 2016-12-06T05:00:00Z   2016-12-06T12:51:34Z 2016-28384 0 0 09000064823e3379
USDA_FRDOC_0001-1579 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Resource Agency Hearings and Alternatives Development Procedures in Hydropower Licenses Rule   2016-11-23T05:00:00Z 2016 11 2016-11-23T05:00:00Z   2016-11-23T12:52:06Z 2016-28063 0 0 09000064823b9b3d
USDA_FRDOC_0001-1551 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Designation of First Assistants Rule   2016-07-15T04:00:00Z 2016 7 2016-07-15T04:00:00Z   2016-07-15T12:16:24Z 2016-16599 0 0 09000064820b3a78
USDA_FRDOC_0001-1538 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Fundamental Principles and Policymaking Criteria for Partnerships with Faith-Based and Other Neighborhood Organizations Rule   2016-04-04T04:00:00Z 2016 4 2016-04-04T04:00:00Z   2016-04-04T13:10:13Z 2016-07339 0 0 0900006481f23c61
USDA_FRDOC_0001-1534 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Environmental Policies and Procedures Rule   2016-03-02T05:00:00Z 2016 3 2016-03-02T05:00:00Z   2016-03-02T13:38:43Z 2016-03433 0 0 0900006481e98e21
USDA_FRDOC_0001-1529 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards Rule   2016-02-16T05:00:00Z 2016 2 2016-02-16T05:00:00Z   2016-02-16T13:55:54Z 2016-02473 0 0 0900006481e6e15b
USDA_FRDOC_0001-1528 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Agriculture Acquisition Regulation, Fire Suppression and Liability Rule   2016-02-12T05:00:00Z 2016 2 2016-02-12T05:00:00Z   2016-02-12T15:13:44Z 2016-02745 0 0 0900006481e6956f

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