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

9 rows where agency_id = "ED" and docket_id = "ED-2015-ICCD-0076" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 6
  • Notice 3

posted_year 1

  • 2015 9

agency_id 1

  • ED · 9 ✖
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-2015-ICCD-0076-0030 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Forms and Instructions Supporting & Related Material Form 2015-09-17T04:00:00Z 2015 9     2015-09-17T12:18:05Z   0 0 0900006481c7bb8a
ED-2015-ICCD-0076-0029 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Supporting Statements Supporting & Related Material ICR Supporting Statement 2015-09-17T04:00:00Z 2015 9     2015-10-22T17:43:55Z   0 0 0900006481c7bb87
ED-2015-ICCD-0076-0028 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Agency Information Collection Activities; Submission to the Office of Management and Budget for Review and Approval; Comment Request; Borrower Defenses Against Loan Repayment Notice 30 Day Proposed Information Collection 2015-09-17T04:00:00Z 2015 9 2015-09-17T04:00:00Z 2015-10-20T03:59:59Z 2015-10-02T01:30:36Z 2015-23346 0 0 0900006481c7b34d
ED-2015-ICCD-0076-0006 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Forms and Instructions Supporting & Related Material Form 2015-06-17T04:00:00Z 2015 6     2015-06-17T13:29:01Z   0 0 0900006481b40f15
ED-2015-ICCD-0076-0005 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Supporting Statements Supporting & Related Material ICR Supporting Statement 2015-06-17T04:00:00Z 2015 6     2015-06-17T13:28:55Z   0 0 0900006481b40f13
ED-2015-ICCD-0076-0004 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Borrower Defenses Against Loan Repayment; Comment Period Correction Notice 60 Day Proposed Information Collection 2015-06-17T04:00:00Z 2015 6 2015-06-17T04:00:00Z 2015-08-18T03:59:59Z 2015-08-18T01:30:34Z 2015-14701 0 0 0900006481b40e18
ED-2015-ICCD-0076-0001 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Agency Information Collection Activities; Comment Request; Impact Evaluation of Data-Driven Instruction Professional Development for Teachers Notice   2015-06-15T00:00:00Z 2015 6     2015-06-17T12:58:05Z   0 1 0900006481b36592
ED-2015-ICCD-0076-0003 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Forms and Instructions Supporting & Related Material   2015-06-15T00:00:00Z 2015 6     2015-06-17T12:58:42Z   0 1 0900006481b366b5
ED-2015-ICCD-0076-0002 ED Borrower Defenses Against Loan Repayment ED-2015-ICCD-0076 Supporting Statements Supporting & Related Material   2015-06-15T00:00:00Z 2015 6     2015-06-17T12:58:29Z   0 1 0900006481b36594

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