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

12 rows where agency_id = "ACF", document_type = "Proposed Rule" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 12 ✖

document_type 1

  • Proposed Rule · 12 ✖

agency_id 1

  • ACF · 12 ✖
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
ACF-2023-0011-0001 ACF Supporting the Head Start Workforce and Consistent Quality Programming ACF-2023-0011 Supporting the Head Start Workforce and Consistent Quality Programming Proposed Rule   2023-11-20T05:00:00Z 2023 11 2023-11-20T05:00:00Z 2024-01-20T04:59:59Z 2024-02-24T20:35:40Z 2023-25038 0 0 09000064862962dc
ACF-2023-0009-0001 ACF ORR Foundational Rule ACF-2023-0009 Unaccompanied Children Program Foundational Rule Proposed Rule   2023-10-04T04:00:00Z 2023 10 2023-10-04T04:00:00Z 2023-12-05T04:59:59Z 2023-12-06T02:04:20Z 2023-21168 0 0 0900006486033be1
ACF-2023-0010-0001 ACF Strengthening Temporary Assistance for Needy Families (TANF) as a Safety Net and Work Program ACF-2023-0010 Strengthening Temporary Assistance for Needy Families as a Safety Net and Work Program Proposed Rule   2023-10-02T04:00:00Z 2023 10 2023-10-02T04:00:00Z 2023-12-02T04:59:59Z 2023-12-03T02:00:27Z 2023-21169 0 0 090000648601989d
ACF-2023-0008-0001 ACF Foster Care Legal Representation ACF-2023-0008 Foster Care Legal Representation Proposed Rule   2023-09-28T04:00:00Z 2023 9 2023-09-28T04:00:00Z 2023-11-28T04:59:59Z 2023-11-30T02:00:31Z 2023-20932 0 0 0900006486006dec
ACF-2023-0007-0001 ACF Safe and Appropriate Foster Care Placement Requirements for Titles IV-E and IV-B ACF-2023-0007 Safe and Appropriate Foster Care Placement Requirements for Titles IV–E and IV–B Proposed Rule   2023-09-28T04:00:00Z 2023 9 2023-09-28T04:00:00Z 2023-11-28T04:59:59Z 2023-11-29T02:01:09Z 2023-21274 0 0 0900006486006804
ACF-2023-0006-0001 ACF Parentage Establishment in the Child Support Services Program ACF-2023-0006 Parentage Establishment in the Child Support Services Program Proposed Rule   2023-09-26T04:00:00Z 2023 9 2023-09-26T04:00:00Z 2023-11-28T04:59:59Z 2023-11-28T02:04:17Z 2023-20607 0 0 0900006485ff5594
ACF-2023-0004-0001 ACF Meeting the Child Care Needs in Tribal Nations ACF-2023-0004 Request for Information: Meeting the Child Care Needs in Tribal Nations Proposed Rule   2023-07-27T04:00:00Z 2023 7 2023-07-27T04:00:00Z 2024-01-03T04:59:59Z 2024-01-17T02:00:41Z 2023-15930 0 0 0900006485d5d3d8
ACF-2023-0003-0001 ACF Child Care and Development Fund NPRM 2023 ACF-2023-0003 Improving Child Care Access, Affordability, and Stability in the Child Care and Development Fund Proposed Rule   2023-07-17T04:00:00Z 2023 7 2023-07-17T04:00:00Z 2023-08-29T03:59:59Z 2023-09-01T01:00:58Z 2023-14290 0 0 0900006485c94c0a
ACF-2023-0005-0001 ACF Modifications to Performance Standards During Natural Disasters and Other Calamities ACF-2023-0005 Modifications to Performance Standards During Natural Disasters and Other Calamities Proposed Rule   2023-07-13T04:00:00Z 2023 7 2023-07-13T04:00:00Z 2023-09-12T03:59:59Z 2023-09-12T01:00:57Z 2023-14658 0 0 0900006485c9d9da
ACF-2023-0002-0001 ACF Elimination of the Tribal Non-Federal Share Requirement ACF-2023-0002 Elimination of the Tribal Non-Federal Share Requirement Proposed Rule   2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z 2023-06-21T03:59:59Z 2023-06-21T01:01:53Z 2023-07861 0 0 090000648596f8dd
ACF-2023-0001-0002 ACF Separate Licensing Standards for Relative or Kinship Foster Family Homes ACF-2023-0001 Separate Licensing Standards for Relative or Kinship Foster Family Homes Proposed Rule   2023-02-14T05:00:00Z 2023 2 2023-02-14T05:00:00Z 2023-04-18T03:59:59Z 2023-04-21T01:01:04Z 2023-03005 0 0 0900006485693068
ACF-2023-0001-0001 ACF Separate Licensing Standards for Relative or Kinship Foster Family Homes ACF-2023-0001 2023-03005 Proposed Rule   2023-02-14T05:00:00Z 2023 2 2023-02-14T05:00:00Z   2023-02-23T02:01:24Z   0 0 0900006485695489

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