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 = "FCA", document_type = "Notice" and posted_year = 2005 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2005 · 8 ✖

document_type 1

  • Notice · 8 ✖

agency_id 1

  • FCA · 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
FCA-2005-0015-0001 FCA   Sunshine Act Meeting; Farm Credit Administration Board; Regular Meeting Notice   2005-12-19T05:00:00Z 2005 12 2005-12-19T05:00:00Z   2008-01-08T21:52:53Z 05-24236 0 0 09000064800fa7b7
FCA-2005-0014-0001 FCA   Sunshine Act Meeting; Farm Credit Administration Board Notice   2005-12-06T05:00:00Z 2005 12 2005-12-06T05:00:00Z   2008-01-08T21:52:49Z 05-23700 0 0 09000064800eded7
FCA-2005-0013-0001 FCA   Farm Credit Administration Board Policy Statements Notice   2005-11-25T05:00:00Z 2005 11 2005-11-25T05:00:00Z   2008-01-08T21:52:51Z 05-23237 0 0 09000064800a637f
FCA-2005-0008-0001 FCA   Privacy Act of 1974; Altering a System of Records Notice   2005-11-08T05:00:00Z 2005 11 2005-11-08T05:00:00Z   2008-01-08T21:52:51Z 05-22083 0 0 090000648009c8cc
FCA-2005-0007-0001 FCA   Farm Credit Administration Board; Sunshine Act Meeting Notice   2005-11-04T05:00:00Z 2005 11 2005-11-04T05:00:00Z   2008-01-08T21:52:51Z 05-22122 0 0 090000648009ac32
FCA-2005-0005-0001 FCA   Farm Credit Administration Board; Regular Meeting Notice   2005-10-18T04:00:00Z 2005 10 2005-10-18T04:00:00Z   2008-01-08T21:52:49Z 05-20957 0 0 090000648009415a
FCA-2005-0004-0001 FCA   Sunshine Act; Farm Credit Administration Board; Regular Meeting Notice   2005-10-14T04:00:00Z 2005 10 2005-10-14T04:00:00Z   2008-01-08T21:52:51Z 05-20721 0 0 0900006480092c87
FCA-2005-0002-0001 FCA   Privacy Act of 1974; Altering a System of Records Notice   2005-09-22T04:00:00Z 2005 9 2005-09-22T04:00:00Z   2008-01-08T21:52:49Z 05-18891 0 0 090000648005a74a

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