US Lottery API Logo
US Lottery API
GET /v1/states/pa/match-6/latest · Daily Drawings

Pennsylvania Match 6 API Endpoint

Real-time API access for PA Match 6 winning numbers. Jackpot status verification and full historical draw archives.

API Endpoint
GEThttps://api.uslotteryapi.com/v1/states/pa/match-6/latest
Frequency: Daily at 6:59 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": "Match 6",
    "state": "PA",
    "draw_date": "2026-08-01",
    "draw_time": "18:59:00 EST",
    "winning_numbers": {
      "main_balls": [8, 14, 21, 33, 40, 48]
    },
    "prizes": {
      "top_prize": "$1,450,000"
    },
    "next_draw": {
      "date": "2026-08-02",
      "time": "18:59:00 EST"
    }
  },
  "meta": {
    "timestamp": "2026-08-01T19:05:10Z"
  }
}
cURL RequestCLI
curl -X GET "https://api.uslotteryapi.com/v1/states/pa/match-6/latest" \
  -H "X-API-Key: YOUR_API_KEY"
PythonBackend
import requests
res = requests.get('https://api.uslotteryapi.com/v1/states/pa/match-6/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 Match 6 drawings held?

Match 6 drawings are conducted daily at 6:59 PM Eastern Time.

What is the number matrix for Match 6?

Players choose 6 main numbers from 1 to 49.

How quickly are numbers available in the API?

API payloads update automatically within 5 minutes of drawing completion.

Explore State Lottery APIs