documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OECA-2003-0134" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OECA-2003-0134-0081 | EPA | Environmental Enforcement and Compliance Assurance Activities EPA-HQ-OECA-2003-0134 | Innovative Approaches to Enforcement and Compliance Assurance, (Action Plan for Innovation) [EPA 300-K-99-003] | Supporting & Related Material | Publication | 1999-09-01T04:00:00Z | 1999 | 9 | 2010-07-15T19:14:03Z | 0 | 0 | 09000064800ba20e | |||
| EPA-HQ-OECA-2003-0134-0077 | EPA | Environmental Enforcement and Compliance Assurance Activities EPA-HQ-OECA-2003-0134 | Memorandum to Sylvia Lowrance, Principal Deputy Assistant Administrator, USEPA/OECA from Kara Alexande on behalf of Gregg A. Cooke, Regional Administrator both of USEPA/Region 6/Compliance Assurance and Enforcement re: comments on federal register | Supporting & Related Material | Letter, Memorandum, Email | 1999-05-10T04:00:00Z | 1999 | 5 | 2010-07-15T19:14:02Z | 0 | 0 | 09000064800ba1eb | |||
| EPA-HQ-OECA-2003-0134-0004 | EPA | Environmental Enforcement and Compliance Assurance Activities EPA-HQ-OECA-2003-0134 | Protecting Your Health and the Environment Through Innovative Approaches to: Highlights from the Past 5 Years [EPA 300-K-99-001] | Supporting & Related Material | Publication | 1999-03-26T05:00:00Z | 1999 | 3 | 2010-07-15T19:13:54Z | 0 | 0 | 09000064800b9f6e | |||
| EPA-HQ-OECA-2003-0134-0002 | EPA | Environmental Enforcement and Compliance Assurance Activities EPA-HQ-OECA-2003-0134 | Protecting Public Health and the Environment Through Innovative Approaches to Compliance: Executive Summary of the East and West Coast Conferences | Supporting & Related Material | Other | 1999-03-18T05:00:00Z | 1999 | 3 | 2010-07-15T19:13:54Z | 0 | 0 | 09000064800b9f54 | |||
| EPA-HQ-OECA-2003-0134-0003 | EPA | Environmental Enforcement and Compliance Assurance Activities EPA-HQ-OECA-2003-0134 | Agenda for February 3, 1999 conference entitled "Protecting Public Health and the Environment Through Innovative Approaches to Compliance" | Supporting & Related Material | Meeting or Teleconference Materials | 1999-03-18T05:00:00Z | 1999 | 3 | 2010-07-15T19:13:54Z | 0 | 0 | 09000064800b9f61 | |||
| EPA-HQ-OECA-2003-0134-0001 | EPA | Environmental Enforcement and Compliance Assurance Activities EPA-HQ-OECA-2003-0134 | Environmental Enforcement and Compliance Assurance Activities | Notice | Federal Register Document | 1999-03-02T05:00:00Z | 1999 | 3 | 1999-03-02T05:00:00Z | 1999-04-17T03:59:59Z | 2010-07-15T19:13:54Z | 10144 | 0 | 0 | 09000064800b9f4b |
Advanced export
JSON shape: default, array, newline-delimited, object
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);