documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FDA-2010-N-0155" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, comment_start_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-2010-N-0155-0223 | FDA | None FDA-2010-N-0155 | Guidance for Industry Veterinary Feed Directive Common Format Questions and Answers DRAFT GUIDANCE | Other | Guidance | 2015-12-01T05:00:00Z | 2015 | 12 | 2015-12-01T05:00:00Z | 2024-11-11T21:13:39Z | 1 | 0 | 0900006481d7cb80 | ||
| FDA-2010-N-0155-0222 | FDA | None FDA-2010-N-0155 | Veterinary Feed Directive Common Format Questions and Answers; Draft Guidance for Industry; Availability | Notice | Notice of Availability | 2015-12-01T05:00:00Z | 2015 | 12 | 2015-12-01T05:00:00Z | 2016-02-02T04:59:59Z | 2016-08-23T12:38:42Z | 2015-30411 | 0 | 0 | 0900006481d7c706 |
| FDA-2010-N-0155-0220 | FDA | None FDA-2010-N-0155 | Guidance for Industry Small Entity Compliance Guide Veterinary Feed Directive Regulation Questions and Answers | Other | Guidance | 2015-09-30T04:00:00Z | 2015 | 9 | 2015-09-30T04:00:00Z | 2024-11-12T05:46:24Z | 1 | 0 | 0900006481ca5fed | ||
| FDA-2010-N-0155-0219 | FDA | None FDA-2010-N-0155 | Veterinary Feed Directive Regulation Questions and Answers; Small Entity Compliance Guide; Guidance for Industry; Availability | Rule | Final Rule | 2015-09-30T04:00:00Z | 2015 | 9 | 2015-09-30T04:00:00Z | 2016-08-30T01:00:23Z | 2015-24685 | 0 | 0 | 0900006481ca3640 | |
| FDA-2010-N-0155-0215 | FDA | None FDA-2010-N-0155 | Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Veterinary Feed Directive | Notice | Notice of Approval | 2015-07-30T04:00:00Z | 2015 | 7 | 2015-07-30T04:00:00Z | 2015-07-30T13:21:43Z | 2015-18650 | 0 | 0 | 0900006481bb0c91 | |
| FDA-2010-N-0155-0214 | FDA | None FDA-2010-N-0155 | Veterinary Feed Directive; Corrections | Rule | Correction | 2015-06-23T04:00:00Z | 2015 | 6 | 2015-06-23T04:00:00Z | 2015-06-23T14:06:28Z | 2015-15388 | 0 | 0 | 0900006481b4f341 | |
| FDA-2010-N-0155-0213 | FDA | None FDA-2010-N-0155 | Guidance for Industry Veterinary Feed Directive Regulation Questions and Answers DRAFT GUIDANCE | Other | Guidance | 2015-06-05T04:00:00Z | 2015 | 6 | 2015-06-05T04:00:00Z | 2024-11-11T20:57:09Z | 1 | 0 | 0900006481b1e90d | ||
| FDA-2010-N-0155-0211 | FDA | None FDA-2010-N-0155 | Final Regulatory Impact Analysis re Veterinary Feed Directive | Supporting & Related Material | Background Material | 2015-06-03T04:00:00Z | 2015 | 6 | 2015-06-03T16:30:29Z | 0 | 0 | 0900006481b18414 | |||
| FDA-2010-N-0155-0208 | FDA | None FDA-2010-N-0155 | Veterinary Feed Directive Regulation Questions and Answers; Draft Guidance for Industry; Availability | Proposed Rule | GDL Guidance | 2015-06-03T04:00:00Z | 2015 | 6 | 2015-06-03T04:00:00Z | 2015-08-04T03:59:59Z | 2015-08-01T01:30:46Z | 2015-13394 | 0 | 0 | 0900006481b17b73 |
| FDA-2010-N-0155-0212 | FDA | None FDA-2010-N-0155 | Model to Estimate Costs of Using Labeling as a Risk Reduction Strategy for Consumer Products Regulated by the Food and Drug Administration re Veterinary Feed Directive | Supporting & Related Material | Background Material | 2015-06-03T04:00:00Z | 2015 | 6 | 2015-06-03T16:30:36Z | 0 | 0 | 0900006481b18415 | |||
| FDA-2010-N-0155-0210 | FDA | None FDA-2010-N-0155 | This Guidance has been withdrawn and replace for correct minor typographical errors. Please see corrected virsion -FDA-2010-N-0155-0213 | Other | Guidance | 2015-06-03T04:00:00Z | 2015 | 6 | 2015-06-03T04:00:00Z | 2024-11-11T20:58:00Z | 1 | 0 | 0900006481b18412 | ||
| FDA-2010-N-0155-0209 | FDA | None FDA-2010-N-0155 | Veterinary Feed Directive | Rule | Final Rule | 2015-06-03T04:00:00Z | 2015 | 6 | 2015-06-03T04:00:00Z | 2015-06-03T15:54:43Z | 2015-13393 | 0 | 0 | 0900006481b17bab |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;