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

6 rows where docket_id = "GSA-FTR-2009-0006" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2009 6

document_type 1

  • Notice 6

agency_id 1

  • GSA 6
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
GSA-FTR-2009-0006-0006 GSA FTR Related Notices; General Services Administration GSA-FTR-2009-0006 Federal Travel Regulation (FTR); Relocation Allowances-Data Dictionary and Collection Process for Transaction-Level Relocation Data; Notice of a Proposed Bulletin and Proposed Rule Notice General Notice 2009-10-21T04:00:00Z 2009 10 2009-10-21T04:00:00Z 2009-12-22T04:59:59Z 2010-08-24T15:26:05Z E9-25333 0 0 0900006480a47274
GSA-FTR-2009-0006-0005 GSA FTR Related Notices; General Services Administration GSA-FTR-2009-0006 Federal Travel Regulation: Temporary Duty and Relocation Requirements Notice General Notice 2009-04-10T04:00:00Z 2009 4 2009-04-10T04:00:00Z   2010-08-24T14:20:50Z E9-08177 0 0 090000648094e14c
GSA-FTR-2009-0006-0004 GSA FTR Related Notices; General Services Administration GSA-FTR-2009-0006 Federal Travel Regulation (FTR): Maximum Per Diem Rates for the States of Idaho, Maryland, and South Carolina Notice General Notice 2009-03-20T04:00:00Z 2009 3 2009-03-20T04:00:00Z   2010-08-24T14:14:42Z E9-06261 0 0 0900006480922838
GSA-FTR-2009-0006-0003 GSA FTR Related Notices; General Services Administration GSA-FTR-2009-0006 Federal Travel Regulations: Relocation Allowances-Relocation Income Tax Allowance (RITA) Tables Notice Environment Impact Statemen 2009-03-09T04:00:00Z 2009 3 2009-03-09T04:00:00Z   2010-08-24T14:10:34Z E9-04840 0 0 0900006480900bde
GSA-FTR-2009-0006-0002 GSA FTR Related Notices; General Services Administration GSA-FTR-2009-0006 GSA Bulletins: Federal Travel Regulation (FTR 09-02) Notice Notice of Bulletins 2009-01-13T05:00:00Z 2009 1 2009-01-13T05:00:00Z   2010-04-30T14:53:34Z E9-00434 0 0 090000648081cc3c
GSA-FTR-2009-0006-0001 GSA FTR Related Notices; General Services Administration GSA-FTR-2009-0006 Federal Travel Regulation (FTR); Relocation Allowances; (GSA Bulletin FTR 09-03) Notice Notice of Bulletins 2009-01-02T05:00:00Z 2009 1 2009-01-02T05:00:00Z   2010-04-30T14:52:20Z E8-31231 0 0 09000064808173b9

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