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

8 rows where agency_id = "ACF" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Rule 4
  • Notice 2
  • Proposed Rule 2

posted_year 1

  • 2010 · 8 ✖

agency_id 1

  • ACF · 8 ✖
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-0036 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Safeguarding Child Support Information Rule   2010-12-29T05:00:00Z 2010 12 2010-12-29T05:00:00Z   2010-12-29T14:17:12Z 2010-32424 0 0 0900006480bc1bc3
ACF-2010-0003-0001 ACF Head Start Program ACF-2010-0003 Head Start Program Proposed Rule   2010-09-22T04:00:00Z 2010 9 2010-09-22T04:00:00Z 2010-12-22T04:59:59Z 2011-06-11T16:54:57Z 2010-23583 0 0 0900006480b54c91
ACF-2010-0001-0001 ACF Request for Public Comment and Consultation Meetings on the Adoption and Foster Care Analysis and Reporting System (AFCARS) ACF-2010-0001 Request for Public Comment on the Adoption and Foster Care Analysis and Reporting System Notice   2010-08-11T04:00:00Z 2010 8 2010-08-11T04:00:00Z 2010-10-22T03:59:59Z 2010-08-11T23:54:33Z 41 0 0 0900006480b2e9d1
ACF-2010-0002-0001 ACF Request for Public Comment Concerning the Redesign of Statewide Automated Child Welfare Information System (SACWIS) Requirements ACF-2010-0002 Request for Public Comment on SACWIS Notice   2010-08-11T04:00:00Z 2010 8 2010-08-11T04:00:00Z 2010-10-22T03:59:59Z 2010-08-11T23:58:23Z 141 0 0 0900006480b2e9d3
ACF_FRDOC_0001-0034 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Child Support Enforcement Program; Intergovernmental Child Support Rule   2010-07-02T04:00:00Z 2010 7 2010-07-02T04:00:00Z   2011-06-11T16:55:01Z 2010-15215 0 0 0900006480b10f15
ACF_FRDOC_0001-0033 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Safeguarding Child Support Information Proposed Rule   2010-06-07T04:00:00Z 2010 6 2010-06-07T04:00:00Z 2010-08-07T03:59:59Z 2010-08-11T15:01:35Z 2010-13021 0 0 0900006480afd6f7
ACF_FRDOC_0001-0032 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Temporary Assistance for Needy Families Carry-over Fund Rule   2010-04-06T04:00:00Z 2010 4 2010-04-06T04:00:00Z   2011-06-11T16:55:01Z 2010-07530 0 0 0900006480ad11e9
ACF_FRDOC_0001-0031 ACF Recently Posted ACF Rules and Notices. ACF_FRDOC_0001 Computerized Tribal IV-D Systems and Office Automation Rule   2010-02-25T05:00:00Z 2010 2 2010-02-25T05:00:00Z   2011-06-11T16:55:01Z 2010-03572 0 0 0900006480aae3f6

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