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

13 rows where agency_id = "NASA", document_type = "Rule" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2023 · 13 ✖

document_type 1

  • Rule · 13 ✖

agency_id 1

  • NASA · 13 ✖
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_FRDOC_0001-0517 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Federal Acquisition Regulation Supplements: Revision of the Definition of Commercial Item; Corrections Rule   2023-11-24T05:00:00Z 2023 11 2023-11-24T05:00:00Z   2023-11-24T13:41:33Z 2023-25761 0 0 09000064862abe75
NASA_FRDOC_0001-0515 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Federal Acquisition Regulation Supplement: NASA FAR Supplement—NASA Ombudsman Program Rule   2023-11-20T05:00:00Z 2023 11 2023-11-20T05:00:00Z   2023-11-20T13:18:17Z 2023-25581 0 0 0900006486296331
NASA_FRDOC_0001-0499 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Acquisition Regulation: Revision of the Definition of Commercial Item; Correction Rule   2023-10-13T04:00:00Z 2023 10 2023-10-13T04:00:00Z   2023-10-13T12:11:01Z 2023-22651 0 0 09000064860cdd54
NASA_FRDOC_0001-0497 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Federal Acquisition Regulation Supplement: Mentor-Protege Program Rule   2023-10-10T04:00:00Z 2023 10 2023-10-10T04:00:00Z   2023-10-10T13:43:14Z 2023-21983 0 0 0900006486098c8f
NASA_FRDOC_0001-0489 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Acquisition Regulation: Revision of the Definition of Commercial Item; Supplement Rule   2023-09-19T04:00:00Z 2023 9 2023-09-19T04:00:00Z   2023-09-19T12:11:56Z 2023-17720 0 0 0900006485fcf854
NASA_FRDOC_0001-0461 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Designations and Delegations; Withdrawal Rule   2023-08-02T04:00:00Z 2023 8 2023-08-02T04:00:00Z   2023-08-02T12:50:50Z 2023-16123 0 0 0900006485dac4f4
NASA_FRDOC_0001-0459 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Acquisition Regulation: Accommodating the Incorporation, Transfer, and Reorganization of Defense Acquisition Statutes Rule   2023-07-25T04:00:00Z 2023 7 2023-07-25T04:00:00Z   2023-07-25T12:06:14Z 2023-15396 0 0 0900006485d2f354
NASA_FRDOC_0001-0453 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Delegations and Designations; Correction Rule   2023-07-13T04:00:00Z 2023 7 2023-07-13T04:00:00Z   2023-07-13T12:00:02Z 2023-14794 0 0 0900006485c9d925
NASA_FRDOC_0001-0447 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Delegations and Designations Rule   2023-07-05T04:00:00Z 2023 7 2023-07-05T04:00:00Z 2023-08-05T03:59:59Z 2023-07-05T12:12:41Z 2023-14042 0 0 0900006485c4f3ea
NASA-2023-0003-0001 NASA Delegations and Designations NASA-2023-0003 14CFR_1204_AE70 Rule   2023-06-15T04:00:00Z 2023 6 2023-06-15T04:00:00Z   2023-06-15T14:22:01Z   0 0 0900006485b22720
NASA_FRDOC_0001-0430 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Implementation ofthe Federal Civil Penalties Inflation Adjustment Act and Adjustment of Amounts for 2023 Rule   2023-04-25T04:00:00Z 2023 4 2023-04-25T04:00:00Z   2023-04-25T12:30:18Z 2023-08676 0 0 090000648598441a
NASA-2021-0007-0001 NASA Privacy Act – NASA Regulations NASA-2021-0007 Privacy Act; Implementation Rule   2023-02-27T05:00:00Z 2023 2 2023-02-27T05:00:00Z 2023-03-30T03:59:59Z 2023-03-29T01:00:37Z 2023-03772 0 0 090000648571c174
NASA_FRDOC_0001-0427 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Federal Acquisition Regulation; Technical Amendments Rule   2023-02-16T05:00:00Z 2023 2 2023-02-16T05:00:00Z   2023-02-16T13:05:25Z C1-2023-02427 0 0 09000064856ab9be

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