documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where agency_id = "FDA", document_type = "Rule" and posted_year = 1998 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, subtype, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-1995-C-0050-0002 | FDA | Safe Use of D&C Violet No. 2 as a Color Additive-CLOSED FDA-1995-C-0050 | Listing of Color Additives for Coloring Sutures; D&C Violet No. 2; Confirmation of Effective Date | Rule | Confirmation of Effective Date | 1998-09-01T04:00:00Z | 1998 | 9 | 1998-08-28T04:00:00Z | 2017-06-13T18:13:58Z | 98-23106 | 0 | 0 | 0900006480561d8f | |
| FDA-1998-N-0007-0001 | FDA | Omega-3 Fatty Acids/Risk in Adults Cardiovascular Disease FDA-1998-N-0007 | Food Labeling: Health Claims; Omega-3 Fatty Acids and the Risk in Adults of Cardiovascular Disease | Rule | Interim Final Rule | 1998-06-30T04:00:00Z | 1998 | 6 | 1998-06-22T04:00:00Z | 1998-09-09T03:59:59Z | 2017-08-16T18:18:32Z | 98–16459 | 0 | 0 | 0900006480558b4a |
| FDA-1995-C-0050-0001 | FDA | Safe Use of D&C Violet No. 2 as a Color Additive-CLOSED FDA-1995-C-0050 | Listing of Color Additives for Coloring Sutures; D&C Violet No. 2 | Rule | Final Rule | 1998-04-23T04:00:00Z | 1998 | 4 | 1998-04-23T04:00:00Z | 1998-05-27T03:59:59Z | 2017-06-13T18:06:37Z | 98 10779 | 0 | 0 | 0900006480561d4f |
| FDA-1997-N-0066-0002 | FDA | Revisions to General Safety Requirements for Biological Products: Agency Information Collection Activities. FDA-1997-N-0066 | Final Rule re Revisions to the General Safety Requirements for Biological Products | Rule | Final Rule | 1998-04-21T04:00:00Z | 1998 | 4 | 1998-04-21T04:00:00Z | 1998-07-07T03:59:59Z | 2015-12-07T18:57:46Z | 0 | 0 | 09000064805d04c9 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);