documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2007-0158" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- APHIS 6
| 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-2007-0158-0017 | APHIS | Information From Foreign Regions Applying for Recognition of Animal Health Status APHIS-2007-0158 | Information From Foreign Regions Applying for Recognition of Animal Health Status | Rule | Final Rule | 2012-07-27T04:00:00Z | 2012 | 7 | 2012-07-27T04:00:00Z | 2012-07-27T14:31:37Z | 2012-18324 | 0 | 0 | 09000064810b448c | |
| APHIS-2007-0158-0018 | APHIS | Information From Foreign Regions Applying for Recognition of Animal Health Status APHIS-2007-0158 | Economic Analysis | Supporting & Related Material | Economic Analysis | 2012-07-27T04:00:00Z | 2012 | 7 | 2012-07-27T14:31:53Z | 0 | 0 | 09000064810af83b | |||
| APHIS-2007-0158-0001 | APHIS | Information From Foreign Regions Applying for Recognition of Animal Health Status APHIS-2007-0158 | Information from Foreign Regions Applying for Recognition of Animal Health Status | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T05:00:00Z | 2012-02-28T04:59:59Z | 2011-12-28T20:10:32Z | 2011-33206 | 0 | 0 | 0900006480f8a273 |
| APHIS-2007-0158-0002 | APHIS | Information From Foreign Regions Applying for Recognition of Animal Health Status APHIS-2007-0158 | Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities | Supporting & Related Material | Economic Analysis | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T15:22:01Z | 0 | 0 | 0900006480f837d5 | |||
| APHIS-2007-0158-0003 | APHIS | Information From Foreign Regions Applying for Recognition of Animal Health Status APHIS-2007-0158 | Clarification of Information Requested for Recognition of a Region | Supporting & Related Material | Guidance | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T15:22:01Z | 0 | 0 | 0900006480f837d6 | |||
| APHIS-2007-0158-0004 | APHIS | Information From Foreign Regions Applying for Recognition of Animal Health Status APHIS-2007-0158 | Clarification of Information Requested for Recognition of a Historically-free Region | Supporting & Related Material | Guidance | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T15:22:01Z | 0 | 0 | 0900006480f837d8 |
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);