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

6 rows where docket_id = "FDA-1993-N-0259" 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), comment_end_date (date), last_modified (date)

posted_year 3

  • 2010 4
  • 2011 1
  • 2012 1

document_type 3

  • Other 2
  • Proposed Rule 2
  • Rule 2

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-1993-N-0259-0025 FDA Quality Standard for Foods With No Identity Standards; Bottled Water FDA-1993-N-0259 FDA/CDER to Division of Dockets Management- OMB Review, Beverages: Bottled Water Quality Standard; Establishing an Allowable Level for di(2-ethylhexyl)phthalate NFR Published October 19, 2011- Memorandum Other OMB Review 2012-01-31T05:00:00Z 2012 1 2012-01-31T05:00:00Z   2012-01-31T15:50:43Z   0 0 0900006480fa9e16
FDA-1993-N-0259-0024 FDA Quality Standard for Foods With No Identity Standards; Bottled Water FDA-1993-N-0259 Beverages; Bottled Water Quality Standard: Establishing an Allowable Level for di(2-ethylhexyl)phthalate - Notice of Final Rule Effective 4/16/2012 Rule Final Rule 2011-10-19T04:00:00Z 2011 10 2011-10-19T04:00:00Z   2012-01-31T15:11:52Z 2011-26707 0 0 0900006480f55cfd
FDA-1993-N-0259-0017 FDA Quality Standard for Foods With No Identity Standards; Bottled Water FDA-1993-N-0259 Beverages: Bottled Water; Reopening of Comment Period Proposed Rule Notice of Proposed Rulemaking (NPRM) 2010-04-01T04:00:00Z 2010 4 2010-04-01T04:00:00Z 2010-06-02T03:59:59Z 2024-04-12T12:26:17Z 2010-7292 0 0 0900006480ace23b
FDA-1993-N-0259-0001 FDA Quality Standard for Foods With No Identity Standards; Bottled Water FDA-1993-N-0259 Quality Standard for Foods With No Identity Standards; Bottled Water Proposed Rule Notice of Proposed Rulemaking (NPRM) 2010-03-24T04:00:00Z 2010 3 2010-03-24T04:00:00Z 1993-10-05T03:59:59Z 2024-04-12T11:22:30Z 93-18556 0 0 0900006480503e96
FDA-1993-N-0259-0016 FDA Quality Standard for Foods With No Identity Standards; Bottled Water FDA-1993-N-0259 Beverages; Bottled Water Rule Final Rule 2010-03-24T04:00:00Z 2010 3 2010-03-24T04:00:00Z   2024-04-12T12:24:50Z 96-6940 0 0 0900006480503ebc
FDA-1993-N-0259-0015 FDA Quality Standard for Foods With No Identity Standards; Bottled Water FDA-1993-N-0259 Conversation Between FDA, Economics Branch and International Bottled Water Association (IBWA), September 7, 1995 - Memorandum of Telephone Conversation Other Memorandum 2010-03-24T04:00:00Z 2010 3     2024-04-12T12:08:56Z   0 0 09000064809ffd17

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