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 = "NRCS", document_type = "Notice" and posted_year = 2013 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

  • 2013 · 9 ✖

document_type 1

  • Notice · 9 ✖

agency_id 1

  • NRCS · 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
NRCS-2013-0007-0001 NRCS Notice of Intent to Prepare a Supplemental Environmental Impact Statement for the Little Otter Creek Watershed Plan, Caldwell County, Missouri NRCS-2013-0007 Environmental Impact Statements; Availability, etc.: Little Otter Creek Watershed Plan, Caldwell County, MO Notice   2013-12-23T05:00:00Z 2013 12 2013-12-23T05:00:00Z   2013-12-23T16:08:19Z 2013-30388 0 0 09000064814d2fdd
NRCS-2013-0006-0001 NRCS Notice of Meeting of the USDA Agricultural Air Quality Task Force NRCS-2013-0006 Meetings: Agricultural Air Quality Task Force Notice   2013-11-19T05:00:00Z 2013 11 2013-11-19T05:00:00Z 2013-11-23T04:59:59Z 2013-12-05T16:19:01Z 2013-27567 0 0 09000064814895ba
NRCS-2013-0004-0001 NRCS Notice of Availability of the Record of Decision (ROD) and two Findings of No Significant Impact (FONSI) for the Grand Prairie Area Demonstration Project NRCS-2013-0004 Environmental Assessments; Availability, etc.: Grand Prairie Area Demonstration Project Notice   2013-09-24T04:00:00Z 2013 9 2013-09-24T04:00:00Z   2013-12-05T16:24:35Z 2013-23134 0 0 0900006481434169
NRCS-2013-0005-0001 NRCS Notice of Availability of the Record of Decision (ROD) and Finding of No Significant Impact (FONSI) for the Bayou Meto Basin Project, Arkansas NRCS-2013-0005 Environmental Assessments; Availability, etc.: Bayou Meto Basin Project, AR Notice   2013-09-24T04:00:00Z 2013 9 2013-09-24T04:00:00Z   2013-12-05T16:29:33Z 2013-23133 0 0 090000648143424d
NRCS-2013-0002-0001 NRCS Notice of Proposed Changes to the National Handbook of Conservation Practices for the Natural Resources Conservation Service NRCS-2013-0002 National Handbook of Conservation Practices; Proposed Changes Notice   2013-08-20T04:00:00Z 2013 8 2013-08-20T04:00:00Z 2013-09-20T03:59:59Z 2013-09-10T01:02:24Z 2013-20250 0 0 09000064813bac11
NRCS-2013-0003-0003 NRCS NRCS 2013 State EISs NRCS-2013-0003 Final Environmental Assessments: Upper Kanab Creek Watershed Vegetation Management Project Notice   2013-06-19T04:00:00Z 2013 6 2013-06-19T04:00:00Z 2013-07-20T03:59:59Z 2013-08-30T14:12:15Z 2013-14636 0 0 0900006481330fab
NRCS-2013-0003-0002 NRCS NRCS 2013 State EISs NRCS-2013-0003 Environmental Impact Statements; Availability, etc.: Non-Rock Alternatives to Shoreline Protection Demonstration Project, Iberia, Jefferson, and Lafourche Parishes, LA Notice   2013-06-03T04:00:00Z 2013 6 2013-06-03T04:00:00Z   2013-08-30T14:10:40Z 2013-13060 0 0 0900006481307359
NRCS-2013-0003-0001 NRCS NRCS 2013 State EISs NRCS-2013-0003 Environmental Impact Statements; Availability, etc.: Green River/Tusher Diversion Dam Rehabilitation Project, Emery/Grand County, UT Notice   2013-06-03T04:00:00Z 2013 6 2013-06-03T04:00:00Z 2013-06-29T03:59:59Z 2013-08-30T14:08:40Z 2013-13062 0 0 090000648130730a
NRCS-2013-0001-0001 NRCS 2013 AAQTF Nominations NRCS-2013-0001 Requests for Nominations: Agricultural Air Quality Task Force Notice   2013-02-13T05:00:00Z 2013 2 2013-02-13T05:00:00Z   2013-03-15T18:23:46Z 2013-03247 0 0 09000064811f6ff6

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