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 = "EAC", document_type = "Notice" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 5 ✖

document_type 1

  • Notice · 5 ✖

agency_id 1

  • EAC · 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
EAC-2024-0004-0001 EAC 2024 NVRF Public Comments EAC-2024-0004 Agency Information Collection Activities; Proposals, Submissions, and Approvals: 2014 Election Administration and Voting Survey Notice   2013-12-26T00:00:00Z 2013 12     2025-01-14T21:54:59Z   0 1 09000064814dc96b
EAC-2013-0004-0001 EAC National Mail Voter Registration Form EAC-2013-0004 National Mail Voter Registration Form: State Requests to Include Additional Proof-of-Citizenship Instructions Notice   2013-12-24T05:00:00Z 2013 12 2013-12-24T05:00:00Z 2014-01-04T04:59:59Z 2014-01-11T02:03:23Z 2013-30659 0 0 09000064814d543f
EAC-2013-0003-0001 EAC Help America Vote Act: Oklahoma State Plan EAC-2013-0003 Help America Vote Act: Oklahoma State Plan Notice   2013-12-20T05:00:00Z 2013 12 2013-12-20T05:00:00Z   2013-12-20T14:08:24Z 2013-30308 0 0 09000064814ce277
EAC-2013-0002-0001 EAC Agency Information Collection Activities; Proposals, Submissions, and Approvals: 2014 Election Administration and Voting Survey EAC-2013-0002 Agency Information Collection Activities; Proposals, Submissions, and Approvals: 2014 Election Administration and Voting Survey Notice   2013-07-17T04:00:00Z 2013 7 2013-07-17T04:00:00Z 2013-09-17T03:59:59Z 2013-07-17T13:07:21Z 2013-17126 0 0 090000648136a81f
EAC-2013-0001-0001 EAC Procedural Manuals: Voting System Test Laboratories Program Manual, Version 2.0 EAC-2013-0001 Procedural Manuals: Voting System Test Laboratories Program Manual, Version 2.0 Notice   2013-04-16T04:00:00Z 2013 4 2013-04-16T04:00:00Z 2013-06-18T03:59:59Z 2013-04-16T13:26:06Z 2013-08832 0 0 0900006481296195

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