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-2001-N-0075" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- FDA · 9 ✖
| 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-0027 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Import Tolerances for Residues of Unapproved New Animal Drugs in Food | Rule | Final Rule | 2021-09-21T04:00:00Z | 2021 | 9 | 2021-09-21T04:00:00Z | 2021-10-22T03:59:59Z | 2021-10-22T01:01:24Z | 2021-19967 | 0 | 0 | 0900006484d98dbf |
| 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 | |||
| FDA-2001-N-0075-0002 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Import Tolerances: Residues of Unapproved New Animal Drugs in Food | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2012-01-25T05:00:00Z | 2012 | 1 | 2012-01-25T05:00:00Z | 2012-04-25T03:59:59Z | 2012-04-25T12:01:47Z | 2012-01430 | 0 | 0 | 0900006480fa3cd9 |
| FDA-2001-N-0075-0001 | FDA | Regulation for establishing import tolerances FDA-2001-N-0075 | Import Tolerances; Extension of Comment Period; Advance Notice of Proposed Rulemaking; Extension of Comment Period; Correction | Notice | Correction | 2002-01-03T05:00:00Z | 2002 | 1 | 2001-12-27T05:00:00Z | 2002-03-12T04:59:59Z | 2015-12-19T22:47:45Z | 0 | 0 | 09000064804b832e |
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);