Texas Lottery Results API Coverage
Public coverage for Texas number games, latest result rows, official-source availability, and direct integration links for customer API planning.
8
Games
8
Latest rows
4
Official rows
2
Formats
Coverage summary
Browse current public lottery coverage, then open the state-filtered result rows or copy API examples from each game page.
Number-game formats
3 ball
4
4 ball
4
Source confidence
Official-source rows
4
Cross-check or fallback rows
4
Waiting result rows
0
Result availability
With latest numbers
8
Waiting or delayed
0
Official source rows
4
Recent source mix
Fallback source
4
Official source
4
Integrate Texas coverage
Start with the jurisdiction-filtered catalog, then use compact latest or history result endpoints. Public responses use bounded customer-facing fields.
State lottery catalog
/v1/lotteries?state=TX&limit=100List public customer-visible lottery games for this state.
Compact catalog rows with names, state, ball count, latest draw summary, and API links.Open contractLatest state results
/v1/results/latest?state=TX&short=1&limit=60Fetch the newest published rows for this state without wide visual metadata.
Compact draw rows with draw date, numbers, formatted numbers, status, and public source confidence.Open contractState history rows
/v1/results/history?state=TX&short=1&limit=60Read dated history rows for archive, reconciliation, and customer backfills.
Bounded history rows. Add date, ball_count, or game_code filters when a deeper slice is needed.Open contractJurisdiction index
/v1/states?country=USDiscover state and province coverage before choosing exact lottery filters.
State rows with game counts, latest availability counts, and country grouping.Open contractOpenAPI contract
/openapi.jsonImport the public API contract into generated clients, Postman, or CI contract checks.
Machine-readable REST contract for customer-facing API routes.Open contractCompact state shape
Example state response for integration planning.{
"response_shape": "compact",
"filters": {
"state": "TX",
"country": "US",
"limit": 60
},
"coverage": {
"state_code": "TX",
"state_name": "Texas",
"country": "United States",
"lottery_count": 8,
"latest_result_rows": 8,
"official_source_rows": 4
},
"ball_counts": [
{
"label": "3 ball",
"count": 4
},
{
"label": "4 ball",
"count": 4
}
],
"source_mix": [
{
"label": "Fallback source",
"count": 4
},
{
"label": "Official source",
"count": 4
}
],
"games": [
{
"game_code": "tx-pick4-day",
"name": "Daily 4 Day",
"ball_count": 4,
"latest_result_available": true,
"status": "fallback",
"source": "Fallback source"
},
{
"game_code": "tx-pick4-evening",
"name": "Daily 4 Evening",
"ball_count": 4,
"latest_result_available": true,
"status": "official",
"source": "Official source"
},
{
"game_code": "tx-pick4-morning",
"name": "Daily 4 Morning",
"ball_count": 4,
"latest_result_available": true,
"status": "official",
"source": "Official source"
},
{
"game_code": "tx-pick4-night",
"name": "Daily 4 Night",
"ball_count": 4,
"latest_result_available": true,
"status": "fallback",
"source": "Fallback source"
},
{
"game_code": "tx-pick3-day",
"name": "Pick 3 Day",
"ball_count": 3,
"latest_result_available": true,
"status": "fallback",
"source": "Fallback source"
}
]
}