documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "NASA_FRDOC_0001" and posted_year = 2018 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-0395 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Acquisition Regulation: Federal Acquisition Circular 2019-01; Small Entity Compliance Guide | Rule | 2018-12-20T05:00:00Z | 2018 | 12 | 2018-12-20T05:00:00Z | 2018-12-20T13:06:51Z | 2018-27544 | 0 | 0 | 09000064839b9299 | ||
| NASA_FRDOC_0001-0394 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Acquisition Regulation: Removal of Reference to the Shared Savings Policy and Associated Clause | Rule | 2018-06-22T04:00:00Z | 2018 | 6 | 2018-06-22T04:00:00Z | 2018-07-24T03:59:59Z | 2018-06-22T12:32:17Z | 2018-13463 | 0 | 0 | 09000064834435dd | |
| NASA_FRDOC_0001-0392 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Acquisition Regulation Supplement: Removal of Reference to the Supplemental Rights in Data Special Works Policy and Associated Clause | Rule | 2018-06-22T04:00:00Z | 2018 | 6 | 2018-06-22T04:00:00Z | 2018-07-24T03:59:59Z | 2018-06-22T12:24:29Z | 2018-13464 | 0 | 0 | 0900006483442c38 | |
| NASA_FRDOC_0001-0393 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Acquisition Regulation Supplement: Removal of Definitions | Rule | 2018-06-22T04:00:00Z | 2018 | 6 | 2018-06-22T04:00:00Z | 2018-07-24T03:59:59Z | 2018-06-22T12:32:14Z | 2018-13475 | 0 | 0 | 09000064834435dc | |
| NASA_FRDOC_0001-0390 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Protection of Human Subjects: Delay of General Compliance Date | Rule | 2018-06-19T04:00:00Z | 2018 | 6 | 2018-06-19T04:00:00Z | 2018-06-19T11:50:48Z | 2018-13187 | 0 | 0 | 090000648342c6b3 | ||
| NASA_FRDOC_0001-0391 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Acquisition Regulations; Supplements | Rule | 2018-06-19T04:00:00Z | 2018 | 6 | 2018-06-19T04:00:00Z | 2018-06-19T11:57:13Z | 2018-13088 | 0 | 0 | 090000648342c846 | ||
| NASA_FRDOC_0001-0389 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Acquisition Regulation: Audit of Settlement Proposals | Rule | 2018-05-01T04:00:00Z | 2018 | 5 | 2018-05-01T04:00:00Z | 2018-05-01T11:55:52Z | 2018-09169 | 0 | 0 | 0900006483216feb | ||
| NASA_FRDOC_0001-0388 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Policy for the Protection of Human Subjects: Proposed Six Month Delay of the General Compliance Date While Allowing the Use of Three Burden-Reducing Provisions During the Delay Period | Proposed Rule | 2018-04-20T04:00:00Z | 2018 | 4 | 2018-04-20T04:00:00Z | 2018-04-20T12:04:40Z | 2018-08231 | 0 | 0 | 090000648319a07d | ||
| NASA_FRDOC_0001-0387 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Acquisition Regulation Supplement: Revised Voucher and Invoice Submission and Payment Process | Rule | 2018-03-27T04:00:00Z | 2018 | 3 | 2018-03-27T04:00:00Z | 2018-03-27T11:47:24Z | 2018-05883 | 0 | 0 | 0900006483054abf | ||
| NASA_FRDOC_0001-0386 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Federal Policy for the Protection of Human Subjects: Delay of Revisions to Federal Policy for Protection of Human Subjects | Rule | 2018-01-22T05:00:00Z | 2018 | 1 | 2018-01-22T05:00:00Z | 2018-03-20T03:59:59Z | 2018-02-22T02:01:26Z | 2018-00997 | 0 | 0 | 0900006482e3ef2d | |
| NASA_FRDOC_0001-0385 | NASA | Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 | Implementation of the Federal Civil Penalties Inflation Adjustment Act and Adjustment of Amounts for 2018 | Rule | 2018-01-16T05:00:00Z | 2018 | 1 | 2018-01-16T05:00:00Z | 2018-01-16T13:27:18Z | 2018-00587 | 0 | 0 | 0900006482e0b41e |
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;