documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "ED_FRDOC_0001" and posted_year = 2018 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ED_FRDOC_0001-0832 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | Negotiated Rulemaking Committee; Location of Negotiations and Subcommittee Meetings--Accreditation and Innovation | Proposed Rule | 2018-12-26T05:00:00Z | 2018 | 12 | 2018-12-26T05:00:00Z | 2018-12-26T13:03:03Z | 2018-27761 | 0 | 0 | 09000064839c4d27 | ||
| ED_FRDOC_0001-0828 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | Waiver of Certain Consumer Information Requirements for Foreign Institutions of Higher Education | Rule | 2018-11-28T05:00:00Z | 2018 | 11 | 2018-11-28T05:00:00Z | 2018-11-28T12:43:23Z | 2018-25929 | 0 | 0 | 090000648390525d | ||
| ED_FRDOC_0001-0827 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | Teacher Quality Enhancement Grants Program and Preparing Tomorrow's Teachers to Use Technology Program; Outdated Regulations | Rule | Direct Final Rule | 2018-10-16T04:00:00Z | 2018 | 10 | 2018-10-16T04:00:00Z | 2018-10-16T12:18:52Z | 2018-22413 | 0 | 0 | 09000064837eb26b | |
| ED_FRDOC_0001-0822 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | Outdated or Superseded Regulations: Title I, Parts A through C; Christa McAuliffe Fellowship Program; and Empowerment Zone or Enterprise Community-Priority; Correction | Rule | Direct Final Rule | 2018-08-31T04:00:00Z | 2018 | 8 | 2018-08-31T04:00:00Z | 2018-08-31T12:50:01Z | 2018-18960 | 0 | 0 | 0900006483683cd3 | |
| ED_FRDOC_0001-0821 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | Outdated or Superseded Regulations: Title I, Parts A through C; Christa McAuliffe Fellowship Program; and Empowerment Zone or Enterprise Community-Priority | Rule | Direct Final Rule | 2018-08-22T04:00:00Z | 2018 | 8 | 2018-08-22T04:00:00Z | 2018-08-31T12:50:16Z | 2018-17480 | 0 | 0 | 09000064836423a1 | |
| ED_FRDOC_0001-0807 | ED | Recently Posted ED Rules and Notices. ED_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:52:13Z | 2018-13187 | 0 | 0 | 090000648342c6f3 | ||
| ED_FRDOC_0001-0803 | ED | Recently Posted ED Rules and Notices. ED_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:02:01Z | 2018-08231 | 0 | 0 | 0900006483199fb2 | ||
| ED_FRDOC_0001-0801 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | Federal Preemption and State Regulation of the Department of Education's Federal Student Loan Programs and Federal Student Loan Servicers | Rule | 2018-03-12T04:00:00Z | 2018 | 3 | 2018-03-12T04:00:00Z | 2018-03-12T11:56:22Z | 2018-04924 | 0 | 0 | 0900006482ffd4a8 | ||
| ED_FRDOC_0001-0800 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | Innovation for Teacher Quality: Troops-to-Teachers Program | Rule | 2018-03-05T05:00:00Z | 2018 | 3 | 2018-03-05T05:00:00Z | 2018-03-05T12:56:30Z | 2018-04437 | 0 | 0 | 0900006482f8f9b9 | ||
| ED_FRDOC_0001-0797 | ED | Recently Posted ED Rules and Notices. ED_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-03-16T01:04:07Z | 2018-00997 | 0 | 0 | 0900006482e3e302 | |
| ED_FRDOC_0001-0795 | ED | Recently Posted ED Rules and Notices. ED_FRDOC_0001 | National Institute on Disability and Rehabilitation Research and Independent Living Programs, Outdated, Superseded Regulations | Rule | Final Rule | 2018-01-12T05:00:00Z | 2018 | 1 | 2018-01-12T05:00:00Z | 2018-01-12T14:11:40Z | 2018-00475 | 0 | 0 | 0900006482deae62 |
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;