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 agency_id = "NASA", document_type = "Proposed Rule" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2011 · 8 ✖

document_type 1

  • Proposed Rule · 8 ✖

agency_id 1

  • NASA · 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
NASA_FRDOC_0001-0263 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Award Fee for Service and End-Item Contracts Proposed Rule   2011-09-15T04:00:00Z 2011 9 2011-09-15T04:00:00Z 2011-11-15T04:59:59Z 2011-09-15T12:34:51Z 2011-23703 0 0 0900006480f1c5ee
NASA_FRDOC_0001-0261 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Claims for Patent and Copyright Infringement Proposed Rule   2011-07-26T04:00:00Z 2011 7 2011-07-26T04:00:00Z 2011-08-26T03:59:59Z 2011-07-26T14:43:21Z 2011-18711 0 0 0900006480ecb6ff
NASA-2011-0004-0001 NASA Procedures for Implementing the National Environmental Policy Act NASA-2011-0004 Procedures for Implementing the National Environmental Policy Act Proposed Rule   2011-07-21T04:00:00Z 2011 7 2011-07-21T04:00:00Z 2011-09-20T03:59:59Z 2011-07-27T16:42:16Z 2011-18279 0 0 0900006480ec80fc
NASA-2011-0001-0001 NASA Reducing Regulatory Burden; Retrospective Review under E.O. 13563 NASA-2011-0001 Reducing Regulatory Burden; Retrospective Review under E.O. 13563 Proposed Rule   2011-06-02T04:00:00Z 2011 6 2011-06-02T04:00:00Z 2011-07-06T03:59:59Z 2011-06-03T17:10:48Z 2011-13678 0 0 0900006480e39857
NASA_FRDOC_0001-0256 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Commercial Acquisition; Anchor Tenancy Proposed Rule   2011-05-25T04:00:00Z 2011 5 2011-05-25T04:00:00Z 2011-07-26T03:59:59Z 2011-06-11T17:49:39Z 2011-10917 0 0 0900006480e31c2e
NASA_FRDOC_0001-0254 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Responsibility; Suspension and Debarment Proposed Rule   2011-05-05T04:00:00Z 2011 5 2011-05-05T04:00:00Z   2011-06-11T17:49:38Z 2011-10919 0 0 0900006480c3fcc2
NASA_FRDOC_0001-0255 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Cross-Waiver of Liability Clauses Proposed Rule   2011-05-05T04:00:00Z 2011 5 2011-05-05T04:00:00Z 2011-07-06T03:59:59Z 2011-06-11T17:49:38Z 2011-10903 0 0 0900006480c3fcca
NASA_FRDOC_0001-0253 NASA Recently Posted NASA Rules and Notices. NASA_FRDOC_0001 Major System Acquisition: Earned Value Management Proposed Rule   2011-02-10T05:00:00Z 2011 2 2011-02-10T05:00:00Z 2011-04-12T03:59:59Z 2011-06-11T17:49:39Z 2011-02756 0 0 0900006480bec234

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