documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FDA-2000-P-0126" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-2000-P-0126-0096 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Rule | Final Rule | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T04:00:00Z | 2021-07-13T03:59:59Z | 2023-05-19T12:29:26Z | 2021-12220 | 0 | 0 | 0900006484b6bc96 |
| FDA-2000-P-0126-0103 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | REF 21 FDA Memo Documentation Yogurt consumption Vit. A contribution RE Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Supporting & Related Material | Background Material | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:24:32Z | 0 | 0 | 0900006484b6c991 | |||
| FDA-2000-P-0126-0098 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | REF 5 Codex Standard for Fermented Milks RE Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Supporting & Related Material | Background Material | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:23:32Z | 0 | 0 | 0900006484b6c92a | |||
| FDA-2000-P-0126-0102 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | REF 13 BAM Chapter 3 Aerobic Plate Count RE Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Supporting & Related Material | Background Material | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:24:13Z | 0 | 0 | 0900006484b6c960 | |||
| FDA-2000-P-0126-0099 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | REF 6 FDA Memo Live Active Culture Survey - Consumer Studies Comment RE Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Supporting & Related Material | Background Material | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:23:42Z | 0 | 0 | 0900006484b6c92c | |||
| FDA-2000-P-0126-0100 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | REF 10 GAO-01-326 Dairy Products-Reg of Ultra-filtered Milk RE Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Supporting & Related Material | Background Material | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:23:54Z | 0 | 0 | 0900006484b6c933 | |||
| FDA-2000-P-0126-0097 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | REF 2 FoodData Central RE Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Supporting & Related Material | Background Material | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:23:21Z | 0 | 0 | 0900006484b6c094 | |||
| FDA-2000-P-0126-0101 | FDA | Revision of Yogurt Standards FDA-2000-P-0126 | REF 11 GRAS Notice GRN 000504 to ADPI U.S. DEC RE Milk and Cream Products and Yogurt Products; Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and To Amend the Standard for Yogurt | Supporting & Related Material | Background Material | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:24:03Z | 0 | 0 | 0900006484b6c95d |
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);