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

4 rows where docket_id = "FDA-2000-P-0126" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 2
  • Rule 2

posted_year 1

  • 2023 · 4 ✖

agency_id 1

  • FDA 4
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-0135 FDA Revision of Yogurt Standards FDA-2000-P-0126 International Dairy Foods Association: Response to the Objections and Requests for a Public Hearing on the Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and Amend the Standard for Yogurt; Correction Rule Correction 2023-05-18T04:00:00Z 2023 5 2023-05-18T04:00:00Z   2023-05-19T12:32:00Z 2023-10606 0 0 0900006485a1c5f8
FDA-2000-P-0126-0133 FDA Revision of Yogurt Standards FDA-2000-P-0126 Compliance Extension Request Letter from International Dairy Foods Association (IDFA) to FDA CFSAN Other Letter(s) 2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z   2023-05-19T12:31:24Z   0 0 09000064859704f8
FDA-2000-P-0126-0134 FDA Revision of Yogurt Standards FDA-2000-P-0126 Compliance Extension Request Response Letter from FDA CFSAN to International Dairy Foods Association (IDFA) Other Response(s) 2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z   2023-05-19T12:31:43Z   0 0 09000064859704fa
FDA-2000-P-0126-0132 FDA Revision of Yogurt Standards FDA-2000-P-0126 International Dairy Foods Association: Response to the Objections and Requests for a Public Hearing on the Final Rule To Revoke the Standards for Lowfat Yogurt and Nonfat Yogurt and Amend the Standard for Yogurt Rule Final Rule 2023-04-14T04:00:00Z 2023 4 2023-04-14T04:00:00Z 2023-05-16T03:59:59Z 2023-05-19T12:31:03Z 2023-07723 0 0 0900006485948f89

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