documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FDA-2005-N-0404" and posted_year = 2005 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2005-N-0404-0034 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Transcript of the August 19, 2005 Public Meeting [Pages 101-200] | Other | TR-Transcript | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-11-06T15:57:37Z | 0 | 0 | 090000648044e488 | |||
| FDA-2005-N-0404-0037 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Correction Sheet for "Transcript of the August 19, 2005 Public Meeting" | Other | TR-Transcript | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-11-06T15:59:39Z | 0 | 0 | 090000648044e48b | |||
| FDA-2005-N-0404-0104 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Transcript of the August 19, 2005 Public Meeting | Other | TR-Transcript | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-04-11T23:56:05Z | 0 | 0 | 090000648044e486 | |||
| FDA-2005-N-0404-0107 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Transcript of the August 19, 2005 Public Meeting | Other | TR-Transcript | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-04-11T23:55:55Z | 0 | 0 | 090000648044e489 | |||
| FDA-2005-N-0404-0110 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Agenda for the August 19, 2005 Public Meeting | Other | LST-List | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-04-11T23:55:33Z | 0 | 0 | 090000648044e48c | |||
| FDA-2005-N-0404-0039 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Registration for the August 19, 2005 Public Meeting | Other | LST-List | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-04-11T23:56:14Z | 0 | 0 | 090000648044e48d | |||
| FDA-2005-N-0404-0108 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Transcript of the August 19, 2005 Public Meeting | Other | TR-Transcript | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-04-11T23:55:33Z | 0 | 0 | 090000648044e48a | |||
| FDA-2005-N-0404-0105 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Transcript of the August 19, 2005 Public Meeting | Other | TR-Transcript | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-04-11T23:55:55Z | 0 | 0 | 090000648044e487 | |||
| FDA-2005-N-0404-0103 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Transcript of the August 19, 2005 Public Meeting | Other | TR-Transcript | 2005-09-14T04:00:00Z | 2005 | 9 | 2008-04-11T23:55:54Z | 0 | 0 | 090000648044e485 | |||
| FDA-2005-N-0404-0001 | FDA | Food Labeling; Gluten-Free Labeling of Foods-CLOSED FDA-2005-N-0404 | Food Labeling; Gluten-Free Labeling of Foods;Public Meeting; Request for Comments | Notice | NM-Notice of Meeting | 2005-07-21T04:00:00Z | 2005 | 7 | 2005-07-14T04:00:00Z | 2005-09-20T03:59:59Z | 2008-11-06T16:07:01Z | 0 | 0 | 090000648044d42a |
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);