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

5 rows where docket_id = "FDA-2004-N-0240" and posted_year = 2004 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

  • Other 2
  • Notice 1
  • Proposed Rule 1
  • Supporting & Related Material 1

posted_year 1

  • 2004 · 5 ✖

agency_id 1

  • FDA 5
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-0240-0008 FDA Requirements Pertaining to Sampling and Private Laboratories Used in Connection With Importing Food FDA-2004-N-0240 Memorandum from Dutra V Edwin to FDA(HFA-305) Other Memorandum 2004-08-04T04:00:00Z 2004 8     2016-02-11T17:05:40Z   0 0 090000648047193a
FDA-2004-N-0240-0007 FDA Requirements Pertaining to Sampling and Private Laboratories Used in Connection With Importing Food FDA-2004-N-0240 Memorandum from Edwin V. Dutra to FDA(HFA-305) Other Memorandum 2004-08-04T04:00:00Z 2004 8     2016-02-11T17:09:27Z   0 0 0900006480471939
FDA-2004-N-0240-0003 FDA Requirements Pertaining to Sampling and Private Laboratories Used in Connection With Importing Food FDA-2004-N-0240 Facsimile Sheet re Comment from Korean Government Supporting & Related Material Background Material 2004-06-17T04:00:00Z 2004 6     2016-01-29T13:41:32Z   0 0 0900006480471912
FDA-2004-N-0240-0002 FDA Requirements Pertaining to Sampling and Private Laboratories Used in Connection With Importing Food FDA-2004-N-0240 Notice of Correction re Requirements Pertaining to Sampling and Private Laboratories Used in Connection With Importing Food Notice Correction 2004-06-03T04:00:00Z 2004 6 2004-05-25T04:00:00Z   2016-02-04T18:38:57Z   0 0 090000648047190f
FDA-2004-N-0240-0001 FDA Requirements Pertaining to Sampling and Private Laboratories Used in Connection With Importing Food FDA-2004-N-0240 Notice of Proposed Rulemaking re Requirements Pertaining to Sampling Services and Private Laboratories used in Connection with Imported Food Proposed Rule Notice of Proposed Rulemaking (NPRM) 2004-05-07T04:00:00Z 2004 5 2004-04-26T04:00:00Z 2004-07-29T03:59:59Z 2016-02-01T15:38:30Z   0 0 09000064804718ed

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