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

8 rows where docket_id = "BIA-2021-0001" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 3

  • 2022 5
  • 2023 2
  • 2024 1

document_type 1

  • Notice · 8 ✖

agency_id 1

  • BIA 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
BIA-2021-0001-0012 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2024-02-29T05:00:00Z 2024 2     2024-06-25T17:02:22Z 2024-04196 0 0 09000064865c7f9f
BIA-2021-0001-0010 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2023-10-23T04:00:00Z 2023 10     2024-06-25T16:57:15Z 2023-23371 0 0 09000064865c7d5a
BIA-2021-0001-0009 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2023-04-03T04:00:00Z 2023 4     2024-06-25T15:07:26Z 2023-06878 0 0 09000064865c7d4d
BIA-2021-0001-0008 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2022-12-27T05:00:00Z 2022 12     2024-06-25T15:01:31Z 2022-28092 0 0 09000064865c7d2e
BIA-2021-0001-0007 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2022-10-28T04:00:00Z 2022 10     2024-06-25T03:17:54Z 2022-23472 0 0 09000064865c6842
BIA-2021-0001-0006 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2022-09-15T04:00:00Z 2022 9     2024-06-25T03:18:21Z 2022-20009 0 0 09000064865c6841
BIA-2021-0001-0005 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2022-08-11T04:00:00Z 2022 8     2024-06-25T03:11:40Z 2022-17284 0 0 09000064865c67c2
BIA-2021-0001-0004 BIA Self-Governance PROGRESS Act Regulations BIA-2021-0001 Self-Governance PROGRESS Act Negotiated Rulemaking Committee; Notice of Meeting Notice   2022-05-18T04:00:00Z 2022 5     2024-06-25T03:10:56Z 2022-10583 0 0 09000064865c67c1

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 2152.163ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API