/api/casinosSweepstakes casino index (list)
Returns the scored index of tracked sweepstakes operators as JSON. Every record is the same merged operator object the review pages render, so the public score and facts match the site.
Open endpointParameters
limitMaximum operators to return. Defaults to 10 when omitted.stateTwo-letter state code to scope the list to operators available in that state.featuredSet to return only the featured shortlist.searchFree-text query (two or more characters) that switches the response to ranked search results.
Response fields
casinosArray of operator records (the merged factual plus editorial object).totalCount of operators in the casinos array.queryEcho of the search term. Present only on the search response.resultsRanked match metadata (id, name, score, matchedField). Present only on the search response.
Record fields
idOperator primary key, which is also the public slug.nameOperator display name.slugURL slug, equal to id.indexScoreCanonical 0 to 10 Index score under the published methodology.operatorParent operator or licensee, when held.yearEstablishedLaunch year, when held....Additional public operator facts (currencies, game types, availability) as rendered on the review page.
Example
{
"casinos": [
{
"id": "stake-us",
"name": "Stake US",
"slug": "stake-us",
"indexScore": 9.1,
"…": "additional public operator fields"
}
],
"total": 1
}Version field: This list response has no envelope timestamp. Each operator record carries its own substantive editorial dates (fact-check and last-updated) sourced from the database.
Citation: Attribute to "SweepState" and link the specific review page. Index scores are editorial research estimates under the published methodology.