documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "BIA-2016-0007" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- BIA 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BIA-2016-0007-0069 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Transcript_Prior Lake, MN_3.14.17 | Supporting & Related Material | 2017-04-14T04:00:00Z | 2017 | 4 | 2017-04-14T15:55:30Z | 0 | 0 | 090000648255694d | ||||
| BIA-2016-0007-0072 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Transcript - 03-16-17 Telecon | Supporting & Related Material | 2017-04-14T04:00:00Z | 2017 | 4 | 2017-04-14T16:03:27Z | 0 | 0 | 0900006482556655 | ||||
| BIA-2016-0007-0066 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Transcript_CA_03-02-17 Tribal Consult | Supporting & Related Material | 2017-04-14T04:00:00Z | 2017 | 4 | 2017-04-14T15:50:46Z | 0 | 0 | 0900006482556922 | ||||
| BIA-2016-0007-0068 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Transcript_NV_03-13-17 | Supporting & Related Material | 2017-04-14T04:00:00Z | 2017 | 4 | 2017-04-14T16:02:57Z | 0 | 0 | 0900006482556924 | ||||
| BIA-2016-0007-0067 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Transcript_MT_3-7-17 Tribal Consult Billings | Supporting & Related Material | 2017-04-14T04:00:00Z | 2017 | 4 | 2017-04-14T15:52:57Z | 0 | 0 | 0900006482556923 | ||||
| BIA-2016-0007-0070 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Transcript_SD_3-9-17-Tribal-Consultation | Supporting & Related Material | 2017-04-14T04:00:00Z | 2017 | 4 | 2017-04-14T15:56:18Z | 0 | 0 | 090000648255694e | ||||
| BIA-2016-0007-0071 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Transcript_WA_BIA Indian Trading Meeting 02-23-2017 | Supporting & Related Material | 2017-04-14T04:00:00Z | 2017 | 4 | 2017-04-14T15:57:41Z | 0 | 0 | 090000648255694f | ||||
| BIA-2016-0007-0003 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Traders with Indians | Proposed Rule | 2017-02-08T05:00:00Z | 2017 | 2 | 2017-02-08T05:00:00Z | 2017-02-10T15:22:46Z | 2017-02573 | 0 | 0 | 09000064824b27ec | ||
| BIA-2016-0007-0002 | BIA | Traders with Indians (25 CFR 140) BIA-2016-0007 | Traders With Indians | Proposed Rule | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T05:00:00Z | 2017-04-11T03:59:59Z | 2017-04-15T01:01:02Z | 2016-29253 | 0 | 0 | 09000064823f4b1a |
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;