documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "FDA" and docket_id = "FDA-1977-N-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), last_modified (date)
document_type 3
agency_id 1
- FDA · 6 ✖
| 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-1977-N-0002-1699 | FDA | Penicillin & Tetracycline & All Combinations - CLOSED FDA-1977-N-0002 | Answer from FDA to Comment from the Honorable Joseph Early Congress of the United States-House of Representatives | Other | ANS-Answer | 2005-10-17T04:00:00Z | 2005 | 10 | 2019-07-10T13:09:53Z | 0 | 0 | 09000064805d7347 | |||
| FDA-1977-N-0002-1668 | FDA | Penicillin & Tetracycline & All Combinations - CLOSED FDA-1977-N-0002 | Number Not Used | Other | Answer | 2005-07-14T04:00:00Z | 2005 | 7 | 2019-07-10T18:56:51Z | 0 | 0 | 09000064805d7325 | |||
| FDA-1977-N-0002-1304 | FDA | Penicillin & Tetracycline & All Combinations - CLOSED FDA-1977-N-0002 | Answer Letter from FDA/Office of Legislative Services to Honorable Hubert H. Humphrey, United States Senate | Other | Answer | 2005-06-23T04:00:00Z | 2005 | 6 | 2019-07-03T14:13:56Z | 0 | 0 | 09000064805d71ab | |||
| FDA-1977-N-0002-0948 | FDA | Penicillin & Tetracycline & All Combinations - CLOSED FDA-1977-N-0002 | Withdrawal of Certain Proposed Rules and Other Proposed Actions | Proposed Rule | Withdrawal | 2004-12-08T05:00:00Z | 2004 | 12 | 2004-11-25T05:00:00Z | 2019-07-11T01:05:36Z | 04-26234 | 0 | 0 | 09000064805d7039 | |
| FDA-1977-N-0002-0945 | FDA | Penicillin & Tetracycline & All Combinations - CLOSED FDA-1977-N-0002 | Letter from Gordon Tate re: Comment from The National Grange | Other | Letter(s) | 2002-08-09T04:00:00Z | 2002 | 8 | 2019-05-09T15:43:48Z | 0 | 0 | 09000064805d702a | |||
| FDA-1977-N-0002-0947 | FDA | Penicillin & Tetracycline & All Combinations - CLOSED FDA-1977-N-0002 | Envelope re: Comment from The National Grange | Supporting & Related Material | Transmittals | 2002-08-09T04:00:00Z | 2002 | 8 | 2019-05-09T15:42:42Z | 0 | 0 | 09000064805d702c |
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);