US Lottery API Logo
US Lottery API
LoginGet Free API Key
State Silo · New York (NY)REST API Online

New York Lottery API (US) — Real-Time Results & History

Developer-first REST API delivering instant winning numbers, prize breakdowns, draw schedules, and historical data for New York State lottery games including NY Lotto, Take 5, Win 4, Numbers, and Pick 10.

State Jurisdiction
New York (NY)
NY Gaming Commission
Supported Games
6 Major Games
In-State & Multi-State
Update SLA
< 5 Minutes
Post-Official Draw
Archive Depth
2010 – Present
15+ Years Historical

Supported New York Games

Select a game to view detailed endpoint documentation and response schemas.

NY Lotto

Live Production API
  • Matrix:6/59 + Bonus
  • Draw Time:Wed & Sat 8:15 PM ET
  • Top Prize:$2,000,000+ Minimum
Explore NY Lotto API →

Take 5

Live Production API
  • Matrix:5/39
  • Draw Time:Daily 2:30 PM & 10:30 PM ET
  • Top Prize:Pari-mutuel Cash Top Prize
Explore Take 5 API →

Win 4

Live Production API
  • Matrix:4 Digits (0-9)
  • Draw Time:Daily 2:30 PM & 10:30 PM ET
  • Top Prize:$5,000 Straight Prize
View Win 4 Data Docs →

Numbers

Live Production API
  • Matrix:3 Digits (0-9)
  • Draw Time:Daily 2:30 PM & 10:30 PM ET
  • Top Prize:$500 Straight Prize
View Numbers Data Docs →

Pick 10

Live Production API
  • Matrix:10/80 from 20 Drawn
  • Draw Time:Daily 8:30 PM ET
  • Top Prize:$500,000 Fixed Top Prize
View Pick 10 Data Docs →

Cash4Life

Multi-State Silo
  • Matrix:5/60 + 1/4 Cash Ball
  • Draw Time:Daily 9:00 PM ET
  • Top Prize:$1,000 / Day for Life
Explore Cash4Life API →
Developer Reference

New York API Request & JSON Payload

Standard JSON REST payload for New York State drawings with structured payout fields and drawing timestamps.

cURL Request ExampleGET /v1/states/ny/lotto/latest
curl -X GET "https://api.uslotteryapi.com/v1/states/ny/lotto/latest" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
200 OK JSON Responseapplication/json
{
  "status": "success",
  "data": {
    "state": "NY",
    "game": "NY Lotto",
    "draw_date": "2026-08-01",
    "winning_numbers": [12, 19, 27, 34, 42, 51],
    "bonus_ball": 8,
    "jackpot": "$6,800,000",
    "cash_option": "$3,400,000",
    "next_draw_date": "2026-08-05",
    "next_jackpot": "$7,300,000",
    "updated_at": "2026-08-01T20:22:15-04:00"
  }
}

New York REST API Endpoints

HTTP MethodEndpoint PatternDescriptionAccess Level
GET/v1/states/ny/lotto/latestFetch latest NY Lotto winning numbers & jackpotFree & Paid
GET/v1/states/ny/take5/latestFetch latest Take 5 numbers (supports ?draw=midday|evening)Free & Paid
GET/v1/states/ny/win4/latestFetch latest Win 4 numbers for Midday & EveningFree & Paid
GET/v1/states/ny/numbers/latestFetch latest Numbers 3-digit draw dataFree & Paid
GET/v1/states/ny/pick10/latestFetch daily Pick 10 winning sequenceFree & Paid
GET/v1/states/ny/historyPaginated draw history for all NY games (?game=lotto&page=1)Developer Tier

Integrating New York Lottery Data into Your SaaS or Mobile App

The New York State Gaming Commission operates some of the most popular state-level draw games in the United States. Integrating NY lottery results into digital apps, web portals, or analytics engines traditionally required scraping fragmented government websites or parsing unstructured PDF reports.

Our New York Lottery API resolves this by providing a unified JSON endpoint architecture. Drawing data is validated against dual independent data feeds within 5 minutes of drawing completion.

Key Features of the NY API Feed:

  • Automated Draw Ingestion: Continuous automated ingestion for twice-daily games like Take 5, Win 4, and Numbers.
  • Bonus Ball Isolation: NY Lotto bonus numbers are distinctly partitioned in the JSON object for clear UI rendering.
  • Historical Depth: Complete drawing archives covering over 15 years for trend analysis and historical lookup.
  • Pari-Mutuel Payout Support: Includes exact tier-by-tier winner counts and payout amounts once official verification completes.

Frequently Asked Questions

Which New York lottery games are supported by the API?

Our API supports all major NY State games: NY Lotto, Take 5 (Midday & Evening), Win 4 (Midday & Evening), Numbers (Midday & Evening), Pick 10, and multi-state games drawn in NY like Cash4Life.

How fast are New York draw results indexed after a drawing?

Draw results are indexed and made available via the API within 3 to 10 minutes of official publication by the New York Gaming Commission.

Is there support for Take 5 Midday and Evening separate drawings?

Yes. You can filter Take 5 results by session parameter (`draw=midday` or `draw=evening`), or retrieve the absolute latest result directly.

Can I query historical New York Lottery draw numbers?

Yes. Our historical endpoints cover full draw archives from 2010 to present with pagination and date range filtering.

Is there a free tier for developers integrating NY lottery data?

Yes! The Free Tier includes 500 requests per month with full access to New York lottery endpoints and JSON payloads.