documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "SSA-2021-0014" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-2021-0014-4328 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Regulatory Impact Analysis - Final Rule Omitting Food from ISM (2-29-24) | Supporting & Related Material | 2024-03-27T04:00:00Z | 2024 | 3 | 2024-03-27T14:47:38Z | 0 | 0 | 090000648649ba37 | ||||
| SSA-2021-0014-4327 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Omitting Food From In-Kind Support and Maintenance Calculations | Rule | 2024-03-27T04:00:00Z | 2024 | 3 | 2024-03-27T14:33:36Z | 2024-06464 | 0 | 0 | 090000648649b559 | |||
| SSA-2021-0014-3223 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Meeting with Congressional Staff on Food ISM NPRM Held 3-13-23 | Supporting & Related Material | 2023-03-21T04:00:00Z | 2023 | 3 | 2023-03-21T10:45:45Z | 0 | 0 | 090000648580620e | ||||
| SSA-2021-0014-0002 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Omitting Food from ISM - Supporting Data (1-19-23) | Supporting & Related Material | 2023-02-15T05:00:00Z | 2023 | 2 | 2023-02-15T13:10:23Z | 0 | 0 | 090000648561faa1 | ||||
| SSA-2021-0014-0005 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Sample Rebuttal Rights Notification (PE) | Supporting & Related Material | 2023-02-15T05:00:00Z | 2023 | 2 | 2023-02-15T13:11:08Z | 0 | 0 | 090000648561fa9f | ||||
| SSA-2021-0014-0001 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Omitting Food From In-Kind Support and Maintenance Calculations | Proposed Rule | 2023-02-15T05:00:00Z | 2023 | 2 | 2023-02-15T05:00:00Z | 2023-04-18T03:59:59Z | 2023-04-22T01:00:58Z | 2023-02731 | 0 | 0 | 090000648569e6ee | |
| SSA-2021-0014-0004 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Sample Rebuttal Rights Notification (General) | Supporting & Related Material | 2023-02-15T05:00:00Z | 2023 | 2 | 2023-02-15T13:10:57Z | 0 | 0 | 090000648561f921 | ||||
| SSA-2021-0014-0003 | SSA | Omitting Food From In-Kind Support and Maintenance Calculations SSA-2021-0014 | Combined Listening Session Notes (Fall 2022) | Supporting & Related Material | 2023-02-15T05:00:00Z | 2023 | 2 | 2023-02-15T13:10:48Z | 0 | 0 | 09000064855801cf |
Advanced export
JSON shape: default, array, newline-delimited, object
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;