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 = 2009 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, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Other 5
  • Supporting & Related Material 2

posted_year 1

  • 2009 · 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-0016 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 See FDA-2002-P-0247-0006 Other CP-Citizen Petition 2009-07-27T04:00:00Z 2009 7 2009-07-27T04:00:00Z   2009-08-10T18:45:46Z   0 0 09000064809fb34c
FDA-2002-P-0247-0006 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Citizen Petition from Mission Possible International Other Citizen Petition 2009-04-02T04:00:00Z 2009 4 2009-04-02T04:00:00Z   2014-10-24T15:43:46Z   0 0 090000648049ac70
FDA-2002-P-0247-0007 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Mission Possible International (Letter re Dr. John Olney) Supplement Citizen Petition SUP1 Other Supplement (SUP) 2009-04-02T04:00:00Z 2009 4 2009-04-02T04:00:00Z   2014-08-28T18:52:47Z   0 0 090000648049acd0
FDA-2002-P-0247-0009 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Calorie Control Council - Supplement [SUP 6] Other SUP-Supplement 2009-04-02T04:00:00Z 2009 4 2009-04-02T04:00:00Z   2009-04-02T13:13:38Z   0 0 090000648049b0db
FDA-2002-P-0247-0005 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Tab 2 - Objection to approval of Neotame 98F-0052 and 99F-0187, Request for Hearing re Mission Possible International (Letter re Dr. John Olney) - Supplement Citizen Petition SUP1 Supporting & Related Material Background Material 2009-04-02T04:00:00Z 2009 4     2014-08-28T18:58:14Z   0 0 090000648049acd8
FDA-2002-P-0247-0004 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Tab 3 - S. HRG. 100-567 Nutrasweet Health ans Safety Concerns Hearing before the Committee on Labor and Human Resources-United States Senate-One Hundreth Congress, First Session on Examining the Health and Safety Concerns of Nutrasweet (Aspartame) - November 3, 1987. [Mission Possible International - Citizen Petiton] CP1 Supporting & Related Material Background Material 2009-04-02T04:00:00Z 2009 4     2014-08-28T19:01:17Z   0 0 09000064809393fd
FDA-2002-P-0247-0008 FDA Recall Aspartame as a Neurotoxic Drug-Closed FDA-2002-P-0247 Mission Possible International [email] - Letter Other   2009-04-02T00:00:00Z 2009 4     2009-04-07T14:22:30Z   0 1 090000648049af50

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 686.79ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API