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

13 rows where docket_id = "ED-2020-SCC-0124" 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)

posted_year 3

  • 2020 11
  • 2021 1
  • 2023 1

document_type 2

  • Supporting & Related Material 10
  • Notice 3

agency_id 1

  • ED 13
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-2020-SCC-0124-0030 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 New Document created by Robinson, Tyler Francis (ED) Supporting & Related Material   2023-04-27T04:00:00Z 2023 4     2023-04-27T20:56:45Z   0 0 09000064849f8993
ED-2020-SCC-0124-0029 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Forms and Instruments Supporting & Related Material   2021-01-19T05:00:00Z 2021 1     2021-01-19T17:10:00Z   0 0 09000064849f8994
ED-2020-SCC-0124-0028 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Forms and Instruments Supporting & Related Material   2020-12-16T00:00:00Z 2020 12     2021-01-19T18:09:50Z   0 1 09000064849a3139
ED-2020-SCC-0124-0027 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Forms and Instruments Supporting & Related Material   2020-12-08T00:00:00Z 2020 12     2020-12-16T21:03:00Z   0 1 090000648498d5fc
ED-2020-SCC-0124-0024 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Supporting Statement Supporting & Related Material ICR Supporting Statement 2020-11-03T05:00:00Z 2020 11     2020-11-03T18:03:00Z   0 0 0900006484948eb2
ED-2020-SCC-0124-0025 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Forms and Instruments Supporting & Related Material   2020-11-03T00:00:00Z 2020 11     2020-12-08T16:32:24Z   0 1 0900006484949224
ED-2020-SCC-0124-0021 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Agency Information Collection Activities; Submission to the Office of Management and Budget for Review and Approval; Comment Request; Education Stabilization Fund-Elementary and Secondary Emergency Education Relief Fund (ESSER) Recipient Data Collection Form Notice 30 Day Proposed Information Collection 2020-11-02T05:00:00Z 2020 11 2020-11-02T05:00:00Z 2020-12-03T04:59:59Z 2020-12-03T02:01:51Z 2020-24174 0 0 0900006484945ca4
ED-2020-SCC-0124-0023 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Forms and Instruments Supporting & Related Material   2020-11-02T00:00:00Z 2020 11     2020-11-03T17:57:50Z   0 1 0900006484945ca1
ED-2020-SCC-0124-0022 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Supporting Statement Supporting & Related Material   2020-11-02T00:00:00Z 2020 11     2020-11-03T17:57:42Z   0 1 0900006484945c9d
ED-2020-SCC-0124-0020 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Agency Information Collection Activities; Submission to the Office of Management and Budget for Review and Approval; Comment Request; Education Stabilization Fund-Elementary and Secondary Emergency Education Relief Fund (ESSER) Recipient Data Collection Form Notice   2020-11-02T00:00:00Z 2020 11     2020-11-02T14:44:25Z   0 1 0900006484945be1
ED-2020-SCC-0124-0002 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Supporting Statement Supporting & Related Material ICR Supporting Statement 2020-07-29T04:00:00Z 2020 7     2020-07-29T10:26:27Z   0 0 09000064847b2caf
ED-2020-SCC-0124-0003 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Forms and Instructions Supporting & Related Material Form 2020-07-29T04:00:00Z 2020 7     2020-07-29T10:27:57Z   0 0 09000064847b2deb
ED-2020-SCC-0124-0001 ED Education Stabilization Fund- Elementary and Secondary School Emergency Relief Fund (ESSER Fund) Recipient Data Collection Form ED-2020-SCC-0124 Agency Information Collection Activities; Comment Request; Education Stabilization Fund—Elementary and Secondary School Emergency Relief Fund (ESSER) Recipient Data Collection Form Notice 60 Day Proposed Information Collection 2020-07-29T04:00:00Z 2020 7 2020-07-29T04:00:00Z 2020-09-29T03:59:59Z 2020-09-30T01:03:16Z 2020-16445 0 0 09000064847b2cad

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