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

4 rows where docket_id = "ED-2019-OPE-0080" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Rule 3
  • Proposed Rule 1

posted_year 1

  • 2020 4

agency_id 1

  • ED 4
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
ED-2019-OPE-0080-17763 ED Eligibility of Faith-Based Entities ED-2019-OPE-0080 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities Rule Final Rule 2020-12-17T05:00:00Z 2020 12 2020-12-17T05:00:00Z   2020-12-21T14:26:52Z 2020-27084 0 0 09000064849a43f8
ED-2019-OPE-0080-17762 ED Eligibility of Faith-Based Entities ED-2019-OPE-0080 Direct Grant Programs, State-Administered Formula Grant Programs, Non Discrimination on the Basis of Sex in Education Programs or Activities Receiving Federal Financial Assistance; at al.; Corrections Rule Correction 2020-11-06T05:00:00Z 2020 11 2020-11-06T05:00:00Z   2020-11-06T14:16:19Z 2020-21962 0 0 0900006484950a68
ED-2019-OPE-0080-17761 ED Eligibility of Faith-Based Entities ED-2019-OPE-0080 Direct Grant Programs; State-Administered Formula Grant Programs; Non Discrimination on the Basis of Sex in Education Programs or Activities Receiving Federal Financial Assistance; etc. Rule Final Rule 2020-09-23T04:00:00Z 2020 9 2020-09-23T04:00:00Z   2020-09-23T14:11:45Z 2020-20152 0 0 0900006484872da1
ED-2019-OPE-0080-0001 ED Eligibility of Faith-Based Entities ED-2019-OPE-0080 Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards, Direct Grant Programs, State-Administered Formula Grant Programs, Developing Hispanic-Serving Institutions Program, and Strengthening Institutions Program Proposed Rule Notice of Proposed Rulemaking (NPRM) 2020-01-17T05:00:00Z 2020 1 2020-01-17T05:00:00Z 2020-02-19T04:59:59Z 2020-02-26T02:01:13Z 2019-26937 0 0 09000064842b7db4

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