documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where agency_id = "FDA" and docket_id = "FDA-2004-N-0308" 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)
| 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-2004-N-0308-0008 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Supporting Statement - List of Attachments | Supporting & Related Material | Background Material | 2004-12-28T05:00:00Z | 2004 | 12 | 2025-04-11T12:21:49Z | 0 | 0 | 0900006480472ecb | |||
| FDA-2004-N-0308-0007 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Supporting Statement - Attachment C - Outline of Questionnaires with Indication of Whether Questions are the Same as the Previous Data Collection | Supporting & Related Material | Background Material | 2004-12-28T05:00:00Z | 2004 | 12 | 2025-04-11T12:19:30Z | 0 | 0 | 0900006480472eca | |||
| FDA-2004-N-0308-0010 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Infant Feeding Practices Study II | Notice | Notice of Approval | 2004-12-28T05:00:00Z | 2004 | 12 | 2025-04-09T20:03:59Z | 04-28136 | 0 | 0 | 0900006480472ecd | ||
| FDA-2004-N-0308-0004 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Supporting Statement for OMB Review - Infant Feeding Practices Study II | Supporting & Related Material | Background Material | 2004-12-28T05:00:00Z | 2004 | 12 | 2025-04-11T12:14:14Z | 0 | 0 | 0900006480472ec7 | |||
| FDA-2004-N-0308-0006 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Supporting Statement - List of Attachments | Supporting & Related Material | Background Material | 2004-12-28T05:00:00Z | 2004 | 12 | 2025-04-11T12:17:06Z | 0 | 0 | 0900006480472ec9 | |||
| FDA-2004-N-0308-0005 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Supporting Statement for OMB Review - Infant Feeding Practices Study II | Supporting & Related Material | Background Material | 2004-12-28T05:00:00Z | 2004 | 12 | 2025-04-11T12:13:22Z | 0 | 0 | 0900006480472ec8 | |||
| FDA-2004-N-0308-0009 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Supporting Statement - Attachment C - Outline of Questionnaires with Indication of Whether Questions are the Same as the Previous Data Collection | Supporting & Related Material | Background Material | 2004-12-28T00:00:00Z | 2004 | 12 | 2025-05-21T23:04:08Z | 0 | 0 | 0900006480472ecc | |||
| FDA-2004-N-0308-0003 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Infant Feeding Practices Study II | Notice | 30 Day Proposed Information Collection | 2004-10-12T04:00:00Z | 2004 | 10 | 2004-10-01T04:00:00Z | 2004-11-02T04:59:59Z | 2025-04-09T19:59:33Z | 04-22052 | 0 | 0 | 0900006480472ec6 |
| FDA-2004-N-0308-0001 | FDA | Agency Information Collection Activities: Proposed Collection; Comment Request; Infant Feeding Practices Study II FDA-2004-N-0308 | Agency Information Collection Activities; Proposed Collection; Comment Request; Infant Feeding Practices Study II | Notice | 60 Day Proposed Information Collection | 2004-04-23T04:00:00Z | 2004 | 4 | 2004-04-21T04:00:00Z | 2004-06-22T03:59:59Z | 2025-04-12T01:00:53Z | 04-8995 | 0 | 0 | 0900006480472eba |
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);