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

7 rows where agency_id = "NASA" and document_type = "Supporting & Related Material" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2022 5
  • 2023 2

document_type 1

  • Supporting & Related Material · 7 ✖

agency_id 1

  • NASA · 7 ✖
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
NASA-2022-0002-0262 NASA NASA Mars Sample Return Programmatic Environmental Impact Statement - Tier I NASA-2022-0002 Record of Decision Final Programmatic Environmental Impact Statement Mars Sample Return Campaign – Tier I Supporting & Related Material   2023-11-16T05:00:00Z 2023 11     2023-11-16T16:15:15Z   0 0 0900006486287345
NASA-2022-0002-0259 NASA NASA Mars Sample Return Programmatic Environmental Impact Statement - Tier I NASA-2022-0002 Final Mars Sample Return (MSR) Campaign Programmatic Environmental Impact Statement Supporting & Related Material   2023-06-08T04:00:00Z 2023 6     2023-06-08T17:31:01Z   0 0 0900006485ae1afe
NASA-2022-0002-0239 NASA NASA Mars Sample Return Programmatic Environmental Impact Statement - Tier I NASA-2022-0002 Virtual Public Meeting Recordings for the Draft PEIS for the MSR Campaign 2022-11-30 Supporting & Related Material   2022-12-14T05:00:00Z 2022 12     2022-12-14T14:25:08Z   0 0 090000648553603c
NASA-2022-0002-0185 NASA NASA Mars Sample Return Programmatic Environmental Impact Statement - Tier I NASA-2022-0002 Project Fact Sheets Supporting & Related Material   2022-11-21T05:00:00Z 2022 11     2022-11-21T15:47:23Z   0 0 09000064854f8af5
NASA-2022-0002-0176 NASA NASA Mars Sample Return Programmatic Environmental Impact Statement - Tier I NASA-2022-0002 Draft Mars Sample Return (MSR) Campaign Programmatic Environmental Impact Statement Supporting & Related Material   2022-11-04T04:00:00Z 2022 11     2022-11-04T17:18:50Z   0 0 0900006485487e8b
NASA-2022-0002-0174 NASA NASA Mars Sample Return Programmatic Environmental Impact Statement - Tier I NASA-2022-0002 FINAL MSR PEIS NEPA Scoping Meeting Presentations_May 4-5 2022 Supporting & Related Material   2022-06-08T04:00:00Z 2022 6     2022-06-08T12:10:55Z   0 0 090000648514cf0b
NASA-2022-0002-0002 NASA NASA Mars Sample Return Programmatic Environmental Impact Statement - Tier I NASA-2022-0002 MSR PEIS Fact Sheets Supporting & Related Material   2022-04-15T04:00:00Z 2022 4     2022-04-19T16:33:33Z   0 0 0900006485017749

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