Texas Lottery API (US) — Lotto Texas & Two Step
Complete REST API solution for Lone Star State draw games. Access winning numbers, Extra! multipliers, Texas Two Step results, and high-frequency 4x daily games.
Supported Texas Games
Overview of Texas lottery draw games available in the REST API.
Lotto Texas
Live Production API- Matrix:6/54 + Extra!
- Draw Time:Mon, Wed, Sat 10:12 PM CT
- Top Prize:$5,000,000+ Minimum Jackpot
Texas Two Step
Live Production API- Matrix:4/35 + Bonus 1/35
- Draw Time:Mon & Thu 10:12 PM CT
- Top Prize:$200,000 Starting Jackpot
Cash Five (TX)
Live Production API- Matrix:5/35
- Draw Time:Mon – Sat 10:12 PM CT
- Top Prize:$25,000 Top Prize
All or Nothing (TX)
Live Production API- Matrix:12/24
- Draw Time:4x Daily (Mon – Sat)
- Top Prize:$250,000 Top Prize
Pick 3 / Daily 4
Live Production API- Matrix:3-4 Digits (0-9)
- Draw Time:4x Daily (Mon – Sat)
- Top Prize:Up to $5,000 Straight
Lotto Texas Request & Response Example
Sample cURL request and JSON payload for Lotto Texas with Extra! multiplier data.
curl -X GET "https://api.uslotteryapi.com/v1/states/tx/lotto/latest" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"status": "success",
"data": {
"state": "TX",
"game": "Lotto Texas",
"draw_date": "2026-08-01",
"winning_numbers": [5, 14, 23, 36, 42, 51],
"extra_multiplier": 3,
"jackpot": "$14,250,000",
"cash_option": "$8,100,000",
"next_draw_date": "2026-08-03",
"next_jackpot": "$14,750,000"
}
}Texas REST API Endpoints
| HTTP Method | Endpoint Pattern | Description | Access Level |
|---|---|---|---|
| GET | /v1/states/tx/lotto/latest | Fetch latest Lotto Texas winning numbers & Extra! | Free & Paid |
| GET | /v1/states/tx/twostep/latest | Fetch latest Texas Two Step numbers & Bonus ball | Free & Paid |
| GET | /v1/states/tx/cash5/latest | Fetch latest Cash Five 5/35 draw data | Free & Paid |
| GET | /v1/states/tx/all-or-nothing/latest | Fetch 4x daily All or Nothing draw results | Free & Paid |
| GET | /v1/states/tx/history | Paginated draw archives for all Texas games | Developer Tier |
Texas Lottery API FAQs
Which Texas lottery games are supported by the API?↓
Our API supports Lotto Texas (including Extra! multipliers), Texas Two Step, Cash Five, All or Nothing (4 daily draws), Pick 3, and Daily 4.
Does the Lotto Texas API include Extra! add-on multiplier data?↓
Yes. Lotto Texas payloads include an `extra_multiplier` field indicating whether Extra! was active and the specific bonus payout values.
How fast are Texas drawing results updated?↓
Lotto Texas and Texas Two Step draw results update within 5 minutes of the official 10:12 PM CT drawing.
How do 4x daily games like All or Nothing handle session queries?↓
All or Nothing supports session parameters (`?draw=morning`, `?draw=day`, `?draw=evening`, `?draw=night`) or defaults to the most recent draw.
Can I access Texas historical lottery draw archives?↓
Yes. Our historical endpoints cover full Texas draw archives from 2010 to present.