documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "FDA" and docket_id = "FDA-2006-N-0498" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 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-2006-N-0498-0005 | FDA | Agency Information Collection Activities; Proposed Collection; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel FDA-2006-N-0498 | Supporting Statement for Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosures on the Nutrition Facts Panel | Supporting & Related Material | Statement (Supporting and Related Material) | 2007-07-24T00:00:00Z | 2007 | 7 | 2025-05-19T22:57:00Z | 0 | 0 | 09000064804638b0 | |||
| FDA-2006-N-0498-0006 | FDA | Agency Information Collection Activities; Proposed Collection; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel FDA-2006-N-0498 | Supporting Statement for Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosures on the Nutrition Facts Panel | Supporting & Related Material | Statement (Supporting and Related Material) | 2007-07-24T00:00:00Z | 2007 | 7 | 2025-05-19T22:57:23Z | 0 | 0 | 09000064804638b1 | |||
| FDA-2006-N-0498-0004 | FDA | Agency Information Collection Activities; Proposed Collection; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel FDA-2006-N-0498 | Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosures on the Nutrition Facts Panel | Notice | Notice of Approval | 2007-07-23T04:00:00Z | 2007 | 7 | 2007-07-19T04:00:00Z | 2007-07-20T03:59:59Z | 2025-05-19T21:50:22Z | E7-14011 | 0 | 0 | 09000064804638af |
| FDA-2006-N-0498-0003 | FDA | Agency Information Collection Activities; Proposed Collection; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel FDA-2006-N-0498 | Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel | Notice | General Notice | 2007-03-06T05:00:00Z | 2007 | 3 | 2007-03-07T05:00:00Z | 2007-03-08T04:59:59Z | 2025-05-19T21:45:12Z | E7-3904 | 0 | 0 | 09000064804638ac |
| FDA-2006-N-0498-0002 | FDA | Agency Information Collection Activities; Proposed Collection; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel FDA-2006-N-0498 | Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel | Notice | General Notice | 2006-12-17T05:00:00Z | 2006 | 12 | 2006-12-18T05:00:00Z | 2006-12-19T04:59:59Z | 2025-05-19T21:37:55Z | E6-21486 | 0 | 0 | 0900006480463888 |
| FDA-2006-N-0498-0001 | FDA | Agency Information Collection Activities; Proposed Collection; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel FDA-2006-N-0498 | Agency Information Collection Activities; Proposed Collection; Comment Request; Experimental Study of Possible Footnotes and Cueing Schemes to Help Consumers Interpret Quantitative Trans Fat Disclosure on the Nutrition Facts Panel | Notice | General Notice | 2006-02-05T05:00:00Z | 2006 | 2 | 2006-02-06T05:00:00Z | 2006-04-08T03:59:59Z | 2025-05-19T21:33:58Z | E6-1522 | 0 | 0 | 090000648046387c |
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);