Jamaica Lottery Results API Coverage
Public coverage for Jamaica number games, latest result rows, official-source availability, and direct integration links for customer API planning.
10
Games
10
Latest rows
0
Official rows
2
Formats
Coverage summary
Browse current public lottery coverage, then open the state-filtered result rows or copy API examples from each game page.
Number-game formats
3 ball
5
4 ball
5
Source confidence
Official-source rows
0
Cross-check or fallback rows
10
Waiting result rows
0
Result availability
With latest numbers
10
Waiting or delayed
0
Official source rows
0
Recent source mix
Source verification pending
10
Integrate Jamaica coverage
Start with the jurisdiction-filtered catalog, then use compact latest or history result endpoints. Public responses use bounded customer-facing fields.
State lottery catalog
/v1/lotteries?state=JM&limit=100List public customer-visible lottery games for this state.
Compact catalog rows with names, state, ball count, latest draw summary, and API links.Open contractLatest state results
/v1/results/latest?state=JM&short=1&limit=60Fetch the newest published rows for this state without wide visual metadata.
Compact draw rows with draw date, numbers, formatted numbers, status, and public source confidence.Open contractState history rows
/v1/results/history?state=JM&short=1&limit=60Read dated history rows for archive, reconciliation, and customer backfills.
Bounded history rows. Add date, ball_count, or game_code filters when a deeper slice is needed.Open contractJurisdiction index
/v1/states?country=JMDiscover state and province coverage before choosing exact lottery filters.
State rows with game counts, latest availability counts, and country grouping.Open contractOpenAPI contract
/openapi.jsonImport the public API contract into generated clients, Postman, or CI contract checks.
Machine-readable REST contract for customer-facing API routes.Open contractCompact state shape
Example state response for integration planning.{
"response_shape": "compact",
"filters": {
"state": "JM",
"country": "JM",
"limit": 60
},
"coverage": {
"state_code": "JM",
"state_name": "Jamaica",
"country": "Jamaica",
"lottery_count": 10,
"latest_result_rows": 10,
"official_source_rows": 0
},
"ball_counts": [
{
"label": "3 ball",
"count": 5
},
{
"label": "4 ball",
"count": 5
}
],
"source_mix": [
{
"label": "Source verification pending",
"count": 10
}
],
"games": [
{
"game_code": "jm-pick3-day",
"name": "Pick 3 Day",
"ball_count": 3,
"latest_result_available": true,
"status": "unknown",
"source": "Source verification pending"
},
{
"game_code": "jm-pick3-evening",
"name": "Pick 3 Evening",
"ball_count": 3,
"latest_result_available": true,
"status": "unknown",
"source": "Source verification pending"
},
{
"game_code": "jm-pick3-midday",
"name": "Pick 3 Midday",
"ball_count": 3,
"latest_result_available": true,
"status": "unknown",
"source": "Source verification pending"
},
{
"game_code": "jm-pick3-morning",
"name": "Pick 3 Morning",
"ball_count": 3,
"latest_result_available": true,
"status": "unknown",
"source": "Source verification pending"
},
{
"game_code": "jm-pick3-night",
"name": "Pick 3 Night",
"ball_count": 3,
"latest_result_available": true,
"status": "unknown",
"source": "Source verification pending"
}
]
}