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

12 rows where agency_id = "FSA", document_type = "Notice" and posted_year = 2025 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

  • 2025 · 12 ✖

document_type 1

  • Notice · 12 ✖

agency_id 1

  • FSA · 12 ✖
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
FSA_FRDOC_0001-0455 FSA Recently Posted FSA Rules and Notices. FSA_FRDOC_0001 Application Fast Track Pilot Program—Extension Notice   2025-12-31T05:00:00Z 2025 12 2025-12-31T05:00:00Z   2025-12-31T18:03:06Z 2025-24060 0 0 09000064b9113f31
FSA-2025-0268-0001 FSA Information Collection Request: Organic Certification Cost Share Program FSA-2025-0268 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Organic Certification Cost Share Program Notice   2025-12-31T05:00:00Z 2025 12 2025-12-31T05:00:00Z 2026-03-03T04:59:59Z 2026-03-03T10:00:22Z 2025-24098 0 0 09000064b9113e39
FSA-2025-0235-0001 FSA Information Collection Request; Emergency Relief Program (ERP) Phase 1 and Phase 2 FSA-2025-0235 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Emergency Relief Program Phase 1 and Phase 2 Notice   2025-12-05T05:00:00Z 2025 12 2025-12-05T05:00:00Z 2026-02-04T04:59:59Z 2025-12-25T10:00:10Z 2025-21992 0 0 09000064b90b06b5
FSA-2025-0070-0001 FSA Removal of Unconstitutional Preferences Based on Race and Sex in Response to Court Ruling FSA-2025-0070 Agricultural Disaster Assistance Programs Notice   2025-09-16T04:00:00Z 2025 9 2025-09-16T04:00:00Z   2025-09-17T21:11:03Z 2025-17861 0 0 09000064b8f96cb2
FSA-2025-0169-0001 FSA Information Collection Request; In-Person and Online Registration for FSA-hosted Events and Conferences FSA-2025-0169 Agency Information Collection Activities; Proposals, Submissions, and Approvals: In-Person and Online Registration for Farm Service Agency-Hosted Events and Conferences Notice   2025-09-12T04:00:00Z 2025 9 2025-09-12T04:00:00Z 2025-11-13T04:59:59Z 2025-09-12T19:51:55Z 2025-17664 0 0 09000064b8f73ee7
FSA-2025-0037-0001 FSA Information Collection Request; Food Safety Certification for Specialty Crops (FSCSC) FSA-2025-0037 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Food Safety Certification for Specialty Crops Program Notice   2025-08-29T04:00:00Z 2025 8 2025-08-29T04:00:00Z 2025-10-29T03:59:59Z 2025-09-02T19:26:19Z 2025-16647 0 0 09000064b8f2602a
FSA-2025-0103-0001 FSA Information Collection Request; Farm Loan Programs - Direct Loan Making FSA-2025-0103 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Farm Loan Programs—Direct Loan Making Notice   2025-08-19T04:00:00Z 2025 8 2025-08-19T04:00:00Z 2025-10-21T03:59:59Z 2025-08-22T09:00:16Z 2025-15744 0 0 09000064b8f07301
FSA_FRDOC_0001-0444 FSA Recently Posted FSA Rules and Notices. FSA_FRDOC_0001 Emergency Commodity Assistance Program Notice   2025-08-18T04:00:00Z 2025 8 2025-08-18T04:00:00Z   2025-08-18T16:20:24Z 2025-15654 0 0 09000064b8f0498a
FSA-2025-0001-0001 FSA Information Collection Request; Agricultural Foreign Investment Disclosure Act FSA-2025-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Agricultural Foreign Investment Disclosure Act Notice   2025-05-30T04:00:00Z 2025 5 2025-05-30T04:00:00Z 2025-07-30T03:59:59Z 2025-07-30T09:00:25Z 2025-09831 0 0 09000064b8dcb187
FSA-2025-0003-0001 FSA Measurement Service Records FSA-2025-0003 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Measurement Service Record Notice   2025-03-20T04:00:00Z 2025 3 2025-03-20T04:00:00Z 2025-05-20T03:59:59Z 2025-03-20T13:53:26Z 2025-04706 0 0 0900006486a12c68
FSA-2025-0002-0001 FSA Emergency Commodity Assistance Program (ECAP) FSA-2025-0002 Funds Availability: Emergency Commodity Assistance Program Notice   2025-03-19T04:00:00Z 2025 3 2025-03-19T04:00:00Z   2025-03-19T12:39:58Z 2025-04604 0 0 0900006486a0bd89
FSA_FRDOC_0001-0432 FSA Recently Posted FSA Rules and Notices. FSA_FRDOC_0001 Funds Availability: Marketing Assistance for Specialty Crops Notice   2025-01-08T05:00:00Z 2025 1 2025-01-08T05:00:00Z   2025-04-24T15:41:31Z 2025-00215 0 0 09000064868a6c23

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