US Lottery API Logo
US Lottery API
GET /v1/states/oh/rolling-cash-5/latest · Daily Drawings

Ohio Rolling Cash 5 API Endpoint

Real-time API access for OH Rolling Cash 5 winning numbers. Jackpot status verification and full historical draw archives.

API Endpoint
GEThttps://api.uslotteryapi.com/v1/states/oh/rolling-cash-5/latest
Frequency: Daily at 7:05 PM ET

Request Parameters

ParameterTypeRequiredDescription
datestringOptionalSpecific draw date (YYYY-MM-DD). Defaults to latest draw.
limitintegerOptionalNumber of recent draws to return (1 to 50). Default: 1.

Sample Response Payload

{
  "status": "success",
  "data": {
    "game": "Rolling Cash 5",
    "state": "OH",
    "draw_date": "2026-08-01",
    "draw_time": "19:05:00 EST",
    "winning_numbers": {
      "main_balls": [2, 14, 21, 33, 37]
    },
    "prizes": {
      "top_prize": "$150,000"
    },
    "next_draw": {
      "date": "2026-08-02",
      "time": "19:05:00 EST"
    }
  },
  "meta": {
    "timestamp": "2026-08-01T19:10:10Z"
  }
}
cURL RequestCLI
curl -X GET "https://api.uslotteryapi.com/v1/states/oh/rolling-cash-5/latest" \
  -H "X-API-Key: YOUR_API_KEY"
PythonBackend
import requests
res = requests.get('https://api.uslotteryapi.com/v1/states/oh/rolling-cash-5/latest',
                   headers={'X-API-Key': 'YOUR_API_KEY'}).json()
print("Winning Numbers:", res['data']['winning_numbers']['main_balls'])

Free Tier Available

500 requests per month included on the free Developer Plan.

Get Free API Key

Frequently Asked Questions

How often are Rolling Cash 5 drawings held?

Rolling Cash 5 drawings are conducted daily at 7:05 PM Eastern Time.

What is the number matrix for Rolling Cash 5?

Players choose 5 main numbers from 1 to 39.

How quickly are numbers available in the API?

API payloads update automatically within 5 minutes of drawing completion.

Explore State Lottery APIs