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

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Rule 12
  • Proposed Rule 1

posted_year 1

  • 2024 · 13 ✖

agency_id 1

  • ACF 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
ACF_FRDOC_0001-0145 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Name Change From Office of Child Support Enforcement to Office of Child Support Services Rule   2024-12-31T05:00:00Z 2024 12 2024-12-31T05:00:00Z 2025-01-31T04:59:59Z 2025-01-01T02:01:03Z 2024-30987 0 0 0900006486896d2f
ACF_FRDOC_0001-0144 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Adoption and Foster Care Analysis and Reporting System; Correction Rule   2024-12-30T05:00:00Z 2024 12 2024-12-30T05:00:00Z   2024-12-30T13:38:37Z 2024-31238 0 0 09000064868952fd
ACF_FRDOC_0001-0143 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Investigations of Child Abuse and Neglect; Correction Rule   2024-12-26T05:00:00Z 2024 12 2024-12-26T05:00:00Z   2024-12-26T13:41:13Z 2024-30755 0 0 090000648688c593
ACF_FRDOC_0001-0142 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Employment and Training Services for Noncustodial Parents in the Child Support Program Rule   2024-12-13T05:00:00Z 2024 12 2024-12-13T05:00:00Z   2024-12-13T13:11:04Z 2024-29081 0 0 090000648686c27d
ACF_FRDOC_0001-0141 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Adoption and Foster Care Analysis and Reporting System Rule   2024-12-05T05:00:00Z 2024 12 2024-12-05T05:00:00Z   2024-12-05T12:59:31Z 2024-28072 0 0 0900006486849bae
ACF_FRDOC_0001-0139 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Head Start Program Classroom Assessment Scoring System: Delay of Implementation Date Rule   2024-11-06T05:00:00Z 2024 11 2024-11-06T05:00:00Z   2024-11-06T12:48:22Z 2024-25440 0 0 09000064867ff887
ACF_FRDOC_0001-0137 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Unaccompanied Children Program; Correction Rule   2024-06-26T04:00:00Z 2024 6 2024-06-26T04:00:00Z   2024-06-26T11:51:14Z 2024-13560 0 0 09000064865c9d97
ACF_FRDOC_0001-0135 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Foster Care Legal Representation Rule   2024-05-10T04:00:00Z 2024 5 2024-05-10T04:00:00Z   2024-05-10T12:46:30Z 2024-09663 0 0 0900006486558586
ACF_FRDOC_0001-0134 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Unaccompanied Children Program Rule   2024-04-30T04:00:00Z 2024 4 2024-04-30T04:00:00Z   2024-04-30T12:12:59Z 2024-08329 0 0 0900006486528610
ACF_FRDOC_0001-0133 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Designated Placement Requirements for LGBTQI plus Children Rule   2024-04-30T04:00:00Z 2024 4 2024-04-30T04:00:00Z   2024-04-30T12:12:20Z 2024-08982 0 0 0900006486528528
ACF_FRDOC_0001-0132 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Modifications to Performance Standards During Natural Disasters and Other Calamities Rule   2024-03-04T05:00:00Z 2024 3 2024-03-04T05:00:00Z   2024-03-04T14:26:56Z 2024-04244 0 0 0900006486454436
ACF_FRDOC_0001-0130 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Administration for Native Americans' Program Policies and Procedures Proposed Rule   2024-02-15T05:00:00Z 2024 2 2024-02-15T05:00:00Z 2024-03-19T03:59:59Z 2024-03-19T01:00:28Z 2024-03160 0 0 0900006486408dde
ACF_FRDOC_0001-0129 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Elimination of the Tribal Non-Federal ShareRequirement Rule   2024-02-12T05:00:00Z 2024 2 2024-02-12T05:00:00Z   2024-02-12T13:33:49Z 2024-02110 0 0 0900006486400820

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