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

8 rows where agency_id = "FDA" and docket_id = "FDA-2001-P-0028" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2009 5
  • 2001 1
  • 2002 1
  • 2020 1

document_type 2

  • Other 6
  • Notice 2

agency_id 1

  • FDA · 8 ✖
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
FDA-2001-P-0028-0008 FDA Salad Dressing Deviating FDA-2001-P-0028 Letter from Kraft Heinz to FDA CFSAN Other Letter(s) 2020-12-10T05:00:00Z 2020 12 2020-12-10T05:00:00Z   2024-08-23T15:39:07Z   0 0 09000064849960e5
FDA-2001-P-0028-0007 FDA Salad Dressing Deviating FDA-2001-P-0028 Citizen Petition Supplement from Kraft foods, Inc. Other Supplement (SUP) 2009-04-23T04:00:00Z 2009 4 2009-04-23T04:00:00Z   2024-08-23T15:17:40Z   0 0 09000064804b5dfc
FDA-2001-P-0028-0006 FDA Salad Dressing Deviating FDA-2001-P-0028 Letter of Request of Extension from Kraft Foods, Inc. to FDA CFSAN Other Letter(s) 2009-04-23T04:00:00Z 2009 4 2009-04-23T04:00:00Z   2024-08-23T15:15:51Z   0 0 09000064804b5e07
FDA-2001-P-0028-0005 FDA Salad Dressing Deviating FDA-2001-P-0028 Acknowledgement Letter from FDA CFSAN to Kraft Foods Other Acknowledgement Letter/Receipt 2009-04-22T04:00:00Z 2009 4 2009-04-22T04:00:00Z   2024-08-23T15:12:05Z   0 0 09000064804b5e04
FDA-2001-P-0028-0004 FDA Salad Dressing Deviating FDA-2001-P-0028 Background Materials re: Letter from FDA CFSAN to Kraft Foods, Inc. Other Background Material 2009-04-22T04:00:00Z 2009 4 2009-04-22T04:00:00Z   2024-08-23T15:10:01Z   0 0 09000064804b5e01
FDA-2001-P-0028-0003 FDA Salad Dressing Deviating FDA-2001-P-0028 Acknowledgement Letter from FDA CFSAN to Kraft Foods Other Acknowledgement Letter/Receipt 2009-04-22T04:00:00Z 2009 4 2009-04-22T04:00:00Z   2024-08-23T15:07:15Z   0 0 09000064804b5dee
FDA-2001-P-0028-0002 FDA Salad Dressing Deviating FDA-2001-P-0028 Notice of Temporary Permit for Kraft Foods, Inc. Notice Notice of Temporary Permit 2002-12-23T05:00:00Z 2002 12     2024-08-23T15:05:38Z   0 0 09000064804b5dff
FDA-2001-P-0028-0001 FDA Salad Dressing Deviating FDA-2001-P-0028 Notice of Temporary Permit for Kraft Foods, Inc. Notice Notice of Temporary Permit 2001-04-20T04:00:00Z 2001 4     2024-08-23T15:04:53Z   0 0 09000064804b5db8

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);
Powered by Datasette · Queries took 279.461ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API