Florida Lottery API (US) — FL Lotto & Fantasy 5
Complete REST API solution for the Florida Lottery. Get instant winning numbers, Double Play add-on results, jackpot rollover amounts, and multi-draw daily game feeds.
Supported Florida Games
Explore Florida games and select a dedicated game page for detailed schemas.
Florida Lotto
Live Production API- Matrix:6/53 + Double Play
- Draw Time:Wed & Sat 11:15 PM ET
- Top Prize:$1,000,000+ Minimum Jackpot
Fantasy 5 (FL)
Live Production API- Matrix:5/36
- Draw Time:Daily 1:05 PM & 11:15 PM ET
- Top Prize:Pari-mutuel Cash Top Prize
Cash Pop (FL)
Live Production API- Matrix:1/15
- Draw Time:Daily 5 Drawings
- Top Prize:Up to 250x Ticket Value
Jackpot Triple Play
Live Production API- Matrix:6/46 (3 Sets)
- Draw Time:Tue & Fri 11:15 PM ET
- Top Prize:$250,000 Starting Jackpot
Pick 3 / Pick 4 / Pick 5
Live Production API- Matrix:3-5 Digits (0-9)
- Draw Time:Daily 1:30 PM & 9:45 PM ET
- Top Prize:Up to $50,000 Straight
Florida Lotto API Payload Example
Example request and JSON response featuring main winning numbers and Double Play add-on data.
curl -X GET "https://api.uslotteryapi.com/v1/states/fl/lotto/latest" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"status": "success",
"data": {
"state": "FL",
"game": "Florida Lotto",
"draw_date": "2026-08-01",
"winning_numbers": [3, 17, 25, 38, 44, 50],
"jackpot": "$9,500,000",
"cash_option": "$4,750,000",
"double_play": {
"winning_numbers": [9, 14, 21, 33, 41, 49],
"top_prize": "$250,000"
},
"next_draw_date": "2026-08-05",
"next_jackpot": "$10,250,000"
}
}Florida REST API Endpoints
| HTTP Method | Endpoint Pattern | Description | Access Level |
|---|---|---|---|
| GET | /v1/states/fl/lotto/latest | Fetch latest Florida Lotto numbers & Double Play | Free & Paid |
| GET | /v1/states/fl/fantasy5/latest | Fetch Fantasy 5 numbers (?draw=midday|evening) | Free & Paid |
| GET | /v1/states/fl/cashpop/latest | Fetch 5x daily Cash Pop winning numbers | Free & Paid |
| GET | /v1/states/fl/tripleplay/latest | Fetch Jackpot Triple Play winning numbers | Free & Paid |
| GET | /v1/states/fl/history | Historical draw search for all Florida games | Developer Tier |
Florida Lottery API FAQs
Which Florida lottery games are available via the API?↓
The API supports Florida Lotto (with Double Play numbers), Fantasy 5 (Midday & Evening), Cash Pop (5 daily draws), Jackpot Triple Play, and Pick 2 through Pick 5.
Does the Florida Lotto API include Double Play draw results?↓
Yes. The Florida Lotto response payload includes a dedicated `double_play` object with Double Play winning numbers and top prize payout statuses.
How frequently are Florida Cash Pop draws updated?↓
Florida Cash Pop conducts 5 drawings daily (Morning, Matinee, Afternoon, Evening, Late Night). Results are indexed within 3 minutes of each official drawing.
Can I query historical draw data for Florida games?↓
Yes. Historical endpoints allow pagination through Florida draw archives dating back to 2010.
Is there a free tier for testing the Florida Lottery API?↓
Yes. Developers get 500 free requests per month to build and test applications using Florida lottery endpoints.