Initial card for dea-actions
Browse files
README.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
- tabular-classification
|
| 6 |
+
- tabular-regression
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- federal
|
| 11 |
+
- government
|
| 12 |
+
- regulatory
|
| 13 |
+
- united-states
|
| 14 |
+
- public-data
|
| 15 |
+
- cc0
|
| 16 |
+
- us-drug-enforcement-administration
|
| 17 |
+
- dea
|
| 18 |
+
- controlled-substances
|
| 19 |
+
- schedule-i
|
| 20 |
+
pretty_name: "DEA Federal Register actions"
|
| 21 |
+
size_categories:
|
| 22 |
+
- unknown
|
| 23 |
+
homepage: https://api.ai-analytics.org/datasets/dea-actions
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# DEA Federal Register actions (7,024 docs: 1,232 enforcement + 317 scheduling + 4,268 registrations)
|
| 27 |
+
|
| 28 |
+
Every Drug Enforcement Administration Federal Register document since 1994 — Controlled Substances Act scheduling decisions (CUMYL-PEGACLONE Schedule I 2026, hexahydrocannabinol 2026), bulk manufacturer registrations, importer/exporter applications, aggregate production quotas, and most importantly **1,232 Decision-and-Order enforcement revocations** against pharmacies, physicians, and distributors who violated controlled-substance regulations (Pine Pharmacy 2026, Hovic Pharmacy 2025, John Bender M.D. 2026). Categorized as enforcement / scheduling / quota / application / hearing / other. Source: `federalregister.gov/api/v1/documents.json` (public JSON API, no auth). Distinct from HHS-OIG enforcement (healthcare fraud), IRS-CI (tax/PPP fraud) — this is DEA-specific controlled-substance regulation.
|
| 29 |
+
|
| 30 |
+
## Live API
|
| 31 |
+
|
| 32 |
+
This dataset is served via a **live REST API** at `api.ai-analytics.org`. The card you're reading exists so HuggingFace's index can route AI agents + researchers to the canonical source.
|
| 33 |
+
|
| 34 |
+
- **API endpoint**: `https://api.ai-analytics.org/api/v1/dea/actions/recent`
|
| 35 |
+
- **Dataset landing page**: <https://api.ai-analytics.org/datasets/dea-actions>
|
| 36 |
+
- **DataCatalog (JSON-LD)**: <https://api.ai-analytics.org/.well-known/dataset.json>
|
| 37 |
+
- **DCAT-US (data.gov-compatible)**: <https://api.ai-analytics.org/data.json>
|
| 38 |
+
|
| 39 |
+
### Quick start
|
| 40 |
+
|
| 41 |
+
```bash
|
| 42 |
+
# Recent records (JSON)
|
| 43 |
+
curl 'https://api.ai-analytics.org/api/v1/dea/actions/recent?limit=10'
|
| 44 |
+
|
| 45 |
+
# Browse on the web
|
| 46 |
+
open 'https://api.ai-analytics.org/datasets/dea-actions'
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
### MCP (Model Context Protocol)
|
| 50 |
+
|
| 51 |
+
This dataset is also accessible via MCP at `https://api.ai-analytics.org/mcp` — Claude, ChatGPT, and other MCP-compatible agents can call it directly.
|
| 52 |
+
|
| 53 |
+
## Source
|
| 54 |
+
|
| 55 |
+
- **Agency**: US Drug Enforcement Administration
|
| 56 |
+
- **Primary source**: <https://www.federalregister.gov/agencies/drug-enforcement-administration>
|
| 57 |
+
- **License**: CC0 1.0 Universal (derived data). Underlying federal works are US public domain under [5 USC 105](https://www.law.cornell.edu/uscode/text/5/105) / [17 USC 105](https://www.law.cornell.edu/uscode/text/17/105).
|
| 58 |
+
- **Update cadence**: Per agency (most refresh daily via Cloudflare Cron Trigger)
|
| 59 |
+
|
| 60 |
+
## Keywords
|
| 61 |
+
|
| 62 |
+
DEA, controlled substances, Schedule I, Schedule II, DEA registration, pharmacy revocation, physician DEA, opioid prescribing, Decision and Order, Federal Register
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
```bibtex
|
| 67 |
+
@misc{ai_analytics_dea_actions_2026,
|
| 68 |
+
title = {{name}},
|
| 69 |
+
author = {AI Analytics},
|
| 70 |
+
year = {2026},
|
| 71 |
+
url = {https://api.ai-analytics.org/datasets/dea-actions},
|
| 72 |
+
note = {Derived from US Drug Enforcement Administration. License: CC0 1.0.}
|
| 73 |
+
}
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
## Related
|
| 77 |
+
|
| 78 |
+
- [Full data catalog (100 datasets)](https://api.ai-analytics.org/datasets/)
|
| 79 |
+
- [Unified compliance screening (30+ enforcement lists)](https://api.ai-analytics.org/api/v1/screening/all)
|
| 80 |
+
- [Cross-vertical entity timeline](https://api.ai-analytics.org/api/v1/entity/AAPL/timeline)
|
| 81 |
+
- [OpenAPI 3.1 spec](https://api.ai-analytics.org/openapi.json)
|
| 82 |
+
- [llms.txt for AI agents](https://api.ai-analytics.org/llms.txt)
|
| 83 |
+
|
| 84 |
+
---
|
| 85 |
+
*Maintained by [AI Analytics](https://ai-analytics.org). Data is CC0; please cite the upstream agency.*
|