Upload 6 files
Browse files- LICENSE +1 -0
- README.md +46 -3
- data/DATA_DICTIONARY.md +19 -0
- data/SOURCES.md +13 -0
- data/operators.csv +19 -0
- data/states.csv +8 -0
LICENSE
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution 4.0 International (CC BY 4.0)
|
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
pretty_name: "US iCasino Verification (Regulator-First)"
|
| 4 |
+
tags:
|
| 5 |
+
- regulation
|
| 6 |
+
- compliance
|
| 7 |
+
- consumer-protection
|
| 8 |
+
- igaming
|
| 9 |
+
- dataset
|
| 10 |
+
license: cc-by-4.0
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# US iCasino Verification (Regulator-First) — Dataset
|
| 14 |
+
|
| 15 |
+
This dataset helps users **verify which U.S. jurisdictions have regulated real‑money online casino (iCasino)** and where to check **official regulator pages** for licensed operators.
|
| 16 |
+
|
| 17 |
+
**Project website:** https://www.icium.org/
|
| 18 |
+
**Last verified:** 2026-02-21
|
| 19 |
+
|
| 20 |
+
## What’s inside
|
| 21 |
+
- `data/states.csv` — states with authorized iCasino + a regulator verification URL.
|
| 22 |
+
- `data/operators.csv` — permit holders / platforms when explicitly stated by a regulator.
|
| 23 |
+
|
| 24 |
+
## Why this exists
|
| 25 |
+
1) Reduce “is this site legal in my state?” confusion
|
| 26 |
+
2) Provide regulator-first links instead of rumor/affiliate lists
|
| 27 |
+
3) Encourage responsible, compliant play
|
| 28 |
+
|
| 29 |
+
## How to use
|
| 30 |
+
- Start with `states.csv` → open the official verification link for your state.
|
| 31 |
+
- If a platform/operator is not on the regulator list, treat it as **unverified**.
|
| 32 |
+
|
| 33 |
+
## Not legal advice
|
| 34 |
+
This dataset is informational only and may lag regulatory updates.
|
| 35 |
+
|
| 36 |
+
## Update policy
|
| 37 |
+
- We track `last_verified` at row level.
|
| 38 |
+
- Contributions should include **official source URLs** and a new verification date.
|
| 39 |
+
|
| 40 |
+
## Citation
|
| 41 |
+
If you use this dataset publicly, cite:
|
| 42 |
+
> ICIUM (2026). *US iCasino Verification (Regulator‑First)*. Dataset. https://www.icium.org/
|
| 43 |
+
|
| 44 |
+
## Files
|
| 45 |
+
- `data/DATA_DICTIONARY.md`
|
| 46 |
+
- `data/SOURCES.md`
|
data/DATA_DICTIONARY.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Data dictionary (v1)
|
| 2 |
+
|
| 3 |
+
## states.csv
|
| 4 |
+
- state_code: USPS abbreviation.
|
| 5 |
+
- state_name: Full state name.
|
| 6 |
+
- igaming_legal: yes/no for real-money online casino (iCasino).
|
| 7 |
+
- regulator_name: Primary regulator.
|
| 8 |
+
- regulator_site: Regulator homepage.
|
| 9 |
+
- official_verification_or_operator_list_url: Public regulator page/PDF where users can verify legal operators.
|
| 10 |
+
- notes: Scope notes / caveats.
|
| 11 |
+
- last_verified: Date the source URL was checked.
|
| 12 |
+
|
| 13 |
+
## operators.csv
|
| 14 |
+
- state_code: USPS abbreviation.
|
| 15 |
+
- operator_name: Brand/licensee/permit holder (or label for a regulator list page).
|
| 16 |
+
- operator_type: Permit holder / legal platform / list label.
|
| 17 |
+
- official_source_url: Regulator page or PDF backing the claim.
|
| 18 |
+
- notes: Extra context.
|
| 19 |
+
- last_verified: Date the source URL was checked.
|
data/SOURCES.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Primary sources (official/regulator-first)
|
| 2 |
+
|
| 3 |
+
- New Jersey DGE — Internet Gaming Permit Holders (PDF): https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf
|
| 4 |
+
- Pennsylvania PGCB — Interactive Gaming Operators: https://gamingcontrolboard.pa.gov/interactive-gaming-operators
|
| 5 |
+
- Michigan MGCB — Online gambling / legal vs illegal (consumer page): https://www.michigan.gov/mgcb/consumer/online-gambling
|
| 6 |
+
- West Virginia Lottery — iGaming licensing hub: https://wvlottery.com/licensing/igaming
|
| 7 |
+
- Connecticut DCP — press release naming the two legal iCasino platforms: https://portal.ct.gov/dcp/news-releases-from-the-department-of-consumer-protection/2025-news-releases/dcp-issues-summary-suspension-of-high5games-license-for-conducting-illegal-gaming-activity
|
| 8 |
+
- Delaware Lottery — iGaming page: https://www.delottery.com/More/iGaming
|
| 9 |
+
- Rhode Island Lottery — FAQ referencing iGaming: https://www.rilot.com/en-us/player-zone/faqs.html
|
| 10 |
+
|
| 11 |
+
## Scope boundaries (anti-ban)
|
| 12 |
+
- No affiliate links.
|
| 13 |
+
- Prefer regulator verification pages over operator sign-up pages.
|
data/operators.csv
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
state_code,operator_name,operator_type,official_source_url,notes,last_verified
|
| 2 |
+
NJ,"Marina District Development Company, LLC d/b/a Borgata Hotel Casino & Spa",Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-001.,2026-02-21
|
| 3 |
+
NJ,"Golden Nugget Atlantic City, LLC",Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-002.,2026-02-21
|
| 4 |
+
NJ,"Caesars Interactive Entertainment New Jersey, LLC (affiliate of Boardwalk Regency Corp.)",Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-007.,2026-02-21
|
| 5 |
+
NJ,"DGMB Casino, LLC",Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-008.,2026-02-21
|
| 6 |
+
NJ,AC Ocean Walk,Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-009.,2026-02-21
|
| 7 |
+
NJ,"Hard Rock Boardwalk 1000, LLC d/b/a Hard Rock Hotel Casino",Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-010.,2026-02-21
|
| 8 |
+
NJ,Premier Atlantic City LLC d/b/a Bally Atlantic City,Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-011.,2026-02-21
|
| 9 |
+
NJ,"Caesars Interactive Entertainment New Jersey, LLC (affiliate of Tropicana Atlantic City Corp.)",Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-012.,2026-02-21
|
| 10 |
+
NJ,"Caesars Interactive Entertainment New Jersey, LLC (affiliate of Harrah’s Atlantic City Operating Company, LLC)",Internet Gaming Permit Holder,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,Permit NJIGP 25-013.,2026-02-21
|
| 11 |
+
PA,PGCB Interactive Gaming Operators,Verified Operator List,https://gamingcontrolboard.pa.gov/interactive-gaming-operators,Regulator page lists legal interactive gaming brands/operators.,2026-02-21
|
| 12 |
+
MI,MGCB Licensed Internet Gaming Operators,Verified Operator List,https://www.michigan.gov/mgcb/consumer/online-gambling,MGCB consumer page lists legal internet gaming operators.,2026-02-21
|
| 13 |
+
WV,WV Lottery iGaming License List,License List,https://wvlottery.com/licensing/igaming,WV Lottery licensing hub links to public license list PDFs.,2026-02-21
|
| 14 |
+
CT,DraftKings (Foxwoods),Legal iCasino Platform,https://portal.ct.gov/dcp/news-releases-from-the-department-of-consumer-protection/2025-news-releases/dcp-issues-summary-suspension-of-high5games-license-for-conducting-illegal-gaming-activity,DCP states DraftKings/Foxwoods is a legal iCasino platform.,2026-02-21
|
| 15 |
+
CT,FanDuel (Mohegan Sun),Legal iCasino Platform,https://portal.ct.gov/dcp/news-releases-from-the-department-of-consumer-protection/2025-news-releases/dcp-issues-summary-suspension-of-high5games-license-for-conducting-illegal-gaming-activity,DCP states FanDuel/Mohegan Sun is a legal iCasino platform.,2026-02-21
|
| 16 |
+
DE,Delaware Park (online),Authorized Delaware Casino Platform,https://www.delottery.com/More/iGaming,Listed under Delaware Lottery iGaming page.,2026-02-21
|
| 17 |
+
DE,Bally’s Dover (online),Authorized Delaware Casino Platform,https://www.delottery.com/More/iGaming,Listed under Delaware Lottery iGaming page.,2026-02-21
|
| 18 |
+
DE,Harrington (online),Authorized Delaware Casino Platform,https://www.delottery.com/More/iGaming,Listed under Delaware Lottery iGaming page.,2026-02-21
|
| 19 |
+
RI,Bally’s (Rhode Island) iGaming,Legal iCasino Platform,https://www.rilot.com/en-us/player-zone/faqs.html,RI Lottery FAQ references iGaming availability at Bally’s and via apps/websites.,2026-02-21
|
data/states.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
state_code,state_name,igaming_legal,regulator_name,regulator_site,official_verification_or_operator_list_url,notes,last_verified
|
| 2 |
+
NJ,New Jersey,yes,New Jersey Division of Gaming Enforcement (DGE),https://www.nj.gov/oag/ge/,https://www.nj.gov/oag/ge/docs/InternetGaming/internetgamingpermitholders.pdf,"NJ publishes Internet Gaming Permit Holders (permit holders, not necessarily every brand/skin).",2026-02-21
|
| 3 |
+
PA,Pennsylvania,yes,Pennsylvania Gaming Control Board (PGCB),https://gamingcontrolboard.pa.gov/,https://gamingcontrolboard.pa.gov/interactive-gaming-operators,"PGCB provides an official interactive gaming operators page for verifying regulated sites.",2026-02-21
|
| 4 |
+
MI,Michigan,yes,Michigan Gaming Control Board (MGCB),https://www.michigan.gov/mgcb,https://www.michigan.gov/mgcb/consumer/online-gambling,"MGCB's consumer page lists licensed internet gaming operators and guidance on legal vs illegal gaming.",2026-02-21
|
| 5 |
+
WV,West Virginia,yes,West Virginia Lottery,https://wvlottery.com/,https://wvlottery.com/licensing/igaming,"WV Lottery publishes iGaming license lists (PDFs); this project records operators from the public license list.",2026-02-21
|
| 6 |
+
CT,Connecticut,yes,Connecticut Department of Consumer Protection (Gaming Division),https://portal.ct.gov/dcp,https://portal.ct.gov/dcp/news-releases-from-the-department-of-consumer-protection/2025-news-releases/dcp-issues-summary-suspension-of-high5games-license-for-conducting-illegal-gaming-activity,"CT states there are two legal iCasino platforms: DraftKings/Foxwoods and FanDuel/Mohegan Sun (per DCP).",2026-02-21
|
| 7 |
+
DE,Delaware,yes,Delaware Lottery,https://www.delottery.com/,https://www.delottery.com/More/iGaming,"Delaware Lottery iGaming page points to the state's authorized casino platforms.",2026-02-21
|
| 8 |
+
RI,Rhode Island,yes,Rhode Island Lottery,https://www.rilot.com/,https://www.rilot.com/en-us/player-zone/faqs.html,"RI Lottery FAQ references iGaming as a casino product available via Bally’s and its apps/websites.",2026-02-21
|