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 docket_id = "NRCS_FRDOC_0001" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2024 · 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_FRDOC_0001-0387 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2024-12-12T05:00:00Z 2024 12 2024-12-12T05:00:00Z 2025-02-11T04:59:59Z 2024-12-12T13:18:39Z 2024-29224 0 0 0900006486866480
NRCS_FRDOC_0001-0383 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Environmental Impact Statements; Availability, etc.: West Fork Kickapoo Watershed; Record of Decision Notice   2024-11-15T05:00:00Z 2024 11 2024-11-15T05:00:00Z   2024-11-15T12:47:34Z 2024-26636 0 0 0900006486817c7a
NRCS_FRDOC_0001-0382 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Environmental Impact Statements; Availability, etc.: Coon Creek Watershed Notice   2024-11-13T05:00:00Z 2024 11 2024-11-13T05:00:00Z   2024-11-13T13:37:21Z 2024-26266 0 0 0900006486812702
NRCS_FRDOC_0001-0380 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Environmental Impact Statements; Availability, etc.: Etowah River, GA; Pocasset River, RI; Odessa Subarea Special Study Project in WA; and Cart Creek Site 1 of the North Branch Park River Watershed in ND: Record of Decisions Notice   2024-11-04T05:00:00Z 2024 11 2024-11-04T05:00:00Z   2024-11-04T12:54:12Z 2024-25582 0 0 09000064867fa71f
NRCS_FRDOC_0001-0378 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 National Handbook of Conservation Practices Notice   2024-10-23T04:00:00Z 2024 10 2024-10-23T04:00:00Z 2024-11-25T04:59:59Z 2024-11-23T02:00:34Z 2024-24512 0 0 09000064867df2a4
NRCS_FRDOC_0001-0377 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Hearings, Meetings, Proceedings, etc.: Urban Agriculture and Innovative Production Advisory Committee Notice   2024-10-04T04:00:00Z 2024 10 2024-10-04T04:00:00Z   2024-10-04T11:53:56Z 2024-22960 0 0 09000064867abbbd
NRCS_FRDOC_0001-0371 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Hearings, Meetings, Proceedings, etc.: Urban Agriculture and Innovative Production Advisory Committee Notice   2024-06-18T04:00:00Z 2024 6 2024-06-18T04:00:00Z   2024-06-20T12:33:21Z 2024-13270 0 0 09000064865bc847
NRCS_FRDOC_0001-0358 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Hearings, Meetings, Proceedings, etc.: Urban Agriculture and Innovative Production Advisory Committee Notice   2024-03-20T04:00:00Z 2024 3 2024-03-20T04:00:00Z   2024-03-20T13:12:31Z 2024-05872 0 0 090000648648796c
NRCS_FRDOC_0001-0355 NRCS Recently Posted NRCS Rules and Notices. NRCS_FRDOC_0001 Environmental Assessments; Availability, etc.: Mississippi Trustee Implementation Group Deepwater Horizon Oil Spill Final Restoration Plan 4; Restoration of Wetlands, Coastal, and Nearshore Habitats; Nutrient Reduction (Nonpoint Source); and Provide and Enhance Recreational Opportunities; and Finding of No Significant Impact Notice   2024-01-09T05:00:00Z 2024 1 2024-01-09T05:00:00Z   2024-01-09T13:05:01Z 2024-00167 0 0 09000064863887f6

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