documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FDA-2001-N-0075" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-2001-N-0075-0020 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Tab C Updated Changes to FRN Draft by OIRA re: Executive Order 12866 Regulatory Review re: Import Tolerances; Advance Notice of Proposed Rulemaking; FRN 66FR42167 | Supporting & Related Material | Background Material | 2015-12-16T05:00:00Z | 2015 | 12 | 2015-12-16T17:35:18Z | 0 | 0 | 09000064804b833b | |||
| FDA-2001-N-0075-0016 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Import Tolerances; Extension of Comment Period | Notice | Notice of Extension | 2015-12-16T05:00:00Z | 2015 | 12 | 2001-12-07T05:00:00Z | 2002-03-12T04:59:59Z | 2015-12-16T22:01:08Z | 0 | 0 | 09000064804b8337 | |
| FDA-2001-N-0075-0017 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Executive Order 12866 Regulatory Review re: Import Tolerances; Advance Notice of Proposed Rulemaking; FRN 66FR42167 | Supporting & Related Material | Background Material | 2015-12-16T05:00:00Z | 2015 | 12 | 2015-12-16T17:23:33Z | 0 | 0 | 09000064804b8338 | |||
| FDA-2001-N-0075-0014 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Import Tolerances; Advance Notice of Proposed Rulemaking | Notice | General Notice | 2015-12-16T05:00:00Z | 2015 | 12 | 2001-08-10T04:00:00Z | 2001-12-02T04:59:59Z | 2015-12-16T22:01:04Z | 0 | 0 | 09000064804b8332 | |
| FDA-2001-N-0075-0019 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Tab B Changes to Draft Submitted by OIRA re: Executive Order 12866 Regulatory Review re: Import Tolerances; Advance Notice of Proposed Rulemaking; FRN 66FR42167 | Supporting & Related Material | Background Material | 2015-12-16T05:00:00Z | 2015 | 12 | 2015-12-16T17:28:05Z | 0 | 0 | 09000064804b833a | |||
| FDA-2001-N-0075-0018 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Tab A Copy of Draft Regulatory Action (OMB Review) re: Executive Order 12866 Regulatory Review re: Import Tolerances; Advance Notice of Proposed Rulemaking; FRN 66FR42167 | Supporting & Related Material | Background Material | 2015-12-16T05:00:00Z | 2015 | 12 | 2015-12-16T17:23:14Z | 0 | 0 | 09000064804b8339 |
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);