home / open_comments

documents

Federal regulatory documents currently open for public comment.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where agency_id = "USCIS" and document_type = "Notice" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 1

  • Notice · 9 ✖

agency_id 1

  • USCIS · 9 ✖
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
USCIS-2007-0023-0095 USCIS USCIS-2007-0023 Agency Information Collection Activities; Revision of a Currently Approved Collection: E-Verify Program Notice   2026-05-13 2026 5 2026-05-13 2026-07-14 2026-05-13 16:31:38 2026-09530 1 0 09000064b92d4871
USCIS-2012-0004-0029 USCIS USCIS-2012-0004 Agency Information Collection Activities; Extension, Without Change, of a Currently Approved Collection: Collection of Qualitative Feedback Through Focus Groups Notice   2026-05-11 2026 5 2026-05-10 2026-07-11 2026-05-11 16:48:40 2026-09247 1 0 09000064b92cf985
USCIS-2014-0008-0018 USCIS USCIS-2014-0008 Agency Information Collection Activities; Extension, Without Change, of a Currently Approved Collection: Generic Clearance for the Collection of Qualitative Feedback on Agency Service Delivery Notice   2026-05-11 2026 5 2026-05-10 2026-07-11 2026-05-11 16:45:34 2026-09246 1 0 09000064b92cfadf
USCIS-2008-0010-0060 USCIS USCIS-2008-0010 Agency Information Collection Activities; Extension, Without Change, of a Currently Approved Collection: Request for the Return of Original Documents Notice   2026-05-07 2026 5 2026-05-06 2026-07-07 2026-05-07 17:18:06 2026-09082 1 0 09000064b92c852d
USCIS-2008-0018-0056 USCIS USCIS-2008-0018 Agency Information Collection Activities; Reinstatement, With Change, of a Previously Approved Collection for Which Approval Has Expired: Alien Change of Address Notice   2026-05-07 2026 5 2026-05-06 2026-07-07 2026-05-16 09:00:18 2026-09107 1 0 09000064b92c8530
USCIS-2013-0002-0040 USCIS USCIS-2013-0002 Agency Information Collection Activities: Extension, Without Change, of a Currently Approved Collection: Application for Civil Surgeon Designation Notice   2026-04-20 2026 4 2026-04-20 2026-06-23 2026-04-20 16:55:44 2026-07669 1 0 09000064b9293093
USCIS-2021-0021-0023 USCIS USCIS-2021-0021 Agency Information Collection Activities; Extension, Without Change, of a Currently Approved Collection: Request for a Certificate of Non-Existence Notice   2026-04-20 2026 4 2026-04-20 2026-06-23 2026-04-20 16:52:23 2026-07662 1 0 09000064b92930e9
USCIS-2010-0008-1281 USCIS USCIS-2010-0008 Agency Information Collection Activities; Extension, Without Change, of a Currently Approved Collection: Request for Fee Waiver Notice   2026-04-21 2026 4 2026-04-21 2026-06-23 2026-04-21 16:45:03 2026-07683 1 0 09000064b929c5bc
USCIS-2010-0014-0058 USCIS USCIS-2010-0014 Agency Information Collection Activities; Extension, Without Change, of a Currently Approved Collection: myE-Verify Program Notice   2026-04-16 2026 4 2026-04-16 2026-06-16 2026-04-16 17:09:20 2026-07377 1 0 09000064b92866e0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
            id TEXT PRIMARY KEY,
            agency_id TEXT,
            docket_id TEXT,
            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_comment_end ON documents(comment_end_date);
CREATE INDEX idx_docs_withdrawn ON documents(withdrawn);
Powered by Datasette · Queries took 8.587ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API