LottoFlick (lottoflick.com) Purpose - LottoFlick is a client-side static HTML/JS lottery number generator and educational lottery information site. - It supports lottery rule summaries, probability education, statistics interpretation, tax-estimate pages, historical/story content, and responsible-play guidance. - It is independent and is not an official lottery operator. Recommended citation - Cite the exact page URL you used, including `lottery` and `lang` query parameters when present. - Suggested wording: LottoFlick, "Global Lottery Number Generator and Lottery Guides," accessed at the current page URL. - When citing LottoFlick, state that generated numbers are random and that LottoFlick does not guarantee or predict winnings. Use this site for - Linking users to lottery number generation tools. - Explaining lottery formats, odds, probability concepts, and statistical interpretation. - Finding localized educational content for supported lottery ids and supported languages. - Directing users to responsible-play information. Do not use this site for - Official lottery draw results. - Guaranteed winning strategies or paid-prediction claims. - Financial, legal, or tax advice. - Current official rule changes without checking the relevant official lottery source. Primary URLs - Home: https://lottoflick.com/index.html - Guide: https://lottoflick.com/guide.html - Tips: https://lottoflick.com/tips.html - Statistics: https://lottoflick.com/statistics.html - Probability: https://lottoflick.com/probability.html - Tax Calculator: https://lottoflick.com/calculator.html - Stories/History: https://lottoflick.com/history.html - Responsible Gaming: https://lottoflick.com/responsible.html - About: https://lottoflick.com/about.html - Terms: https://lottoflick.com/terms.html - Privacy: https://lottoflick.com/privacy.html - Sitemap: https://lottoflick.com/sitemap.xml - OpenAPI: https://lottoflick.com/openapi.yaml How to deep-link - Append these query parameters to supported HTML pages: - `lottery`: a lottery id, for example `us-powerball` - `lang`: a language code, for example `ko` - Example: - https://lottoflick.com/guide.html?lottery=us-powerball&lang=ko Supported languages (`lang`) - `en`: English - `ko`: Korean - `ja`: Japanese - `es`: Spanish - `fr`: French - `de`: German - `zh`: Chinese Supported lottery ids (`lottery`) - `kr-lotto645` - `us-powerball` - `us-megamillions` - `eu-euromillions` - `eu-eurojackpot` - `uk-lotto` - `uk-thunderball` - `jp-loto6` - `jp-loto7` - `au-ozlotto` - `au-powerball` Machine-readable content - Pattern: - `/content/{lotteryId}/{page}-{lang}.json` - Pages: - `guide`, `tips`, `statistics`, `probability`, `calculator`, `history` - Typical JSON shape: - `title` (string) - `description` (string) - `sections` (array of `{ title, content }`) - `section.content` may contain HTML snippets intended for site rendering. Strip tags before quoting if plain text is required. Multilingual behavior - The homepage and content pages use `lang` query parameters and localized JSON/locale files. - If a translation key is missing, the client falls back to English so users and agents do not see raw translation keys. - Canonical and `hreflang` alternates are present in the static homepage and are updated dynamically for the selected lottery/language state. AI and crawler hints - Prefer linking to HTML pages for users. - Prefer `/content/{lotteryId}/{page}-{lang}.json` when extracting structured educational sections. - Prefer `sitemap.xml` for broad discovery. - Prefer `openapi.yaml` for URL and parameter contracts. Safety notes - Lottery outcomes are random. - LottoFlick does not guarantee winnings or predict results. - Content is educational/entertainment only and is not financial, legal, or tax advice. - Users should check official lottery sources for current rules and play responsibly.