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

11 rows where docket_id = "FDA-2002-N-0325" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 11 ✖

document_type 1

  • Other 11

agency_id 1

  • FDA 11
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-2002-N-0325-0013 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 FDA/CFSAN Response to Del Monte Corporation (Keller & Heckman, LLP) February 26, 2003 - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:41:49Z   0 0 09000064804a0b7e
FDA-2002-N-0325-0015 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 FDA/CFSAN Response to Del Monte Corporation (Keller & Heckman, LLP) - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:42:30Z   0 0 09000064804a0b76
FDA-2002-N-0325-0012 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 Del Monte Corporation (Keller & Heckman, LLP) to FDA/CFSAN January 16, 2003 re Labels for Products to be Marketed Under Del Monte’s Temporary Marketing Permit - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:41:49Z   0 0 09000064804a0b7d
FDA-2002-N-0325-0007 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 Red Gold Incorporated to FDA/CFSAN May 24, 2004 - Letter Other Appearance Request 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T16:00:35Z   0 0 09000064804a0b82
FDA-2002-N-0325-0009 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 Del Monte Corporation Request for Temporary Marketing Permit - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:41:47Z   0 0 09000064804a0b6f
FDA-2002-N-0325-0017 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 FDA/CFSAN Response to Del Monte Corporation (Keller & Heckman, LLP) September 2, 2003 - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:43:33Z   0 0 09000064804a0b80
FDA-2002-N-0325-0008 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 FDA/CFSAN Response to Red Gold Incorporated November 10, 2004 - Answer re FDA-2002-N-0325-0007 Other Answer 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T15:59:50Z   0 0 09000064804a0b83
FDA-2002-N-0325-0014 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 Del Monte Corporation (Keller & Heckman, LLP) to FDA/CFSAN April 23, 2003 re Renewal of Del Monte Temporary Marketing Permit - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:41:49Z   0 0 09000064804a0b7f
FDA-2002-N-0325-0010 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 Del Monte Corporation (Keller & Heckman, LLP) to FDA/CFSAN March 25, 2002 re Temporary Marketing Permit Application - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:41:48Z   0 0 09000064804a0b71
FDA-2002-N-0325-0016 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 FDA/CFSAN and Keller and Heckman LLP (on behalf of Del Monte Corporation) April 30, 2002 Memorandum of Telephone Conversation Other Memorandum 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:42:59Z   0 0 09000064804a0b78
FDA-2002-N-0325-0011 FDA Canned Tomatoes Deviating from Identity Standard FDA-2002-N-0325 FDA/CFSAN Response to Del Monte Corporation (Keller & Heckman, LLP) - Letter Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2013-05-08T17:41:48Z   0 0 09000064804a0b73

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