US Lottery API Logo
US Lottery API
LoginGet Free API Key
State Silo · Florida (FL)REST API Active

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.

State Jurisdiction
Florida (FL)
Florida Lottery Dept
Supported Games
5 Game Families
In-State & Multi-State
Update SLA
< 3 Minutes
Post-Official Draw
Add-on Support
Double Play
Included in Payload

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
Explore Florida Lotto API →

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
View Fantasy 5 (FL) Data Docs →

Cash Pop (FL)

Live Production API
  • Matrix:1/15
  • Draw Time:Daily 5 Drawings
  • Top Prize:Up to 250x Ticket Value
View Cash Pop (FL) Data Docs →

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
View Jackpot Triple Play Data Docs →

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
View Pick 3 / Pick 4 / Pick 5 Data Docs →
Developer Reference

Florida Lotto API Payload Example

Example request and JSON response featuring main winning numbers and Double Play add-on data.

cURL Request ExampleGET /v1/states/fl/lotto/latest
curl -X GET "https://api.uslotteryapi.com/v1/states/fl/lotto/latest" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
200 OK JSON Responseapplication/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 MethodEndpoint PatternDescriptionAccess Level
GET/v1/states/fl/lotto/latestFetch latest Florida Lotto numbers & Double PlayFree & Paid
GET/v1/states/fl/fantasy5/latestFetch Fantasy 5 numbers (?draw=midday|evening)Free & Paid
GET/v1/states/fl/cashpop/latestFetch 5x daily Cash Pop winning numbersFree & Paid
GET/v1/states/fl/tripleplay/latestFetch Jackpot Triple Play winning numbersFree & Paid
GET/v1/states/fl/historyHistorical draw search for all Florida gamesDeveloper 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.