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 = "EAC_FRDOC_0001" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 12
  • Rule 1

posted_year 1

  • 2024 · 13 ✖

agency_id 1

  • EAC 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
EAC_FRDOC_0001-0243 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards Rule   2024-12-17T05:00:00Z 2024 12 2024-12-17T05:00:00Z   2024-12-17T13:15:48Z 2024-29685 0 0 0900006486877d1e
EAC_FRDOC_0001-0241 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-12-16T05:00:00Z 2024 12 2024-12-16T05:00:00Z   2024-12-16T13:40:00Z 2024-29672 0 0 090000648687410c
EAC_FRDOC_0001-0240 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-11-21T05:00:00Z 2024 11 2024-11-21T05:00:00Z   2024-11-21T13:26:52Z 2024-27385 0 0 090000648682c4a5
EAC_FRDOC_0001-0238 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-09-11T04:00:00Z 2024 9 2024-09-11T04:00:00Z   2024-09-11T12:27:46Z 2024-20660 0 0 09000064866ea14e
EAC_FRDOC_0001-0237 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-08-09T04:00:00Z 2024 8 2024-08-09T04:00:00Z   2024-08-09T12:34:02Z 2024-17851 0 0 09000064866282fd
EAC_FRDOC_0001-0236 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-08-06T04:00:00Z 2024 8 2024-08-06T04:00:00Z   2024-08-06T12:14:04Z 2024-17430 0 0 090000648661ffa3
EAC_FRDOC_0001-0235 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Request for Comment: Accessible Digital Form Filler Tool for the National Mail Voter Registration Form Notice   2024-06-25T04:00:00Z 2024 6 2024-06-25T04:00:00Z 2024-07-23T03:59:59Z 2024-07-23T01:01:08Z 2024-13811 0 0 09000064865c731f
EAC_FRDOC_0001-0234 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Election Supporting Technology Evaluation Program Anomaly Reporting Forms Notice   2024-05-13T04:00:00Z 2024 5 2024-05-13T04:00:00Z 2024-06-14T03:59:59Z 2024-06-14T01:01:11Z 2024-10364 0 0 090000648655c748
EAC_FRDOC_0001-0233 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Requests for Applications: Technical Guidelines Development Committee Notice   2024-05-10T04:00:00Z 2024 5 2024-05-10T04:00:00Z   2024-05-10T12:46:33Z 2024-10226 0 0 09000064865585b6
EAC_FRDOC_0001-0232 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-03-25T04:00:00Z 2024 3 2024-03-25T04:00:00Z   2024-03-25T12:20:13Z 2024-06310 0 0 0900006486495234
EAC_FRDOC_0001-0231 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-03-25T04:00:00Z 2024 3 2024-03-25T04:00:00Z   2024-03-25T12:18:51Z 2024-06308 0 0 0900006486494cc6
EAC_FRDOC_0001-0230 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Election Supporting Technology Evaluation Program Anomaly Reporting Forms Notice   2024-03-13T04:00:00Z 2024 3 2024-03-13T04:00:00Z 2024-05-14T03:59:59Z 2024-03-13T12:17:11Z 2024-05302 0 0 0900006486478235
EAC_FRDOC_0001-0226 EAC Recently Posted EAC Rules and Notices. EAC_FRDOC_0001 Meetings; Sunshine Act Notice   2024-01-12T05:00:00Z 2024 1 2024-01-12T05:00:00Z   2024-01-12T13:11:53Z 2024-00690 0 0 0900006486394be2

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