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

9 rows where docket_id = "FDA-2010-N-0002" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Rule 7
  • Supporting & Related Material 2

posted_year 1

  • 2011 · 9 ✖

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-2010-N-0002-0095 FDA None FDA-2010-N-0002 New Animal Drugs: Change of Sponsor's Name and Address; Corrections Rule NCR-Notice of Correction 2011-03-24T04:00:00Z 2011 3 2011-03-24T04:00:00Z   2011-03-24T13:39:40Z 2011-6795 0 0 0900006480c0f8fd
FDA-2010-N-0002-0097 FDA None FDA-2010-N-0002 Animal Drugs, Feeds, and Related Products; Withdrawal of Approval of New Animal Drug Applications; Aklomide; Levamisole Hydrochloride; Nitromide and Sulfanitran; Roxarsone; Correction Rule NCR-Notice of Correction 2011-03-24T04:00:00Z 2011 3 2011-03-24T04:00:00Z   2011-03-24T13:46:28Z 2011-6790 0 0 0900006480c0fd1e
FDA-2010-N-0002-0096 FDA None FDA-2010-N-0002 New Animal Drugs for Use in Animal Feeds: Florfenicol; Correction Rule NCR-Notice of Correction 2011-03-24T04:00:00Z 2011 3 2011-03-24T04:00:00Z   2011-03-24T13:42:25Z 2011-6789 0 0 0900006480c0fd16
FDA-2010-N-0002-0098 FDA None FDA-2010-N-0002 Certain Other Dosage Form New Animal Drugs: Detomidine; Correction Rule NCR-Notice of Correction 2011-03-24T04:00:00Z 2011 3 2011-03-24T04:00:00Z   2011-03-24T13:48:54Z 2011-06791 0 0 0900006480c0fd2a
FDA-2010-N-0002-0094 FDA None FDA-2010-N-0002 Freedom of Information - NADA 141-312 - Labeling Supporting & Related Material FOIS-Freedom of Information Summary 2011-01-21T05:00:00Z 2011 1     2011-01-21T15:18:02Z   0 0 0900006480bcfc71
FDA-2010-N-0002-0093 FDA None FDA-2010-N-0002 Freedom Of Information Summary - NADA 141-312 - HEXASOL Injection Oxytetracycline and Flunixin Meglumine Injectable Solution Beef and Non-Lactating Dairy Cattle Supporting & Related Material FOIS-Freedom of Information Summary 2011-01-20T05:00:00Z 2011 1     2011-01-20T14:24:04Z   0 0 0900006480bce7ff
FDA-2010-N-0002-0092 FDA None FDA-2010-N-0002 Implantation or Injectable Dosage Form New Animal Drugs: Oxytetracycline and Flunixin Rule NFR-Notice of Final Rule 2011-01-20T05:00:00Z 2011 1 2011-01-20T05:00:00Z   2011-01-20T14:05:26Z 2011-01040 0 0 0900006480bce9e7
FDA-2010-N-0002-0091 FDA None FDA-2010-N-0002 New Animal Drugs: Change of Sponsor Rule NFR-Notice of Final Rule 2011-01-18T05:00:00Z 2011 1 2011-01-18T05:00:00Z   2011-01-18T14:54:02Z 2011-904 0 0 0900006480bcce2d
FDA-2010-N-0002-0090 FDA None FDA-2010-N-0002 New Animal Drugs: Follicle Stimulating Hormone; Change of Sponsor Rule NFR-Notice of Final Rule 2011-01-18T05:00:00Z 2011 1 2011-01-18T05:00:00Z   2011-01-18T14:51:10Z 2011-909 0 0 0900006480bccd28

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 2275.102ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API