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 docket_id = "ED-2015-ICCD-0131" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 8
  • Notice 1

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-0131-0010 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Forms and Instructions Supporting & Related Material Form 2015-11-25T05:00:00Z 2015 11     2015-11-25T12:04:54Z   0 0 0900006481d719e2
ED-2015-ICCD-0131-0009 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Supporting Statements Supporting & Related Material ICR Supporting Statement 2015-11-20T05:00:00Z 2015 11     2015-11-20T17:31:16Z   0 0 0900006481d5f3cd
ED-2015-ICCD-0131-0008 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Forms and Instructions Supporting & Related Material   2015-11-20T00:00:00Z 2015 11     2015-11-25T12:02:58Z   0 1 0900006481d5f3ca
ED-2015-ICCD-0131-0006 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Supporting Statements Supporting & Related Material   2015-11-20T00:00:00Z 2015 11     2015-11-20T16:42:24Z   0 1 0900006481d5de7a
ED-2015-ICCD-0131-0007 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Forms and Instructions Supporting & Related Material   2015-11-20T00:00:00Z 2015 11     2015-11-20T16:42:36Z   0 1 0900006481d5d858
ED-2015-ICCD-0131-0005 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Supporting Statements Supporting & Related Material   2015-11-19T00:00:00Z 2015 11     2015-11-20T13:35:48Z   0 1 0900006481d5aee0
ED-2015-ICCD-0131-0001 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Agency Information Collection Activities; Submission to the Office of Management and Budget for Review and Approval; Comment Request; Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test Notice 30 Day Proposed Information Collection 2015-11-17T05:00:00Z 2015 11 2015-11-17T05:00:00Z 2015-12-18T04:59:59Z 2015-12-17T22:00:31Z 2015-29189 0 0 0900006481d4bb75
ED-2015-ICCD-0131-0003 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Forms and Instructions Supporting & Related Material   2015-11-17T00:00:00Z 2015 11     2015-11-19T19:50:40Z   0 1 0900006481d4cfdb
ED-2015-ICCD-0131-0002 ED Middle Grades Longitudinal Study of 2017-2018 (MGLS:2017) Recruitment for 2017 Operational Field Test ED-2015-ICCD-0131 Supporting Statements Supporting & Related Material   2015-11-17T00:00:00Z 2015 11     2015-11-19T15:50:38Z   0 1 0900006481d4bb77

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