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

3 rows where agency_id = "NRCS", document_type = "Notice" and posted_year = 2017 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), comment_end_date (date), last_modified (date)

posted_year 1

  • 2017 · 3 ✖

document_type 1

  • Notice · 3 ✖

agency_id 1

  • NRCS · 3 ✖
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
NRCS-2017-0003-0001 NRCS Notice of Availability of the Mississippi Trustee Implementation Group 2016-2017 Restoration Plan/Environmental Assessment and Finding of No Significant Impact NRCS-2017-0003 Environmental Assessments; Availability, etc.: Mississippi Trustee Implementation Group 2016-2017 Restoration Plan Notice   2017-07-11T04:00:00Z 2017 7 2017-07-11T04:00:00Z   2017-07-18T19:45:10Z 2017-14505 0 0 090000648290a677
NRCS-2017-0001-0001 NRCS Notice of Proposed Changes to the National Handbook of Conservation Practices for the Natural Resources Conservation Service NRCS-2017-0001 National Handbook of Conservation Practices for the Natural Resources Conservation Service; Proposed Changes Notice   2017-06-23T04:00:00Z 2017 6 2017-06-23T04:00:00Z 2017-07-25T03:59:59Z 2017-07-25T13:18:01Z 2017-13179 0 0 0900006482756cd9
NRCS-2016-0012-0001 NRCS Notice of Availability of Proposed Revisions to Section I of the Iowa, Minnesota, North Dakota, and South Dakota State Technical Guides for Public Review and Comment NRCS-2016-0012 Guidance: Proposed Revisions to Section I of the Iowa, Minnesota, North Dakota, and South Dakota State Technical Guides Notice   2017-06-22T04:00:00Z 2017 6 2017-06-22T04:00:00Z 2017-07-25T03:59:59Z 2017-07-25T01:02:50Z 2017-13061 0 0 0900006482734d4b

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1313.979ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API