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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2015 · 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-1522 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Inspection of Eggs (Egg Products Inspection Act); CFR Correction, Rule   2015-12-22T05:00:00Z 2015 12 2015-12-22T05:00:00Z   2015-12-22T13:26:16Z 2015-32121 0 0 0900006481dc12f9
USDA_FRDOC_0001-1523 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Law Enforcement Authorities, Rule   2015-12-22T05:00:00Z 2015 12 2015-12-22T05:00:00Z   2015-12-22T13:26:46Z 2015-32137 0 0 0900006481dc13db
USDA_FRDOC_0001-1513 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Delegations of Authority; Revision Rule   2015-09-29T04:00:00Z 2015 9 2015-09-29T04:00:00Z   2015-09-29T13:21:48Z 2015-24361 0 0 0900006481ca0840
USDA_FRDOC_0001-1489 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Adjustment of Appendices to the Dairy Tariff-Rate Import Quota Licensing Regulation for the 2015 Tariff-Rate Quota Year Rule   2015-08-04T04:00:00Z 2015 8 2015-08-04T04:00:00Z   2015-08-04T13:03:08Z 2015-19083 0 0 0900006481bbe9c3
USDA_FRDOC_0001-1451 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Final Affordability Determination Energy Efficiency Standards Rule   2015-05-06T04:00:00Z 2015 5 2015-05-06T04:00:00Z   2015-05-06T12:41:43Z 2015-10380 0 0 0900006481ad0220
USDA-2015-0001-0001 USDA Conservation Compliance USDA-2015-0001 Conservation Compliance Rule   2015-04-24T04:00:00Z 2015 4 2015-04-24T04:00:00Z 2015-06-24T03:59:59Z 2015-06-25T01:30:41Z 2015-09599 0 0 0900006481ab86c5
USDA_FRDOC_0001-1438 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Resource Agency Hearings and Alternatives Development Procedures in Hydropower Licenses Rule   2015-03-31T04:00:00Z 2015 3     2015-03-31T17:12:11Z 2015-06280 0 0 0900006481a7c89a

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