GET /v1/cash4life/latest · Nightly Drawings
Cash4Life API (US) Endpoint
Real-time REST API for Cash4Life nightly winning numbers (9 US states). Automated JSON payload for 5 main balls + Cash Ball and historical archives.
API Endpoint
GET
https://api.uslotteryapi.com/v1/cash4life/latestFrequency: Nightly at 9:00 PM ET
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| date | string | Optional | Target draw date (YYYY-MM-DD). Defaults to latest draw. |
| limit | integer | Optional | Number of recent nightly draws (1 to 50). Default: 1. |
Sample JSON Response Payload
{
"status": "success",
"data": {
"game": "Cash4Life",
"draw_date": "2026-08-02",
"draw_time": "21:00:00 EST",
"winning_numbers": {
"main_balls": [11, 27, 34, 45, 59],
"cash_ball": 3
},
"prizes": {
"top_prize": "$1,000 / Day for Life",
"second_prize": "$1,000 / Week for Life"
},
"next_draw": {
"date": "2026-08-03",
"time": "21:00:00 EST"
}
},
"meta": {
"timestamp": "2026-08-02T21:06:40Z"
}
}cURL RequestCLI
curl -X GET "https://api.uslotteryapi.com/v1/cash4life/latest" \ -H "X-API-Key: YOUR_API_KEY"
PythonBackend
import requests
res = requests.get('https://api.uslotteryapi.com/v1/cash4life/latest',
headers={'X-API-Key': 'YOUR_API_KEY'}).json()
print("Cash4Life Balls:", res['data']['winning_numbers']['main_balls'])
print("Cash Ball:", res['data']['winning_numbers']['cash_ball'])Free Tier Available
Get instant API access with 500 free monthly requests.
Get Free API KeyFrequently Asked Questions
When are Cash4Life winning numbers drawn?
Cash4Life drawings occur every night (7 days a week) at 9:00 PM Eastern Time.
What states participate in Cash4Life?
Cash4Life is played in 9 states: Florida, Georgia, Indiana, Maryland, New Jersey, New York, Pennsylvania, Tennessee, and Virginia.
What is the Cash4Life number structure?
Select 5 numbers from 1 to 60 and 1 Cash Ball number from 1 to 4.