documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where agency_id = "FDA", docket_id = "FDA-1995-N-0062" and posted_year = 1996 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, 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-1995-N-0062-0006 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA OLA to Comment from the Honorable David R. Obey, United States House of Representatives | Other | Answer | 1996-06-03T04:00:00Z | 1996 | 6 | 2020-01-13T13:23:38Z | 0 | 0 | 090000648056c8f6 | |||
| FDA-1995-N-0062-0002 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Food Standards of Identity, Quality and Fill of Container; Common or Usual Name Regulations; Request for Comments on Existing Regulations | Notice | Notice of Extension | 1996-05-03T04:00:00Z | 1996 | 5 | 1996-05-03T04:00:00Z | 1996-06-29T03:59:59Z | 2020-01-09T20:17:19Z | 96-10840 | 0 | 0 | 090000648056c77a |
| FDA-1995-N-0062-0012 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable Rick Santorum, United States Senate | Other | Answer | 1996-03-20T05:00:00Z | 1996 | 3 | 2020-01-09T17:34:40Z | 0 | 0 | 090000648056c902 | |||
| FDA-1995-N-0062-0011 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable Dianne Feinstein, United States Senate | Other | Answer | 1996-03-18T05:00:00Z | 1996 | 3 | 2020-01-09T17:14:13Z | 0 | 0 | 090000648056c900 | |||
| FDA-1995-N-0062-0010 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable Phil English, United States House of Representatives | Other | Answer | 1996-03-08T05:00:00Z | 1996 | 3 | 2020-01-09T16:59:40Z | 0 | 0 | 090000648056c8fd | |||
| FDA-1995-N-0062-0009 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable Thomas E. Petri, United States House of Representatives | Other | Answer | 1996-03-06T05:00:00Z | 1996 | 3 | 2020-01-09T16:48:44Z | 0 | 0 | 090000648056c8fb | |||
| FDA-1995-N-0062-0008 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable Arlen Specter, United States Senate | Other | Answer | 1996-03-06T05:00:00Z | 1996 | 3 | 2020-01-09T16:27:40Z | 0 | 0 | 090000648056c8fa | |||
| FDA-1995-N-0062-0007 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable Frank D. Lucas, United States House of Representatives | Other | Answer | 1996-02-28T05:00:00Z | 1996 | 2 | 2020-01-09T16:12:10Z | 0 | 0 | 090000648056c8f8 | |||
| FDA-1995-N-0062-0005 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Kroger Co. | Other | Answer | 1996-02-20T05:00:00Z | 1996 | 2 | 2020-01-10T14:03:04Z | 0 | 0 | 090000648056c8f4 | |||
| FDA-1995-N-0062-0004 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable James M. Inhofe, United States Senate | Other | Answer | 1996-02-20T05:00:00Z | 1996 | 2 | 2020-01-10T13:52:23Z | 0 | 0 | 090000648056c8f2 | |||
| FDA-1995-N-0062-0001 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Food Standards of Identity, Quality and Fill of Container; Common or Usual Name Regulations; Request for Comments on Existing Regulations | Rule | Advance Notice of Proposed Rulemaking (ANPRM) | 1996-01-23T05:00:00Z | 1996 | 1 | 1996-01-23T05:00:00Z | 1996-04-30T03:59:59Z | 2020-01-11T02:07:59Z | 95-31492 | 0 | 0 | 090000648056c6be |
| FDA-1995-N-0062-0003 | FDA | Quality/fill container; common or unusual name regulations-OPEN FDA-1995-N-0062 | Answer Letter from FDA/Associate Commissioner for Legislative Affairs to Comment from The Honorable Patty Murray, Unites States Senate | Other | Answer | 1996-01-23T05:00:00Z | 1996 | 1 | 2020-01-09T15:14:52Z | 0 | 0 | 090000648056c8f0 |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;