documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "FDA" and docket_id = "FDA-1999-P-3513" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, comment_start_date, posted_date (date), comment_start_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-1999-P-3513-0004 | FDA | ANDA Suitability Proposed a Dosage of Oxycodone and Acetaminophen Oral Solution FDA-1999-P-3513 | Acknowledgment Letter from FDA DDM to King & Spalding | Other | Acknowledgement Letter/Receipt | 2017-07-24T04:00:00Z | 2017 | 7 | 2017-07-24T04:00:00Z | 2017-07-24T14:51:28Z | 0 | 0 | 09000064804f3ef6 | ||
| FDA-1999-P-3513-0005 | FDA | ANDA Suitability Proposed a Dosage of Oxycodone and Acetaminophen Oral Solution FDA-1999-P-3513 | Petition Denial Response Letter from FDA CDER to King & Spalding | Other | Denial of Petition | 2017-07-24T04:00:00Z | 2017 | 7 | 2017-07-24T04:00:00Z | 2017-07-24T14:59:33Z | 0 | 0 | 09000064804f3ef7 | ||
| FDA-1999-P-3513-0002 | FDA | ANDA Suitability Proposed a Dosage of Oxycodone and Acetaminophen Oral Solution FDA-1999-P-3513 | Attachment A Letter from FDA CDER to Endo Pharmaceuticals, Inc. July 26, 1999 re: Citizen Petition from King & Spalding | Supporting & Related Material | Background Material | 2017-07-24T04:00:00Z | 2017 | 7 | 2017-07-24T14:44:17Z | 0 | 0 | 090000648295d4c1 | |||
| FDA-1999-P-3513-0003 | FDA | ANDA Suitability Proposed a Dosage of Oxycodone and Acetaminophen Oral Solution FDA-1999-P-3513 | Attachment B Proposed Draft Insert and Side by Side Comparison of Oxycodone and Acetaminophen re: Citizen Petition from King & Spalding | Supporting & Related Material | Background Material | 2017-07-24T04:00:00Z | 2017 | 7 | 2017-07-24T14:44:04Z | 0 | 0 | 090000648295d4c2 | |||
| FDA-1999-P-3513-0001 | FDA | ANDA Suitability Proposed a Dosage of Oxycodone and Acetaminophen Oral Solution FDA-1999-P-3513 | Citizen Petition from King & Spalding | Other | Citizen Petition | 2017-07-24T04:00:00Z | 2017 | 7 | 1999-08-12T04:00:00Z | 2017-07-24T14:36:25Z | 0 | 0 | 09000064804f3ef5 |
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);