documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where agency_id = "APHIS" and docket_id = "APHIS-2011-0049" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- APHIS · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| APHIS-2011-0049-0021 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | Viruses, Serums, Toxins, and Analogous Products: Single Label Claim for Veterinary Biological Products | Rule | Final Rule | 2016-07-20T04:00:00Z | 2016 | 7 | 2016-07-20T04:00:00Z | 2016-07-20T13:46:30Z | 2016-17073 | 0 | 0 | 09000064820d2a3b | |
| APHIS-2011-0049-0020 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | 11-049-3 NS Econ Final 6 18 15 | Supporting & Related Material | Economic Analysis | 2015-07-10T04:00:00Z | 2015 | 7 | 2015-07-10T14:41:43Z | 0 | 0 | 0900006481b575ba | |||
| APHIS-2011-0049-0019 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | Viruses, Serums, Toxins, and Analogous Products: Single Label Claim for Veterinary Biological Products | Rule | Final Rule | 2015-07-10T04:00:00Z | 2015 | 7 | 2015-07-10T04:00:00Z | 2015-07-10T13:41:38Z | 2015-16898 | 0 | 0 | 0900006481b78c50 | |
| APHIS-2011-0049-0011 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | Regulatory Impact Analysis & Initial Regulatory Flexibility Analysis | Supporting & Related Material | Economic Analysis | 2014-04-22T04:00:00Z | 2014 | 4 | 2014-04-22T13:52:00Z | 0 | 0 | 09000064816b5a52 | |||
| APHIS-2011-0049-0010 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | Single Label Claim for Veterinary Biological Products: Viruses, Serums, Toxins, and Analogous Products | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2014-04-21T04:00:00Z | 2014 | 4 | 2014-04-21T04:00:00Z | 2014-06-21T03:59:59Z | 2014-06-21T01:06:15Z | 2014-08995 | 0 | 0 | 09000064816bde81 |
| APHIS-2011-0049-0009 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | Regulatory Impact Analysis & Initial Regulatory Flexibility Analysis | Supporting & Related Material | 2014-04-03T00:00:00Z | 2014 | 4 | 2014-04-16T13:08:57Z | 0 | 1 | 090000648169abb6 | ||||
| APHIS-2011-0049-0002 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | Concept Paper: Single Tier Label Claim | Supporting & Related Material | Other | 2011-05-24T04:00:00Z | 2011 | 5 | 2016-10-31T15:02:56Z | 0 | 0 | 0900006480e310b1 | |||
| APHIS-2011-0049-0001 | APHIS | Effectiveness Indications Statements in Veterinary Biologics Labeling APHIS-2011-0049 | Meetings: Effectiveness Indications Statements in Veterinary Biologics Labeling | Notice | Notice | 2011-05-24T04:00:00Z | 2011 | 5 | 2011-05-24T04:00:00Z | 2011-07-26T03:59:59Z | 2011-05-24T13:44:21Z | 2011-12762 | 0 | 0 | 0900006480e30f76 |
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);