documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPPT-2003-0004" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_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-OPPT-2003-0004-0085 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information: Science Applications International Corp. and Impact Innovations Systems, Inc. | Notice | 2012-12-26T05:00:00Z | 2012 | 12 | 2012-12-26T05:00:00Z | 2024-03-15T18:32:06Z | 2012-31094 | 0 | 0 | 0900006481199d79 | ||
| EPA-HQ-OPPT-2003-0004-0084 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information: Electronic Consulting Services, Inc., and its Identified Subcontractors, Cherokee Services Group and Dell Services Federal Government | Notice | 2012-11-21T05:00:00Z | 2012 | 11 | 2012-11-21T05:00:00Z | 2024-03-15T18:31:45Z | 2012-28096 | 0 | 0 | 090000648116fc92 | ||
| EPA-HQ-OPPT-2003-0004-0082 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information by Eastern ResearchGroup | Notice | 2012-11-16T05:00:00Z | 2012 | 11 | 2012-11-16T05:00:00Z | 2024-03-15T18:29:50Z | 2012-27854 | 0 | 0 | 0900006481169c7e | ||
| EPA-HQ-OPPT-2003-0004-0083 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information by Abt Associates, Inc. | Notice | 2012-11-16T05:00:00Z | 2012 | 11 | 2024-03-15T18:30:09Z | 2012-27861 | 0 | 0 | 0900006481169dcf | |||
| EPA-HQ-OPPT-2003-0004-0081 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information by Several Student Services Contractors | Notice | 2012-05-18T04:00:00Z | 2012 | 5 | 2012-05-18T04:00:00Z | 2024-03-15T18:29:36Z | 2012-11973 | 0 | 0 | 0900006481013e88 | ||
| EPA-HQ-OPPT-2003-0004-0080 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information by CGI Federal Inc. and Its Identified Subcontractor, FedConcepts/Jorge | Notice | 2012-04-25T04:00:00Z | 2012 | 4 | 2012-04-25T04:00:00Z | 2024-03-15T18:29:23Z | 2012-09640 | 0 | 0 | 0900006480ffb041 | ||
| EPA-HQ-OPPT-2003-0004-0079 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information by CGI Federal Inc. | Notice | 2012-04-11T04:00:00Z | 2012 | 4 | 2012-04-11T04:00:00Z | 2024-03-15T18:29:10Z | 2012-08731 | 0 | 0 | 0900006480fed5bf | ||
| EPA-HQ-OPPT-2003-0004-0078 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information: Protection Strategies Inc. | Notice | 2012-02-29T05:00:00Z | 2012 | 2 | 2024-03-15T18:27:45Z | 2012-04845 | 0 | 0 | 0900006480fc8e03 | |||
| EPA-HQ-OPPT-2003-0004-0077 | EPA | None EPA-HQ-OPPT-2003-0004 | Access to Confidential Business Information: Syracuse Research Corp., Inc., and BeakerTree Corp. | Notice | 2012-02-22T05:00:00Z | 2012 | 2 | 2012-02-22T05:00:00Z | 2024-03-15T18:27:32Z | 2012-04067 | 0 | 0 | 0900006480fbd5ec |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;