API documentation
Get Lottery Countries
Returns supported countries with compact counts for catalog navigation.
Section
17 / 27
01Introduction02Quickstart03Polling and integration04Sandbox fixtures05SDK starter06Embeddable widgets07API playground08OpenAPI spec09Postman collection10API changelog11Authentication12API key scopes13Freshness levels14Source confidence15Status monitoring16Rate limiting17Get countries18Get states19Get lotteries20Get lottery21Get schedules22Draw years23Lottery results24History export25Number frequency26Result checker27Error handling
Live API examples
Jump from the docs to real public pages that use the same read models.
Latest results browserSee the compact public result model with filters and draw dates.
Lottery catalogFind game names, states, ball counts, latest numbers, and API guides.
Maryland Pick 3 API guideOpen a concrete endpoint example using the same game shown in snippets.
Pricing and limitsCompare freshness targets, request limits, and integration features.
Customer integration centerSign in to check API keys, usage, webhook delivery, plan limits, and the next recommended action.
OpenAPI contractUse the machine-readable contract for code generation and integration tests.
Request
Use this endpoint to build country filters before requesting states or lotteries.
GET https://api.lotteryfeedapi.com/v1/countries
Response
Only customer-facing catalog fields are returned.
{
"data": [
{ "code": "US", "name": "United States", "state_count": 45, "lottery_count": 185 }
]
}Next: Get states