US Lottery API Logo
US Lottery API
GET /v1/states/pa/treasure-hunt/latest · Daily Drawings

PA Treasure Hunt API Endpoint

Real-time API access for Pennsylvania Treasure Hunt winning numbers. Jackpot status verification and full historical draw archives.

API Endpoint
GEThttps://api.uslotteryapi.com/v1/states/pa/treasure-hunt/latest
Frequency: Daily at 1:35 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": "Treasure Hunt",
    "state": "PA",
    "draw_date": "2026-08-01",
    "draw_time": "13:35:00 EST",
    "winning_numbers": {
      "main_balls": [2, 11, 19, 24, 27]
    },
    "prizes": {
      "top_prize": "$45,000"
    },
    "next_draw": {
      "date": "2026-08-02",
      "time": "13:35:00 EST"
    }
  },
  "meta": {
    "timestamp": "2026-08-01T13:40:10Z"
  }
}
cURL RequestCLI
curl -X GET "https://api.uslotteryapi.com/v1/states/pa/treasure-hunt/latest" \
  -H "X-API-Key: YOUR_API_KEY"
PythonBackend
import requests
res = requests.get('https://api.uslotteryapi.com/v1/states/pa/treasure-hunt/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 Treasure Hunt drawings held?

Treasure Hunt drawings are conducted daily in the daytime, at 1:35 PM Eastern Time.

What is the number matrix for Treasure Hunt?

Players choose 5 main numbers from 1 to 30.

How quickly are numbers available in the API?

API payloads update automatically within 5 minutes of drawing completion.

Explore State Lottery APIs