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

5 rows where docket_id = "FWS-HQ-IA-2014-0019" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2014 2
  • 2015 2
  • 2016 1

document_type 1

  • Notice 5

agency_id 1

  • FWS 5
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
FWS-HQ-IA-2014-0019-0214 FWS Advisory Council on Wildlife Trafficking; Meeting FWS-HQ-IA-2014-0019 Notice of meeting. Notice   2016-03-30T04:00:00Z 2016 3 2016-03-30T04:00:00Z   2016-03-30T08:24:51Z 2016-07113 0 0 0900006481ee979c
FWS-HQ-IA-2014-0019-0211 FWS Advisory Council on Wildlife Trafficking; Meeting FWS-HQ-IA-2014-0019 Advisory Council on Wildlife Trafficking Notice of Meeting Notice   2015-08-10T04:00:00Z 2015 8 2015-08-10T04:00:00Z   2015-08-10T12:53:43Z 2015-19516 0 0 0900006481bcc3f4
FWS-HQ-IA-2014-0019-0094 FWS Advisory Council on Wildlife Trafficking; Meeting FWS-HQ-IA-2014-0019 Advisory Council on Wildlife Trafficking Notice   2015-04-02T04:00:00Z 2015 4 2015-04-02T04:00:00Z 2015-05-08T03:59:59Z 2015-09-03T01:30:39Z 2015-07546 0 0 0900006481a87e9e
FWS-HQ-IA-2014-0019-0035 FWS Advisory Council on Wildlife Trafficking; Meeting FWS-HQ-IA-2014-0019 Advisory Council on Wildlife Trafficking; Meeting Notice   2014-09-23T04:00:00Z 2014 9 2014-09-23T04:00:00Z 2014-10-25T03:59:59Z 2014-10-25T01:07:07Z 2014-22538 0 0 0900006481888c0c
FWS-HQ-IA-2014-0019-0001 FWS Advisory Council on Wildlife Trafficking; Meeting FWS-HQ-IA-2014-0019 Advisory Council on Wildlife Trafficking; Meeting Notice   2014-05-06T04:00:00Z 2014 5 2014-05-06T04:00:00Z 2014-06-03T03:59:59Z 2014-06-05T01:06:01Z   0 0 09000064816e43a8

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);
Powered by Datasette · Queries took 48.343ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API