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.
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
Cash 3 (GA)
Live Production API- Matrix:3 Digits (0-9)
- Draw Time:3x Daily (Midday, Evening, Night)
- Top Prize:$500 Straight Prize
Cash 4 (GA)
Live Production API- Matrix:4 Digits (0-9)
- Draw Time:3x Daily (Midday, Evening, Night)
- Top Prize:$5,000 Straight Prize
Georgia Five
Live Production API- Matrix:5 Digits (0-9)
- Draw Time:2x Daily (Midday & Evening)
- Top Prize:$10,000 Top Prize
Cash Pop (GA)
Live Production API- Matrix:1/15
- Draw Time:5x Daily Drawings
- Top Prize:Up to 250x Ticket Value
Georgia Cash 3 Request & Response Example
Example request querying Georgia Cash 3 Evening drawing using ?draw=evening.
curl -X GET "https://api.uslotteryapi.com/v1/states/ga/cash3/latest?draw=evening" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/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 Method | Endpoint Pattern | Description | Access Level |
|---|---|---|---|
| GET | /v1/states/ga/fantasy5/latest | Fetch Fantasy 5 (GA) latest winning numbers & jackpot | Free & Paid |
| GET | /v1/states/ga/cash3/latest | Fetch Cash 3 numbers (?draw=midday|evening|night) | Free & Paid |
| GET | /v1/states/ga/cash4/latest | Fetch Cash 4 numbers (?draw=midday|evening|night) | Free & Paid |
| GET | /v1/states/ga/georgia5/latest | Fetch Georgia Five 5-digit draw data | Free & Paid |
| GET | /v1/states/ga/history | Paginated draw archives for all Georgia games | Developer 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.