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 = "FNS", document_type = "Proposed Rule" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2006 · 9 ✖

document_type 1

  • Proposed Rule · 9 ✖

agency_id 1

  • FNS · 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
FNS-2006-0045-0001 FNS Food Stamp Program: Disqualified Recipient Reporting and Computer Matching Requirements That Affect the Food Stamp Program FNS-2006-0045 Food Stamp Program: Disqualified Recipient Reporting and Computer Matching Requirements That Affect the Food Stamp Program Proposed Rule Proposed rule 2006-12-08T05:00:00Z 2006 12 2006-12-08T05:00:00Z 2007-02-07T04:59:59Z 2011-06-11T17:24:35Z E6-20765 0 0 09000064801e9d56
FNS-2006-0044-0001 FNS Fluid Milk Substitutions in the School Nutrition Programs FNS-2006-0044 Fluid Milk Substitutions in the School Nutrition Programs Proposed Rule   2006-11-09T05:00:00Z 2006 11 2006-11-09T05:00:00Z 2007-01-09T04:59:59Z 2011-06-11T17:24:35Z 06-09136 0 0 09000064801df76f
FNS-2006-0037-0002 FNS Special Supplemental Nutrition Program for Women, Infants and Children (WIC): Revisions in the WIC Food Packages FNS-2006-0037 September 1, 2006 Correction to Proposed Rule Proposed Rule   2006-09-01T04:00:00Z 2006 9 2006-09-01T04:00:00Z   2010-03-05T21:23:49Z C6-06627 0 0 09000064801c3ee7
FNS-2006-0039-0001 FNS Revisions and Clarifications in Requirements for the Processing of Donated Foods FNS-2006-0039 Revisions and Clarifications in Requirements for the Processing of Donated Foods Proposed Rule   2006-08-24T04:00:00Z 2006 8 2006-08-24T04:00:00Z 2006-11-23T04:59:59Z 2011-06-11T17:24:34Z 06-07073 0 0 09000064801bde9f
FNS-2006-0037-0001 FNS Special Supplemental Nutrition Program for Women, Infants and Children (WIC): Revisions in the WIC Food Packages FNS-2006-0037 Special Supplemental Nutrition Program for Women, Infants and Children (WIC): Revisions in the WIC Food Packages Proposed Rule   2006-08-07T04:00:00Z 2006 8 2006-08-07T04:00:00Z 2006-11-07T04:59:59Z 2011-06-11T17:24:33Z 06-06627 0 0 09000064801b061b
FNS-2006-0036-0001 FNS Management of Donated Foods in Child Nutrition Programs, the Nutrition Services Incentive Program, and Charitable Institutions; Extension of Comment Period FNS-2006-0036 Management of Donated Foods in Child Nutrition Programs, the Nutrition Services Incentive Program, and Charitable Institutions; Extension of Comment Period Proposed Rule   2006-08-03T04:00:00Z 2006 8 2006-08-03T04:00:00Z 2006-09-08T03:59:59Z 2011-06-11T17:24:32Z E6-12494 0 0 09000064801adc0d
FNS-2006-0035-0001 FNS Special Supplemental Nutrition Program for Women, Infants and Children (WIC): Discretionary WIC Vendor Provisions in the Child Nutrition and WIC Reauthorization Act of 2004, Public Law 108-265 FNS-2006-0035 Special Supplemental Nutrition Program for Women, Infants and Children (WIC): Discretionary WIC Vendor Provisions in the Child Nutrition and WIC Reauthorization Act of 2004, Public Law 108-265 Proposed Rule   2006-08-01T04:00:00Z 2006 8 2006-08-01T04:00:00Z 2006-10-03T03:59:59Z 2011-06-11T17:24:32Z 06-06596 0 0 09000064801ab91c
FNS-2006-0020-0001 FNS Management of Donated Foods in Child Nutrition Programs, the Nutrition Services Incentive Program, and Charitable Institutions FNS-2006-0020 Management of Donated Foods in Child Nutrition Programs, the Nutrition Services Incentive Program, and Charitable Institutions Proposed Rule   2006-06-08T04:00:00Z 2006 6 2006-06-08T04:00:00Z 2006-09-08T03:59:59Z 2011-06-11T17:24:31Z 06-05143 0 0 0900006480183d14
FNS-2006-0008-0001 FNS Data Collection Related to Institutions and Organizations FNS-2006-0008 Data Collection Related to Institutions and Organizations Proposed Rule   2006-03-03T05:00:00Z 2006 3 2006-03-03T05:00:00Z 2006-06-02T03:59:59Z 2011-06-11T17:24:30Z 06-01985 0 0 090000648013d802

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