{"openapi":"3.2.0","info":{"title":"EuroMillions API","description":"A rich API to get EuroMillions results. With this API you can consult the last result, submit the numbers of one or more bets and check how many numbers you hit. As it has a track record since 2004, you can even get statistics on the numbers that have been drawn the most, check if your lucky numbers have ever come out in previous draws or consult the results of a specific draw. For the most recent draws, you can find out how many bets matched the numbers and how much money each one received. Possibly the most complete API available today to get EuroMillions results for all European countries participating in this lottery.","version":"1.0.0"},"servers":[{"url":"https://cleverthings.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/results/bet":{"post":{"operationId":"post_results_bet","summary":"Check a single bet","description":"Submit the numbers of a bet and see how many numbers you hit according to the most recent result available"}},"/results/birthday/draws":{"get":{"operationId":"get_results_birthday_draws","summary":"Get Birthday draws","description":"Get all draws result occurred at a given birthday date (mm-dd) and check it out what's your lucky number and related statistics."}},"/results/history/allresults":{"get":{"operationId":"get_results_history_allresults","summary":"Get All draws results","description":"Get the results of all draws in history of EuroMillions since 2004"}},"/results/history/bet":{"post":{"operationId":"post_results_history_bet","summary":"Get History bet","description":"Submit a bet and see through the previous draws if the numbers for this bet were drawn"}},"/results/lastresult":{"get":{"operationId":"get_results_lastresult","summary":"Get the Last result","description":"Get the latest draw results available"}},"/results/stat/all":{"get":{"operationId":"get_results_stat_all","summary":"Get all stats","description":"Provide statistics about the frequency of each number in all draws in EuroMillions history in database. Here you can get the most frequent number or star in the draws."}},"/results/summary/bet":{"post":{"operationId":"post_results_summary_bet","summary":"My best match","description":"Find when a given bet had a best match result in the past draws since 2004. This is a summary of /results/history/bet endpoint, indicating only the best performance your bet had, when occurred, how many numbers, stars and more."}},"/results/v2/milhao/history/alldraws":{"get":{"operationId":"get_results_v2_milhao_history_alldraws","summary":"Get All M1lhao draws dates","description":"Get all M1lhao draws dates (M1lhão (‘The Million’) is a supplementary game offered to Portuguese EuroMillions players which offers the chance to win a prize of €1 million on Friday evenings.)"}},"/results/v2/milhao/history/allresults":{"get":{"operationId":"get_results_v2_milhao_history_allresults","summary":"Get All M1lhao results","description":"Get the whole history of M1lhao result draws"}},"/results/v2/milhao/history/bydate":{"get":{"operationId":"get_results_v2_milhao_history_bydate","summary":"Get M1lhao by date","description":"Get a specific M1lhao drawn result by date (M1lhão (‘The Million’) is a supplementary game offered to Portuguese EuroMillions players which offers the chance to win a prize of €1 million on Friday evenings.)"}},"/results/v2/milhao/lastresult":{"get":{"operationId":"get_results_v2_milhao_lastresult","summary":"Get M1lhao","description":"Get last drawn result of M1lhao (M1lhão (‘The Million’) is a supplementary game offered to Portuguese EuroMillions players which offers the chance to win a prize of €1 million on Friday evenings.)"}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}