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

11 rows where agency_id = "DOS" 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 11

agency_id 1

  • DOS · 11 ✖
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
DOS-2026-0529-0001 DOS DOS-2026-0529 60-Day Notice of Proposed Information Collection: Crisis Assistance Request Form, OMB Control No. 1405-0259 Notice   2026-05-06 2026 5 2026-05-06 2026-07-07 2026-05-07 09:00:26 FR Doc 2026-08656 1 0 09000064b92c5657
DOS-2026-0430-0005 DOS DOS-2026-0430 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Petition to Classify Special Immigrant under the Immigration and Nationality Act as an Employee or Former Employee of the U.S. Government Abroad, etc. Notice   2026-05-05 2026 5 2026-05-05 2026-07-07 2026-05-07 17:46:37 2026-08653 1 0 09000064b92c37a2
DOS-2026-0496-0001 DOS DOS-2026-0496 United States Passports Moving to Single-Sized Passport Book Notice   2026-04-20 2026 4 2026-04-20 2026-06-23 2026-05-16 09:00:15 2026-07670 1 0 09000064b9293e40
DOS-2026-0463-0001 DOS DOS-2026-0463 Agency Information Collection Activities; Proposals, Submissions, and Approvals: J-NONIMMIGRANT Exchange Visitor Program Notice   2026-04-16 2026 4 2026-04-16 2026-06-16 2026-04-20 22:09:28 2026-07441 1 0 09000064b9286530
DOS_FRDOC_0001-7142 DOS DOS_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Office of Language Services Contractor Application Form Notice   2026-05-13 2026 5 2026-05-13 2026-06-13 2026-05-13 16:25:55 2026-09528 1 0 09000064b92d482b
DOS-2026-0397-0001 DOS DOS-2026-0397 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Disclosure of Violations of the Arms Export Control Act Notice   2026-04-07 2026 4 2026-04-07 2026-06-09 2026-04-07 22:27:34 2026-06664 1 0 09000064b9255483
DOS-2026-0364-0001 DOS DOS-2026-0364 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Foreign Assistance Requirements Notice   2026-04-06 2026 4 2026-04-06 2026-06-06 2026-04-09 18:33:03 2026-06640 1 0 09000064b9253e87
DOS-2026-0399-0001 DOS DOS-2026-0399 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Annual Brokering Report Notice   2026-04-06 2026 4 2026-04-06 2026-06-06 2026-04-07 17:35:41 2026-06631 1 0 09000064b9253f09
DOS-2026-0398-0001 DOS DOS-2026-0398 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Brokering Prior Approval (License) Notice   2026-04-06 2026 4 2026-04-06 2026-06-06 2026-04-07 17:36:26 2026-06630 1 0 09000064b9253df6
DOS-2026-0298-0001 DOS DOS-2026-0298 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Passport Demand Forecasting Survey Notice   2026-03-25 2026 3 2026-03-25 2026-05-27 2026-04-01 21:52:23 2026-05793 1 0 09000064b92361f0
DOS-2026-0265-0001 DOS DOS-2026-0265 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Risk Analysis and Management Notice   2026-03-19 2026 3 2026-03-19 2026-05-19 2026-03-19 19:24:39 2026-05391 1 0 09000064b92242d5

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