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 docket_id = "SSA-2017-0046" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 5
  • Notice 2
  • Rule 1

posted_year 1

  • 2020 · 8 ✖

agency_id 1

  • SSA 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
SSA-2017-0046-0226 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 Social Security Ruling: SSR 20-01p, How We Determine an Individual's Education Category Notice   2020-03-09T04:00:00Z 2020 3 2020-03-09T04:00:00Z   2020-03-09T14:16:03Z 2020-04668 0 0 0900006484409242
SSA-2017-0046-0220 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 Removing Inability to Communicate in English as an Education Category Rule   2020-02-25T05:00:00Z 2020 2 2020-02-25T05:00:00Z   2020-02-25T15:32:59Z 2020-03199 0 0 09000064843ad4c4
SSA-2017-0046-0222 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 ORES English Proficiency Analysis by Age 2017 Supporting & Related Material   2020-02-25T05:00:00Z 2020 2     2020-02-25T15:34:11Z   0 0 09000064843ab5f3
SSA-2017-0046-0221 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 ORES English Proficiency Analysis 2016 Supporting & Related Material   2020-02-25T05:00:00Z 2020 2     2020-02-25T15:34:10Z   0 0 09000064843ab5f2
SSA-2017-0046-0223 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 ORES English Proficiency, Population, and Employment Analysis 2017 Supporting & Related Material   2020-02-25T05:00:00Z 2020 2     2020-02-25T15:34:11Z   0 0 09000064843aced1
SSA-2017-0046-0225 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 Table of example entries of “cook,” “machine operator” and “housekeeping” jobs in the Dictionary of Occupation Supporting & Related Material   2020-02-25T05:00:00Z 2020 2     2020-02-25T15:34:13Z   0 0 09000064843aced3
SSA-2017-0046-0224 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 ORES Labor Force Analysis 2017 Supporting & Related Material   2020-02-25T05:00:00Z 2020 2     2020-02-25T15:34:12Z   0 0 09000064843aced2
SSA-2017-0046-0219 SSA Removing Inability to Communicate in English as an Education Category. SSA-2017-0046 Rescission of Social Security Acquiescence Ruling 86-3(5) Notice   2020-02-25T05:00:00Z 2020 2 2020-02-25T05:00:00Z   2020-02-25T15:32:01Z 2020-03201 0 0 09000064843ad480

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