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

11 rows where docket_id = "USCG-1999-5717" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Rule 2

posted_year 1

  • 1999 11

agency_id 1

  • USCG 11
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
USCG-1999-5717-0011 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 Request for Comments Rule   1999-09-16T04:00:00Z 1999 9 1999-09-16T04:00:00Z 1999-09-17T03:59:59Z 2017-03-10T22:19:12Z   0 0 090000648032d7c7
USCG-1999-5717-0010 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 Request for Comments Rule   1999-06-15T04:00:00Z 1999 6 1999-06-15T04:00:00Z 1999-06-16T03:59:59Z 2017-03-10T22:19:12Z   0 0 090000648032d7c6
USCG-1999-5717-0006 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0139 - Ship's Stores Certification For Hazardous Materials Aboard Ships Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:27Z   0 0 090000648032d7cd
USCG-1999-5717-0001 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 2115-0007 Application For Vessel Inspection and Waiver Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:27Z   0 0 090000648032d7c5
USCG-1999-5717-0003 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0038 - CG 2554 Private Aids to Navigation Application - CG 4143 Application For Class I Private Aids to Navigation Artificial Islands/Fixed Structures Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:27Z   0 0 090000648032d7ca
USCG-1999-5717-0008 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0556 - (a) Reports of MARPOL 73/79 Oil, Noxious Liquid Substance (NLS) and Garbage Discharge; (b) Application For Equivalents, Exemptions, and Alternatives: (c) Pollution Sightings Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:28Z   0 0 090000648032d7cf
USCG-1999-5717-0002 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0035 - Defect/Non Compliance Report and Campaign Update Report Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:27Z   0 0 090000648032d7c8
USCG-1999-5717-0007 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0623 - Licensing and Manning Requirements For Towing Vessels Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:27Z   0 0 090000648032d7ce
USCG-1999-5717-0005 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0121 - Electrical Equipment and Fire Protection Materials/Systems - 46 CFR Subchapter Q Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:27Z   0 0 090000648032d7cc
USCG-1999-5717-0004 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0111 - Course Approval for Merchant Marine Training Schools Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:27Z   0 0 090000648032d7cb
USCG-1999-5717-0009 USCG Agency Information Collection Activities Under OMB Review USCG-1999-5717 ICR 2115 - 0050 - Bridge Permit Application Guide Supporting & Related Material   1999-06-10T04:00:00Z 1999 6     2017-03-10T22:38:28Z   0 0 090000648032d7d0

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