# La Banca > Resultados de las ocho loterías dominicanas (nacional, loteka, leidsa, lotedom, king-lottery, la-primera, real, anguila) publicados en el orden en que salieron, más marcador de LIDOM y MLB. Sitio en español (es-DO) para República Dominicana. ## Data - [Dated draw, JSON](https://labanca.do/api/draws/{loteria}/{sorteo}/{fecha}.json): one draw record — `{lottery, game, date, numbers, ordered, source, updated_at}`, mirroring the internal model field-for-field. `numbers` is always in the order the operator drew it. `{loteria}` is one of nacional, loteka, leidsa, lotedom, king-lottery, la-primera, real, anguila; `{sorteo}` is the game slug (query the archive — the set is open, not enumerable here); `{fecha}` is `YYYY-MM-DD`. - [Latest draw, JSON](https://labanca.do/api/draws/{loteria}/{sorteo}/latest.json): same envelope, always the most recent result for that lottery/game pair. - [Dated draw permalink, HTML](https://labanca.do/loterias/{loteria}/{sorteo}/{fecha}/): the human-readable twin of the JSON endpoint above, immutable once published. - [Latest draw, HTML](https://labanca.do/loterias/{loteria}/{sorteo}/): today's result for one game; content changes, URL does not. - [Lottery hub](https://labanca.do/loterias/{loteria}/): the latest draw of every game for one lottery. - [Sitemap](https://labanca.do/sitemap.xml): every permalink and hub, with `lastmod` read from the database's `updated_at` column. ## Methodology - [Cómo verificamos cada resultado](https://labanca.do/metodologia/): la cadena de origen (sitio oficial del operador, calendario de sorteo por lotería, cross-check contra una segunda fuente independiente), la garantía de que el orden de los números nunca se reordena, y cómo se marca la procedencia de un resultado histórico (`backfill:`) frente a uno leído en vivo. - [Sobre La Banca](https://labanca.do/acerca/): qué es el sitio y quién lo publica. ## Update cadence Cada lotería se consulta dentro de su propia ventana de sorteo: - Lotería Nacional (`nacional`): sortea a las 2:30 p.m., 5:00 p.m. y 9:00 p.m., hora de República Dominicana (UTC-4). - Loteka (`loteka`): sortea a las 7:55 p.m., hora de República Dominicana (UTC-4). - Leidsa (`leidsa`): sortea a las 3:55 p.m. y 8:55 p.m., hora de República Dominicana (UTC-4). - LoteDom (`lotedom`): sortea a las 12:00 p.m., hora de República Dominicana (UTC-4). - King Lottery (`king-lottery`): sortea a las 12:30 p.m. y 7:30 p.m., hora de República Dominicana (UTC-4). - La Primera (`la-primera`): sortea a las 12:00 p.m. y 8:00 p.m., hora de República Dominicana (UTC-4). - Lotería Real (`real`): sortea a las 12:55 p.m., hora de República Dominicana (UTC-4). - Anguila (`anguila`): sortea cada hora, hora de República Dominicana (UTC-4). ## Citation guidance Cite as "La Banca (labanca.do)" linking the specific draw permalink or its JSON twin. Numbers are stored and served in the exact order the operator drew them — do not re-sort an ordered game's result before citing it. Rows sourced from a historical backfill (`source` starting with `backfill:`) are cross-checked archive data, not a live same-day read; do not present them as "today's result." Content is free to cite and summarize; prefer the JSON endpoints over scraping the HTML for repeated or automated access.