US Lottery API Logo
US Lottery API
LoginGet Free API Key
State Silo · Georgia (GA)REST API Active

Georgia Lottery API (US) — Cash 3 & Cash 4

High-speed REST API for Georgia Lottery draw games. Query multi-draw daily sessions for Cash 3, Cash 4, Georgia Five, and Fantasy 5 with sub-minute delivery latency.

State Jurisdiction
Georgia (GA)
GA Lottery Corporation
Supported Games
5 Game Families
High-Frequency Multi-Draw
Daily Sessions
Up to 5x Daily
Midday, Evening, Night
Update SLA
< 3 Minutes
Post-Official Draw

Supported Georgia Games

Georgia draw games available via structured JSON REST endpoints.

Fantasy 5 (GA)

Live Production API
  • Matrix:5/42 + Cash Match
  • Draw Time:Daily 11:34 PM ET
  • Top Prize:$125,000+ Starting Jackpot
View Fantasy 5 (GA) Data Docs →

Cash 3 (GA)

Live Production API
  • Matrix:3 Digits (0-9)
  • Draw Time:3x Daily (Midday, Evening, Night)
  • Top Prize:$500 Straight Prize
View Cash 3 (GA) Data Docs →

Cash 4 (GA)

Live Production API
  • Matrix:4 Digits (0-9)
  • Draw Time:3x Daily (Midday, Evening, Night)
  • Top Prize:$5,000 Straight Prize
View Cash 4 (GA) Data Docs →

Georgia Five

Live Production API
  • Matrix:5 Digits (0-9)
  • Draw Time:2x Daily (Midday & Evening)
  • Top Prize:$10,000 Top Prize
View Georgia Five Data Docs →

Cash Pop (GA)

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

Georgia Cash 3 Request & Response Example

Example request querying Georgia Cash 3 Evening drawing using ?draw=evening.

cURL Request ExampleGET /v1/states/ga/cash3/latest
curl -X GET "https://api.uslotteryapi.com/v1/states/ga/cash3/latest?draw=evening" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
200 OK JSON Responseapplication/json
{
  "status": "success",
  "data": {
    "state": "GA",
    "game": "Cash 3",
    "draw_date": "2026-08-02",
    "draw_session": "evening",
    "draw_time": "18:59:00-04:00",
    "winning_numbers": [7, 3, 9],
    "wild_ball": 4,
    "top_prize": "$500.00",
    "updated_at": "2026-08-02T19:02:15-04:00"
  }
}

Georgia REST API Endpoints

HTTP MethodEndpoint PatternDescriptionAccess Level
GET/v1/states/ga/fantasy5/latestFetch Fantasy 5 (GA) latest winning numbers & jackpotFree & Paid
GET/v1/states/ga/cash3/latestFetch Cash 3 numbers (?draw=midday|evening|night)Free & Paid
GET/v1/states/ga/cash4/latestFetch Cash 4 numbers (?draw=midday|evening|night)Free & Paid
GET/v1/states/ga/georgia5/latestFetch Georgia Five 5-digit draw dataFree & Paid
GET/v1/states/ga/historyPaginated draw archives for all Georgia gamesDeveloper Tier

Georgia Lottery API FAQs

Which Georgia lottery games are supported by the API?

Our API supports Fantasy 5 (GA), Cash 3 (3 daily drawings), Cash 4 (3 daily drawings), Georgia Five (2 daily drawings), and Cash Pop (5 daily drawings).

How do multi-draw games like Georgia Cash 3 work with session parameters?

Pass the session parameter in your request: `?draw=midday` (12:29 PM ET), `?draw=evening` (6:59 PM ET), or `?draw=night` (11:34 PM ET).

When are Georgia Fantasy 5 draw results updated?

Georgia Fantasy 5 draws daily at 11:34 PM Eastern Time. API results update within 3 minutes of drawing completion.

Does the Fantasy 5 (GA) payload include Cash Match add-on data?

Yes, Cash Match multiplier and instant win indicators are populated in the JSON payload.

Is historical draw data available for Georgia lottery games?

Yes. Query Georgia historical draw archives dating back to 2010 using pagination parameters.