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

5 rows where agency_id = "ED", document_type = "Other" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 5 ✖

document_type 1

  • Other · 5 ✖

agency_id 1

  • ED · 5 ✖
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-2014-OSERS-0058-0037 ED Request for Information on Addressing Significant Disproportionality under Section 618(d) of IDEA ED-2014-OSERS-0058 Extension of Public Comment Period Other   2014-07-23T04:00:00Z 2014 7 2014-07-23T04:00:00Z 2014-07-29T03:59:59Z 2014-07-30T01:02:47Z   0 0 09000064817d5b43
ED-2014-OS-0080-0001 ED Semiannual Regulatory Agenda - Spring 2014 ED-2014-OS-0080 Semiannual Regulatory Agenda - Spring 2014 Other   2014-05-23T04:00:00Z 2014 5 2014-05-23T04:00:00Z   2014-05-24T00:28:38Z   0 0 0900006481710774
ED-2014-OVAE-0044-0001 ED Request for Information on Adoption of Career Pathways Approaches for the Delivery of Education, Training, Employment, and Human Services ED-2014-OVAE-0044 Request for Information on Adoption of Career Pathways Approaches for the Delivery of Education, Training, Employment, and Human Services Other   2014-04-24T00:00:00Z 2014 4     2014-05-05T16:05:19Z   0 1 09000064816c754e
ED-2013-OSERS-0150-0002 ED Request for Information on the Use of Results Data in Making Determinations under Sections 616(d)(2) and 642 of the Individuals with Disabilities Education Act (IDEA) ED-2013-OSERS-0150 Request for Information on the Use of Results Data in Making Determinations Under Sections 616(d)(2) and 642 of the IDEA Other   2014-04-02T04:00:00Z 2014 4 2014-04-02T04:00:00Z 2014-04-26T03:59:59Z 2014-05-03T01:04:58Z   0 0 090000648169767e
ED-2013-OPE-0063-0036 ED Student Assistance General Provisions, Federal Perkins Loan Program, Federal Family Education Loan Program, and William D. Ford Federal Direct Loan Program ED-2013-OPE-0063 FSA Financial Disclosure for Reasonable and Afforable Rehabilitation Payments Form Other   2014-03-31T04:00:00Z 2014 3 2014-03-31T04:00:00Z 2013-08-30T03:59:59Z 2014-03-31T19:22:14Z   0 0 0900006481692837

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