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

5 rows where docket_id = "FDA-1979-N-0028" and posted_year = 1998 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 4
  • Proposed Rule 1

posted_year 1

  • 1998 · 5 ✖

agency_id 1

  • FDA 5
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-1979-N-0028-0013 FDA Lakes of Color Additives FDA-1979-N-0028 Permanent Listing of Color Additive Lakes; Additions to the Administrative Record; Reopening of Comment Period - Notice of Proposed Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 1998-06-03T04:00:00Z 1998 6 1998-06-03T04:00:00Z 1998-07-07T03:59:59Z 2014-05-15T01:01:28Z   0 0 090000648055399f
FDA-1979-N-0028-0012 FDA Lakes of Color Additives FDA-1979-N-0028 Memorandum of Telephone Conversation Dated January 29, 1997 Other Memorandum 1998-05-15T04:00:00Z 1998 5     2014-05-14T15:45:57Z   0 0 090000648055399e
FDA-1979-N-0028-0010 FDA Lakes of Color Additives FDA-1979-N-0028 Memorandum of Telephone Conversation Dated December 23, 1996 Other Memorandum 1998-05-15T04:00:00Z 1998 5     2014-05-14T15:40:40Z   0 0 090000648055399c
FDA-1979-N-0028-0011 FDA Lakes of Color Additives FDA-1979-N-0028 Memorandum of Telephone Conversation Dated January 10, 1997 Other Memorandum 1998-05-15T04:00:00Z 1998 5     2014-05-14T15:42:52Z   0 0 090000648055399d
FDA-1979-N-0028-0009 FDA Lakes of Color Additives FDA-1979-N-0028 Memorandum from FDA RE: Sun Chemical Corporation Other Memorandum 1998-04-17T04:00:00Z 1998 4     2014-05-14T15:37:31Z   0 0 090000648055399a

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