{"id":21543790,"url":"https://github.com/seekaddo/euro-million-data","last_synced_at":"2025-07-16T12:31:10.536Z","repository":{"id":192269061,"uuid":"140205424","full_name":"seekaddo/euro-million-data","owner":"seekaddo","description":"Extracting all the euro million data from 2004 to 2018","archived":false,"fork":false,"pushed_at":"2018-07-22T23:42:21.000Z","size":17422,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-09-03T21:47:17.872Z","etag":null,"topics":["euro-million","java-8","lottery","machine-learning"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seekaddo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-08T21:56:22.000Z","updated_at":"2023-09-03T21:47:59.985Z","dependencies_parsed_at":"2023-09-03T21:59:59.629Z","dependency_job_id":null,"html_url":"https://github.com/seekaddo/euro-million-data","commit_stats":null,"previous_names":["seekaddo/euro-million-data"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekaddo%2Feuro-million-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekaddo%2Feuro-million-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekaddo%2Feuro-million-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekaddo%2Feuro-million-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seekaddo","download_url":"https://codeload.github.com/seekaddo/euro-million-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226126335,"owners_count":17577497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["euro-million","java-8","lottery","machine-learning"],"created_at":"2024-11-24T05:15:43.254Z","updated_at":"2024-11-24T05:15:43.828Z","avatar_url":"https://github.com/seekaddo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# euro-million-data (Unofficial REST API for EuroMillion Data)\nExtracting all the euro million data from 2004 to date for machine learning algorithm\n\nBuild and tested on the following CI platforms.\n\n| OSX | Linux | Windows |\n| --- | ----- | ------- |\n| [![build](https://img.shields.io/travis/seekaddo/euro-million-data.svg)](https://travis-ci.org/seekaddo/euro-million-data) | [![CircleCI](https://circleci.com/gh/seekaddo/euro-million-data.svg?style=svg)](https://circleci.com/gh/seekaddo/euro-million-data) | [![Windows Build status](https://ci.appveyor.com/api/projects/status/b8tmv0ofpqjv4bld/branch/master?svg=true)](https://ci.appveyor.com/project/seekaddo/euro-million-data/branch/master) |\n\nJust for fun.\n\nREST API Server will be hosted on Heroku with DynamoDB support.\nFor more infomation about the DynamoDB Java API, checkout the JavaDoc [here](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/overview-summary.html)\n\nNothing here at the moment to test. Still under development.\nExtracting raw data from https://www.euro-millions.com/results-archive-2018\n\n\nREST-API not fully complete at the moment. Project still on going.\n\nSample Rest-api Data can be found here \n[https://euro-mil-restapi.seekaddo.me/api_v1.0/euro-million](https://euro-mil-restapi.seekaddo.me/api_v1.0/euro-million).\n\nwhich contains the data from 31-12-2004 to 2010.\n\n### Rest-API Data\n\n#### sample from 31-12-2004\nHave a look here [31-12-2004](https://www.euro-millions.com/results/31-12-2004)\n```bash\nDrawNr: Is the Draw number\nDate: lol\ndata: contains balls drawn that is the 5 balls with 2 lucky stars\n\n```\n\n\n```json\n{\n  \"drawNr\": 47,\n  \"date\": \"31-12-2004\",\n  \"data\": [\n    {\n      \"balls_drawn\": [\n        \"7\",\n        \"8\",\n        \"24\",\n        \"25\",\n        \"47\"\n      ],\n      \"lucky_stars\": [\n        \"8\",\n        \"9\"\n      ]\n    }\n  ]\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekaddo%2Feuro-million-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseekaddo%2Feuro-million-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekaddo%2Feuro-million-data/lists"}