US Lottery API Logo
US Lottery API
GET /v1/states/ma/mass-cash/latest · Daily Drawings

Massachusetts Mass Cash API Endpoint

Real-time API access for MA Mass Cash winning numbers. Top prize verification and full historical draw archives.

API Endpoint
GEThttps://api.uslotteryapi.com/v1/states/ma/mass-cash/latest
Frequency: Daily at 9:00 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": "Mass Cash",
    "state": "MA",
    "draw_date": "2026-08-01",
    "draw_time": "21:00:00 EST",
    "winning_numbers": {
      "main_balls": [3, 12, 17, 28, 31]
    },
    "prizes": {
      "top_prize": "$100,000"
    },
    "next_draw": {
      "date": "2026-08-02",
      "time": "21:00:00 EST"
    }
  },
  "meta": {
    "timestamp": "2026-08-01T21:05:10Z"
  }
}
cURL RequestCLI
curl -X GET "https://api.uslotteryapi.com/v1/states/ma/mass-cash/latest" \
  -H "X-API-Key: YOUR_API_KEY"
PythonBackend
import requests
res = requests.get('https://api.uslotteryapi.com/v1/states/ma/mass-cash/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 Mass Cash drawings held?

Mass Cash drawings are conducted daily at 9:00 PM Eastern Time.

What is the number matrix for Mass Cash?

Players choose 5 main numbers from 1 to 35.

How quickly are numbers available in the API?

API payloads update automatically within 5 minutes of drawing completion.

Explore State Lottery APIs