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

17 rows where agency_id = "LSC", document_type = "Notice" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 17 ✖

document_type 1

  • Notice · 17 ✖

agency_id 1

  • LSC · 17 ✖
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
LSC-2019-0020-0001 LSC   Pro Bono Innovation Fund Request for Letters of Intent to Apply for 2020 Grant Funding Notice   2019-12-10T05:00:00Z 2019 12 2019-12-10T05:00:00Z   2019-12-10T12:57:19Z 2019-26499 0 0 09000064841fbd34
LSC-2019-0019-0001 LSC   Meetings; Sunshine Act Notice   2019-11-21T05:00:00Z 2019 11 2019-11-21T05:00:00Z   2019-11-21T13:18:12Z 2019-25369 0 0 090000648418fb28
LSC-2019-0018-0001 LSC   Grant Awards for the Delivery of Civil Legal Services to Eligible Low-Income Clients Beginning January 1, 2020 Notice   2019-11-04T05:00:00Z 2019 11 2019-11-04T05:00:00Z   2019-11-04T12:43:59Z 2019-24039 0 0 0900006484119f91
LSC-2019-0017-0001 LSC   Meetings; Sunshine Act Notice   2019-10-16T04:00:00Z 2019 10 2019-10-16T04:00:00Z   2019-10-16T11:47:48Z 2019-22613 0 0 09000064840a61ab
LSC-2019-0016-0001 LSC   Meetings; Sunshine Act Notice   2019-09-06T04:00:00Z 2019 9 2019-09-06T04:00:00Z   2019-09-06T11:41:53Z 2019-19329 0 0 0900006483f04629
LSC-2019-0015-0001 LSC   Request for Applications: 2019 Disaster Supplemental Grant Funding Notice   2019-08-20T04:00:00Z 2019 8 2019-08-20T04:00:00Z 2019-09-10T03:59:59Z 2019-08-20T11:46:23Z 2019-17911 0 0 0900006483e74076
LSC-2019-0014-0001 LSC   LSC Grantees of Application Process for Subgranting Special Grant Funds Notice   2019-08-15T04:00:00Z 2019 8 2019-08-15T04:00:00Z   2019-08-15T15:10:50Z 2019-17534 0 0 0900006483e53c38
LSC-2019-0012-0001 LSC   Meetings; Sunshine Act Notice   2019-07-24T04:00:00Z 2019 7 2019-07-24T04:00:00Z   2019-07-24T11:57:22Z 2019-15671 0 0 0900006483db03a1
LSC-2019-0011-0001 LSC   Meetings; Sunshine Act Notice   2019-07-15T04:00:00Z 2019 7 2019-07-15T04:00:00Z   2019-07-15T11:53:32Z 2019-15020 0 0 0900006483d8d65f
LSC-2019-0010-0001 LSC   Meetings; Sunshine Act Notice   2019-07-08T04:00:00Z 2019 7 2019-07-08T04:00:00Z   2019-07-08T12:10:31Z 2019-14515 0 0 0900006483d65f4a
LSC-2019-0009-0001 LSC   Meetings; Sunshine Act Notice   2019-05-28T04:00:00Z 2019 5 2019-05-28T04:00:00Z   2019-05-28T12:21:46Z 2019-11196 0 0 0900006483ccb73d
LSC-2019-0008-0001 LSC   Meetings; Sunshine Act Notice   2019-05-13T04:00:00Z 2019 5 2019-05-13T04:00:00Z   2019-05-13T11:45:27Z 2019-09918 0 0 0900006483c6c739
LSC-2019-0007-0001 LSC   Grantees of Application Process for Subgranting 2020 Basic Field Funds Notice   2019-04-23T04:00:00Z 2019 4 2019-04-23T04:00:00Z   2019-04-23T11:53:07Z 2019-08096 0 0 0900006483be1926
LSC-2019-0006-0001 LSC   Meetings; Sunshine Act Notice   2019-03-29T04:00:00Z 2019 3 2019-03-29T04:00:00Z   2019-03-29T13:18:31Z 2019-06170 0 0 0900006483b45ef0
LSC-2019-0005-0001 LSC   Request for Proposals: Calendar Year 2020 Basic Field Grant Awards Notice   2019-03-12T04:00:00Z 2019 3 2019-03-12T04:00:00Z   2019-03-12T12:16:38Z 2019-04461 0 0 0900006483ad6df7
LSC-2019-0004-0001 LSC   Application Process for Midyear Subgrants of 2019 Basic Field Grant Funds Notice   2019-02-25T05:00:00Z 2019 2 2019-02-25T05:00:00Z   2019-02-25T12:50:38Z 2019-03168 0 0 0900006483aa2c96
LSC-2019-0003-0001 LSC   Meetings; Sunshine Act Notice   2019-02-19T05:00:00Z 2019 2 2019-02-19T05:00:00Z   2019-02-19T14:23:06Z 2019-02836 0 0 0900006483a88c90

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