home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where docket_id = "FDA-2002-P-0247" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Other 6
  • Supporting & Related Material 1

posted_year 1

  • 2014 · 7 ✖

agency_id 1

  • FDA 7
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-2002-P-0247-0023 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Citizen Petition Denial Letter Response from FDA/CFSAN to Betty Martini Other Denial of Petition 2014-10-24T04:00:00Z 2014 10 2014-10-24T04:00:00Z   2022-10-19T19:18:24Z   0 0 09000064818fb92b
FDA-2002-P-0247-0021 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Mission Possible International Multiple Signatures 231 Supplement Citizen Petition SUP5 Other Supplement (SUP) 2014-08-28T04:00:00Z 2014 8 2014-08-28T04:00:00Z   2014-08-28T18:48:42Z   0 0 090000648049ae47
FDA-2002-P-0247-0018 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Mission Possible International Multiple Signatures 467 Supplement Citizen Petition SUP 2 Other Supplement (SUP) 2014-08-28T04:00:00Z 2014 8 2014-08-28T04:00:00Z   2014-08-28T18:36:27Z   0 0 090000648049ae3c
FDA-2002-P-0247-0017 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Interim Response Letter from FDA/CFSAN to Betty L. Martini Mission Possible International Other Letter(s) 2014-08-28T04:00:00Z 2014 8 2014-08-28T04:00:00Z   2014-08-28T18:30:02Z   0 0 090000648184ce6b
FDA-2002-P-0247-0020 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Mission Possible International Multiple Signatures 461 Supplement Citizen Petition SUP 4 Other Supplement (SUP) 2014-08-28T04:00:00Z 2014 8 2014-08-28T04:00:00Z   2014-08-28T18:48:34Z   0 0 090000648049ae43
FDA-2002-P-0247-0019 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Mission Possible International Multiple Signatures 99 Supplement Citizen Petition SUP 3 Other Supplement (SUP) 2014-08-28T04:00:00Z 2014 8 2014-08-28T04:00:00Z   2014-08-28T18:48:28Z   0 0 090000648049ae40
FDA-2002-P-0247-0022 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Tab 9 Blaylock, M.D. Aspartame, MSG and other Excitotoxins and the Hypothalamus. re Mission Possible Citizen Petition CP1 Supporting & Related Material Background Material 2014-08-28T04:00:00Z 2014 8     2014-08-28T18:55:09Z   0 0 09000064809394eb

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 895.864ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API