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" and posted_year = 2018 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Proposed Rule 6
  • Notice 3
  • Rule 3

posted_year 1

  • 2018 · 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-2019-0003-0001 ACF Child Support Technical Corrections ACF-2019-0003 Child Support Technical Corrections Proposed Rule   2018-12-18T05:00:00Z 2018 12 2018-12-18T05:00:00Z 2019-01-18T04:59:59Z 2019-06-11T12:57:41Z 2018-27224 0 0 09000064839a900f
ACF-2018-0007-0001 ACF Statewide Data Indicators for Child and Family Services Reviews (CFSR): Request for Public Comment ACF-2018-0007 Statewide Data Indicators for Child and Family Services Reviews (CFSR): Request for Public Comment Notice   2018-11-29T05:00:00Z 2018 11 2018-11-29T05:00:00Z 2019-03-19T03:59:59Z 2019-03-19T01:04:22Z 2018–25835 0 0 090000648390f195
ACF_FRDOC_0001-0084 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Head Start Program Rule   2018-09-26T04:00:00Z 2018 9 2018-09-26T04:00:00Z   2018-09-26T12:00:05Z 2018-20848 0 0 09000064837746b4
ACF-2018-0004-0048 ACF AFCARS Implementation Delay ACF-2018-0004 Adoption and Foster Care Analysis and Reporting System Rule   2018-08-21T04:00:00Z 2018 8 2018-08-21T04:00:00Z   2018-08-23T13:13:05Z 2018-17947 0 0 090000648363d06f
ACF-2018-0006-0001 ACF National Model Family Foster Home Licensing Standards ACF-2018-0006 Notice for Proposed Model Family Foster Home Licensing Standards Notice   2018-08-01T04:00:00Z 2018 8 2018-08-01T04:00:00Z 2018-10-02T03:59:59Z 2018-10-03T01:05:39Z 2018-16380 0 0 09000064835d3e0d
ACF-2018-0004-0002 ACF AFCARS Implementation Delay ACF-2018-0004 Adoption and Foster Care Analysis and Reporting System; Correction Proposed Rule   2018-04-26T04:00:00Z 2018 4     2018-04-27T15:41:57Z 2018-08736 0 0 09000064831cb676
ACF-2018-0004-0001 ACF AFCARS Implementation Delay ACF-2018-0004 Adoption and Foster Care Analysis and Reporting System: Notice of Proposed Rulemaking; delay of compliance and effective dates. Proposed Rule   2018-03-15T04:00:00Z 2018 3 2018-03-15T04:00:00Z 2018-04-17T03:59:59Z 2018-04-27T15:35:01Z 2018-05038 0 0 0900006483016c68
ACF-2018-0003-0001 ACF AFCARS 2018-2020 ACF-2018-0003 Adoption and Foster Care Analysis and Reporting System: Advance notice of proposed rulemaking. Proposed Rule   2018-03-15T04:00:00Z 2018 3 2018-03-15T04:00:00Z 2018-06-14T03:59:59Z 2018-11-15T20:52:29Z 2018-05042 0 0 090000648301714d
ACF-2018-0005-0001 ACF Head Start Program Information Report (PIR) ACF-2018-0005 Request for Public Comments on Head Start Program Information Report Notice   2018-03-09T05:00:00Z 2018 3 2018-03-09T05:00:00Z 2018-04-07T03:59:59Z 2018-04-08T01:01:16Z 2018-04683 0 0 09000064830113fa
ACF-2018-0001-0002 ACF Head Start DRS request for comments ACF-2018-0001 Head Start Designation Renewal System Improvements Proposed Rule   2018-02-14T05:00:00Z 2018 2 2018-02-14T05:00:00Z 2018-03-17T03:59:59Z 2018-03-17T13:02:01Z 2018-02902 0 0 0900006482f2fed3
ACF_FRDOC_0001-0079 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 CLASS Condition of Head Start Designation Renewal System; Withdrawal Proposed Rule   2018-02-14T05:00:00Z 2018 2 2018-02-14T05:00:00Z   2018-02-14T13:08:15Z 2018-02901 0 0 0900006482f305d0
ACF_FRDOC_0001-0077 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Secretarial Determination To Lower Head Start Center-Based Service Duration Requirement Rule   2018-01-19T05:00:00Z 2018 1 2018-01-19T05:00:00Z   2018-01-19T12:53:13Z 2018-00897 0 0 0900006482e2ecbb

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