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

9 rows where agency_id = "USDA", document_type = "Rule" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 9 ✖

document_type 1

  • Rule · 9 ✖

agency_id 1

  • USDA · 9 ✖
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-0653 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Delegations of Authority; CFR Correction Rule   2010-12-29T05:00:00Z 2010 12 2010-12-29T05:00:00Z   2010-12-29T14:17:36Z 2010-32952 0 0 0900006480bc1beb
USDA_FRDOC_0001-0649 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Revision of Delegation of Authority Rule   2010-12-21T05:00:00Z 2010 12 2010-12-21T05:00:00Z   2011-06-11T18:06:40Z 2010-31942 0 0 0900006480bbcc3c
USDA_FRDOC_0001-0644 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Dairy Import Licensing Program Rule   2010-12-08T05:00:00Z 2010 12 2010-12-08T05:00:00Z   2011-06-11T18:06:40Z 2010-30714 0 0 0900006480bb1e01
USDA_FRDOC_0001-0598 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Dairy Tariff-Rate Import Quota Licensing Regulation for the 2010 Tariff-Rate Quota Year: Adjustment of Appendices Rule   2010-09-01T04:00:00Z 2010 9 2010-09-01T04:00:00Z   2010-09-01T13:45:55Z 2010-21777 0 0 0900006480b41002
USDA_FRDOC_0001-0594 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Supplemental Standards of Ethical Conduct for Employees: Additional Rules for Rural Development Employees Rule   2010-08-20T04:00:00Z 2010 8 2010-08-20T04:00:00Z 2010-09-21T03:59:59Z 2011-06-11T18:06:41Z 2010-20722 0 0 0900006480b36299
USDA_FRDOC_0001-0589 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 United States Department of Agriculture Research Misconduct Regulations for Extramural Research Rule   2010-08-13T04:00:00Z 2010 8 2010-08-13T04:00:00Z   2011-06-11T18:06:39Z 2010-20109 0 0 0900006480b2f830
USDA_FRDOC_0001-0582 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Revision of Delegations of Authority Rule   2010-07-23T04:00:00Z 2010 7 2010-07-23T04:00:00Z   2011-06-11T18:06:38Z 2010-17465 0 0 0900006480b1fdb5
USDA_FRDOC_0001-0558 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Department of Agriculture Implementation of OMB Guidance on Nonprocurement Debarment and Suspension Rule   2010-05-25T04:00:00Z 2010 5 2010-05-25T04:00:00Z 2010-07-27T03:59:59Z 2011-06-11T18:06:38Z 2010-11864 0 0 0900006480af39e5
USDA_FRDOC_0001-0532 USDA Recently Posted USDA Rules and Notices. USDA_FRDOC_0001 Department of Agriculture Civil Monetary Penalties Adjustment Rule   2010-04-07T04:00:00Z 2010 4 2010-04-07T04:00:00Z   2010-04-07T12:42:27Z 2010-06560 0 0 0900006480ad1e98

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