US Lottery API Logo
US Lottery API
LoginGet Free API Key
State Silo · Texas (TX)REST API Active

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.

State Jurisdiction
Texas (TX)
Texas Lottery Commission
Supported Games
5 Major Games
Single & Multi-Draw
Update SLA
< 5 Minutes
Post-Official Draw
Extra! Add-On
Supported
Included in Payload

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
View Lotto Texas Data Docs →

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
View Texas Two Step Data Docs →

Cash Five (TX)

Live Production API
  • Matrix:5/35
  • Draw Time:Mon – Sat 10:12 PM CT
  • Top Prize:$25,000 Top Prize
View Cash Five (TX) Data Docs →

All or Nothing (TX)

Live Production API
  • Matrix:12/24
  • Draw Time:4x Daily (Mon – Sat)
  • Top Prize:$250,000 Top Prize
View All or Nothing (TX) Data Docs →

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
View Pick 3 / Daily 4 Data Docs →
Developer Reference

Lotto Texas Request & Response Example

Sample cURL request and JSON payload for Lotto Texas with Extra! multiplier data.

cURL Request ExampleGET /v1/states/tx/lotto/latest
curl -X GET "https://api.uslotteryapi.com/v1/states/tx/lotto/latest" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
200 OK JSON Responseapplication/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 MethodEndpoint PatternDescriptionAccess Level
GET/v1/states/tx/lotto/latestFetch latest Lotto Texas winning numbers & Extra!Free & Paid
GET/v1/states/tx/twostep/latestFetch latest Texas Two Step numbers & Bonus ballFree & Paid
GET/v1/states/tx/cash5/latestFetch latest Cash Five 5/35 draw dataFree & Paid
GET/v1/states/tx/all-or-nothing/latestFetch 4x daily All or Nothing draw resultsFree & Paid
GET/v1/states/tx/historyPaginated draw archives for all Texas gamesDeveloper 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.