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

13 rows where docket_id = "FDA-1978-C-0535" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 10
  • Notice 2
  • Proposed Rule 1

posted_year 1

  • 2014 13

agency_id 1

  • FDA 13
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-1978-C-0535-0001 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Orange B Termination of Listing Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-08-19T04:00:00Z 2014 8 2014-08-19T04:00:00Z 1978-12-05T04:59:59Z 2014-08-19T13:33:41Z 43FR45611 0 0 090000648057369a
FDA-1978-C-0535-0019 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Background Material - Stange's Report on the Analysis of Sodium Naphthionate and Orange B 6/14/1978 Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T15:26:46Z   0 0 090000648182c400
FDA-1978-C-0535-0013 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Background Material - Conference Memo January 1, 1978 Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T15:18:47Z   0 0 090000648182c3fa
FDA-1978-C-0535-0003 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Environmental Impact Analysis Report and Envrionmental Assessment for Proposed Rulemaking to Terminate Permanent Listing of Orange B Supporting & Related Material Environmental Impact Statement 2014-08-19T04:00:00Z 2014 8     2014-08-19T13:50:59Z   0 0 090000648180467c
FDA-1978-C-0535-0020 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Withdrawal of Certain Pre-1986 Proposed Rules; Opportunity for Public Comment Notice Notice of Intent 2014-08-19T04:00:00Z 2014 8 2014-08-19T04:00:00Z 1991-10-29T04:59:59Z 2014-08-19T15:30:03Z   0 0 09000064805736b8
FDA-1978-C-0535-0018 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Background Material - Stange's Letter to Customers on Possible Substitution Mixture 4/20/1978 Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T15:25:32Z   0 0 090000648182c3ff
FDA-1978-C-0535-0021 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Withdrawal of Certain Pre-1986 Proposed Rules; Final Action Notice Withdrawal 2014-08-19T04:00:00Z 2014 8 2014-08-19T04:00:00Z   2014-08-19T15:31:58Z 56FR67440 0 0 09000064805736bb
FDA-1978-C-0535-0016 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Background Material - Conference Memo 4/6/1978 Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T15:22:46Z   0 0 090000648182c3fd
FDA-1978-C-0535-0017 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Background Material - Stange's Letter to Customers on Discontinuing Orange B 4/17/1978 Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T15:24:04Z   0 0 090000648182c3fe
FDA-1978-C-0535-0002 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Economic Impact Assessment of the Proposed Amendment Terminating the Permanent Listing of Orange B for Use in Food Supporting & Related Material Economic Assessment 2014-08-19T04:00:00Z 2014 8     2014-08-19T13:46:42Z   0 0 0900006480573693
FDA-1978-C-0535-0014 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Background Material - Stange's Summary of Conference on 1/19/1978 and 3/15/1978 Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T15:19:49Z   0 0 090000648182c3fb
FDA-1978-C-0535-0015 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Background Material - Stange's Method to Determine B-naphthylamine in Azo Dye 3/15/1978 Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T15:21:18Z   0 0 090000648182c3fc
FDA-1978-C-0535-0004 FDA Orange B; Termination of Listing - CLOSED FDA-1978-C-0535 Benefits of Food Colors Supporting & Related Material Background Material 2014-08-19T04:00:00Z 2014 8     2014-08-19T13:53:17Z   0 0 090000648180472d

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