documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FDA-2000-P-0134" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
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-2000-P-0134-0012 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Response Letter from FDA CFSAN to W. Schultz and C. Angulo | Other | Agency Response | 2019-11-18T05:00:00Z | 2019 | 11 | 2019-11-18T05:00:00Z | 2019-11-18T16:14:47Z | 0 | 0 | 0900006484173cf9 | ||
| FDA-2000-P-0134-0011 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Final Response from FDA CFSAN to Zuckerman Spaeder LLP | Other | Agency Response | 2019-11-06T05:00:00Z | 2019 | 11 | 2019-11-06T05:00:00Z | 2019-11-06T19:45:20Z | 0 | 0 | 0900006484125675 | ||
| FDA-2000-P-0134-0010 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Food Labeling and Allergen Contamination Control ( 8/13/2000) [page 201 thru 239] - Transcript | Other | TR-Transcript | 2009-02-19T05:00:00Z | 2009 | 2 | 2009-02-19T05:00:00Z | 2009-02-19T16:20:08Z | 0 | 0 | 09000064804d05da | ||
| FDA-2000-P-0134-0009 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Food Labeling and Allergen Contamination Control ( 8/13/2000) [page 101 thru 200] - Transcript | Other | TR-Transcript | 2009-02-19T05:00:00Z | 2009 | 2 | 2009-02-19T05:00:00Z | 2009-02-19T16:14:09Z | 0 | 0 | 09000064804d05dc | ||
| FDA-2000-P-0134-0008 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Food Labeling and Allergen Contamination Control ( 8/13/2000) [page 1 thru 100] - Transcript | Other | TR-Transcript | 2009-02-19T05:00:00Z | 2009 | 2 | 2009-02-19T05:00:00Z | 2009-02-19T16:05:17Z | 0 | 0 | 09000064804d05de | ||
| FDA-2000-P-0134-0005 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Center for Science in the Public Interes | Other | CP-Citizen Petition | 2008-09-26T04:00:00Z | 2008 | 9 | 2008-09-26T04:00:00Z | 2008-09-26T14:21:23Z | 0 | 0 | 09000064804d06a0 | ||
| FDA-2000-P-0134-0006 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Center for Science in the Public Interest | Other | LET-Letter | 2008-09-26T04:00:00Z | 2008 | 9 | 2008-09-26T04:00:00Z | 2008-09-26T14:21:24Z | 0 | 0 | 09000064804d0950 | ||
| FDA-2000-P-0134-0007 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | Center for Science in the Public Inetrest CSPI | Other | LET-Letter | 2008-09-26T04:00:00Z | 2008 | 9 | 2008-09-26T04:00:00Z | 2008-09-26T14:21:25Z | 0 | 0 | 09000064804d0952 | ||
| FDA-2000-P-0134-0004 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | State of New York Office of the Attorney General - Withdrawal of Citizen Petition | Other | WDL-Withdrawal | 2008-09-25T04:00:00Z | 2008 | 9 | 2008-09-25T04:00:00Z | 2013-07-27T22:26:01Z | 0 | 0 | 0900006480725069 | ||
| FDA-2000-P-0134-0003 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | HFS-24 and Stockbridge Family Medicine | Other | MT-Memorandum of Telephone Conversation | 2004-05-25T04:00:00Z | 2004 | 5 | 2008-04-25T01:15:16Z | 0 | 0 | 09000064804d08cc | |||
| FDA-2000-P-0134-0001 | FDA | Food Labeling and Allergen Contamination Control FDA-2000-P-0134 | FDA | Notice | NM-Notice of Meeting | 2001-07-27T04:00:00Z | 2001 | 7 | 2001-07-27T04:00:00Z | 2001-10-30T04:59:59Z | 2008-04-25T01:15:15Z | 0 | 0 | 09000064804cfe18 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);