documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "EPA-HQ-OGC-2024-0391" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, 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-OGC-2024-0391-0019 | EPA | Proposed Partial Settlement Agreement and Consent Decree in Alianza Nacional de Campesinas, et al. v. U.S. Environmental Protection Agency, et al., No. 4:22- cv-9030 (ND Cal) EPA-HQ-OGC-2024-0391 | Env Defense-1274511-v1-Final EDSP Fully Executed CD 12-12-24 | Supporting & Related Material | Decree | 2024-12-12T05:00:00Z | 2024 | 12 | 2024-12-13T01:36:02Z | 0 | 0 | 09000064868667e8 | |||
| EPA-HQ-OGC-2024-0391-0020 | EPA | Proposed Partial Settlement Agreement and Consent Decree in Alianza Nacional de Campesinas, et al. v. U.S. Environmental Protection Agency, et al., No. 4:22- cv-9030 (ND Cal) EPA-HQ-OGC-2024-0391 | Env Defense-1274513-v1-Final EDSP Fully Executed Settlement Agreement 12-12-24 | Supporting & Related Material | Agreement, Contract | 2024-12-12T05:00:00Z | 2024 | 12 | 2024-12-13T01:36:15Z | 0 | 0 | 09000064868667e9 | |||
| EPA-HQ-OGC-2024-0391-0001 | EPA | Proposed Partial Settlement Agreement and Consent Decree in Alianza Nacional de Campesinas, et al. v. U.S. Environmental Protection Agency, et al., No. 4:22- cv-9030 (ND Cal) EPA-HQ-OGC-2024-0391 | Proposed Partial Settlement Agreement and Consent Decree, Claim Regarding Implementation of Endocrine Disruptor Screening Program Under the Section 408(p) of the Federal Food, Drug, and Cosmetic Act (FFDCA) | Notice | Consent Decree | 2024-10-11T04:00:00Z | 2024 | 10 | 2024-10-11T04:00:00Z | 2024-11-13T04:59:59Z | 2024-11-13T02:01:18Z | 2024-23633 | 0 | 0 | 09000064867c96f3 |
| EPA-HQ-OGC-2024-0391-0003 | EPA | Proposed Partial Settlement Agreement and Consent Decree in Alianza Nacional de Campesinas, et al. v. U.S. Environmental Protection Agency, et al., No. 4:22- cv-9030 (ND Cal) EPA-HQ-OGC-2024-0391 | EDSP Proposed Partial Settlement Agreement | Supporting & Related Material | Agreement, Contract | 2024-10-11T04:00:00Z | 2024 | 10 | 2024-10-12T00:39:42Z | 0 | 0 | 09000064867b9a1e | |||
| EPA-HQ-OGC-2024-0391-0002 | EPA | Proposed Partial Settlement Agreement and Consent Decree in Alianza Nacional de Campesinas, et al. v. U.S. Environmental Protection Agency, et al., No. 4:22- cv-9030 (ND Cal) EPA-HQ-OGC-2024-0391 | EDSP Proposed Partial Consent Decree | Supporting & Related Material | Decree | 2024-10-11T04:00:00Z | 2024 | 10 | 2024-10-12T00:39:55Z | 0 | 0 | 09000064867b9a1a |
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);