documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FDA-1977-N-0018" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-1977-N-0018-0101 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Citizen Petition Denial Response from FDA to Bayer Healthcare, LLC | Other | Denial | 2014-05-02T04:00:00Z | 2014 | 5 | 2014-05-02T04:00:00Z | 2014-05-02T21:22:30Z | 0 | 0 | 09000064816def57 | ||
| FDA-1977-N-0018-0097 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Tab Attachment re: Supplement from Bayer Healthcare, LLC | Supporting & Related Material | Background Material | 2014-05-02T04:00:00Z | 2014 | 5 | 2019-02-05T16:24:08Z | 0 | 0 | 09000064805d9b8b | |||
| FDA-1977-N-0018-0093 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Supplement from Bayer HealthCare LLC, Consumer Care Division | Other | Supplement (SUP) | 2014-05-02T04:00:00Z | 2014 | 5 | 2014-05-02T04:00:00Z | 2019-02-01T14:49:41Z | 0 | 0 | 09000064805d99b0 | ||
| FDA-1977-N-0018-0100 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Memorandum of Meeting Between FDA/CDER and Bayer HealthCare dated April 30, 2014 | Other | Memorandum | 2014-05-02T04:00:00Z | 2014 | 5 | 2014-05-02T04:00:00Z | 2019-01-29T17:24:51Z | 0 | 0 | 09000064805d99c0 | ||
| FDA-1977-N-0018-0095 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Supplement from Innovative Science Solutions, LLC | Other | Supplement (SUP) | 2014-05-02T04:00:00Z | 2014 | 5 | 2014-05-02T04:00:00Z | 2019-02-05T17:39:06Z | 0 | 0 | 09000064805d9b88 | ||
| FDA-1977-N-0018-0094 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Supplement from Clinical Trial Service Unit & Epidemiological Studies Unit-University of Oxford | Other | Supplement (SUP) | 2014-05-02T04:00:00Z | 2014 | 5 | 2019-02-05T15:35:43Z | 0 | 0 | 09000064805d9b80 | |||
| FDA-1977-N-0018-0092 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Citizen Petition from Bayer Healthcare, LLC | Other | Citizen Petition | 2014-05-02T04:00:00Z | 2014 | 5 | 2014-05-02T04:00:00Z | 2019-02-05T18:40:00Z | 0 | 0 | 09000064805d9995 | ||
| FDA-1977-N-0018-0098 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Supplement from University of Alabama at Birmingham (UAB) | Other | Supplement (SUP) | 2014-05-02T04:00:00Z | 2014 | 5 | 2014-05-02T04:00:00Z | 2019-02-05T16:28:32Z | 0 | 0 | 09000064805d9b8d | ||
| FDA-1977-N-0018-0096 | FDA | Over-the-Counter Internal Analgesic, Antipyretic & Antirheumatic Products: OPEN FDA-1977-N-0018 | Supplement from Bayer Healthcare, LLC | Other | Supplement (SUP) | 2014-05-02T04:00:00Z | 2014 | 5 | 2014-05-02T04:00:00Z | 2019-02-05T16:23:38Z | 0 | 0 | 09000064805d9b8a |
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);