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

10 rows where agency_id = "FSA", document_type = "Notice" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2016 · 10 ✖

document_type 1

  • Notice · 10 ✖

agency_id 1

  • FSA · 10 ✖
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-2017-0001-0001 FSA Notice of Funds Avaiablity (NOFA); Farm-to-Fleet Feedstock Program Biofuel Production Incentive (BPI) FSA-2017-0001 Notice of Funds Availability: Farm-to-Fleet Feedstock Program Biofuel Production Incentive Notice   2016-12-29T05:00:00Z 2016 12 2016-12-29T05:00:00Z   2017-01-03T16:53:27Z 2016-31582 0 0 090000648243d38b
FSA-2016-0007-0001 FSA Discharge and Delivery Survey Summary and Rate Schedule Forms FSA-2016-0007 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Discharge and Delivery Survey Summary and Rate Schedule Forms Notice   2016-12-09T05:00:00Z 2016 12 2016-12-09T05:00:00Z 2017-02-08T04:59:59Z 2016-12-10T02:02:03Z 2016-29526 0 0 09000064823f4b9e
FSA-2016-0006-0001 FSA Information Collection Request; Inventory Property Management FSA-2016-0006 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Inventory Property Management Notice   2016-11-04T04:00:00Z 2016 11 2016-11-04T04:00:00Z 2017-01-04T04:59:59Z 2016-11-08T18:32:23Z 2016-26660 0 0 0900006482371e08
FSA-2016-0004-0001 FSA Application for Payment of Amounts Due Persons Who Have Died, Disappeared, or Have Been Declared Incompetent FSA-2016-0004 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Application for Payment of Amounts Due Persons Who Have Died, Disappeared, or Have Been Declared Incompetent Notice   2016-09-12T04:00:00Z 2016 9 2016-09-12T04:00:00Z 2016-11-15T04:59:59Z 2016-09-20T13:03:48Z 2016-21654 0 0 09000064821f8429
FSA_FRDOC_0001-0286 FSA Recently Posted FSA Rules and Notices. FSA_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2016-08-26T04:00:00Z 2016 8 2016-08-26T04:00:00Z   2016-08-26T12:05:44Z 2016-20542 0 0 090000648219f552
FSA_FRDOC_0001-0283 FSA Recently Posted FSA Rules and Notices. FSA_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2016-06-08T04:00:00Z 2016 6 2016-06-08T04:00:00Z 2016-07-09T03:59:59Z 2016-06-08T13:00:47Z 2016-13538 0 0 090000648201e003
FSA-2016-0003-0001 FSA Online Registration for FSA-hosted Events and Conference FSA-2016-0003 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Online Registration for FSA-hosted Events and Conferences Notice   2016-06-02T04:00:00Z 2016 6 2016-06-02T04:00:00Z 2016-08-02T03:59:59Z 2016-06-03T16:33:18Z 2016-12947 0 0 0900006482008f00
FSA_FRDOC_0001-0276 FSA Recently Posted FSA Rules and Notices. FSA_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2016-02-23T05:00:00Z 2016 2 2016-02-23T05:00:00Z 2016-03-25T03:59:59Z 2016-02-23T13:56:05Z 2016-03676 0 0 0900006481e803f7
FSA_FRDOC_0001-0274 FSA Recently Posted FSA Rules and Notices. FSA_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2016-01-22T05:00:00Z 2016 1 2016-01-22T05:00:00Z 2016-02-23T04:59:59Z 2016-01-22T13:09:26Z 2016-01254 0 0 0900006481e28825
FSA-2016-0001-0001 FSA Noninsured Crop Disaster Assistance Program and Report of Acreage FSA-2016-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Noninsured Crop Disaster Assistance Program and Report of Acreage Notice   2016-01-20T05:00:00Z 2016 1 2016-01-20T05:00:00Z 2016-03-22T03:59:59Z 2016-01-21T15:24:01Z 2016-00984 0 0 0900006481e200ff

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