{"id":22246160,"url":"https://github.com/dawnbrandbots/yaml-yugi","last_synced_at":"2025-07-28T02:33:34.359Z","repository":{"id":54468835,"uuid":"507706215","full_name":"DawnbrandBots/yaml-yugi","owner":"DawnbrandBots","description":"A machine-readable, human-editable database of the Yu-Gi-Oh! Trading Card Game, Official Card Game, Master Duel, Rush Duel, Speed Duel.","archived":false,"fork":false,"pushed_at":"2024-04-13T22:14:33.000Z","size":5605635,"stargazers_count":10,"open_issues_count":16,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T00:59:19.279Z","etag":null,"topics":["etl","master-duel","masterduel","rush-duel","yaml","yaml-yugi","yu-gi-oh","yugioh"],"latest_commit_sha":null,"homepage":"https://dawnbrandbots.github.io/yaml-yugi/cards.json","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DawnbrandBots.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":null,"patreon":"alphakretinbots","open_collective":null,"ko_fi":"dawnbrandbots","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-06-26T23:21:45.000Z","updated_at":"2024-04-15T05:52:51.720Z","dependencies_parsed_at":"2024-04-15T06:06:07.360Z","dependency_job_id":null,"html_url":"https://github.com/DawnbrandBots/yaml-yugi","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DawnbrandBots%2Fyaml-yugi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DawnbrandBots%2Fyaml-yugi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DawnbrandBots%2Fyaml-yugi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DawnbrandBots%2Fyaml-yugi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DawnbrandBots","download_url":"https://codeload.github.com/DawnbrandBots/yaml-yugi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227859479,"owners_count":17830596,"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":["etl","master-duel","masterduel","rush-duel","yaml","yaml-yugi","yu-gi-oh","yugioh"],"created_at":"2024-12-03T05:26:18.265Z","updated_at":"2024-12-03T05:26:18.788Z","avatar_url":"https://github.com/DawnbrandBots.png","language":"Python","funding_links":["https://patreon.com/alphakretinbots","https://ko-fi.com/dawnbrandbots"],"categories":[],"sub_categories":[],"readme":"# YAML Yugi\n\nThis project aims to create a comprehensive, machine-readable, human-editable database of the _Yu-Gi-Oh! Trading Card\nGame_ (TCG), _Official Card Game_ (OCG), _Master Duel_ video game, _Rush Duel_, and _Speed Duel_.\n\nYAML Yugi is the primary data source for the new version of Discord bot [Bastion](https://github.com/DawnbrandBots/bastion-bot).\n\nMost card text is \u0026copy; Studio Dice/SHUEISHA, TV TOKYO, KONAMI. They can be found under [`/data`](/data) and aggregations\nare published to GitHub Pages.\n\nThe remaining files — the actual source code of this stage of the pipeline — are available under the\nGNU Affero General Public License 3.0 or later. See [COPYING](./COPYING) for more details.\n\n![Rush Duel cards](https://img.shields.io/badge/dynamic/json?style=flat-square\u0026label=Rush%20Duel%20cards\u0026query=length\u0026url=https%3A%2F%2Fdawnbrandbots.github.io%2Fyaml-yugi%2Frush.json)\n![Speed Duel Skill cards](https://img.shields.io/badge/dynamic/json?style=flat-square\u0026label=Speed%20Duel%20Skill%20cards\u0026query=length\u0026url=https%3A%2F%2Fdawnbrandbots.github.io%2Fyaml-yugi%2Fskill.json)\n\n[![Merge all data sources](https://github.com/DawnbrandBots/yaml-yugi/actions/workflows/merge.yaml/badge.svg)](https://github.com/DawnbrandBots/yaml-yugi/actions/workflows/merge.yaml)\n[![Validate data](https://github.com/DawnbrandBots/yaml-yugi/actions/workflows/validate-data.yaml/badge.svg)](https://github.com/DawnbrandBots/yaml-yugi/actions/workflows/validate-data.yaml)\n[![Validate assignments.yaml](https://github.com/DawnbrandBots/yaml-yugi/actions/workflows/validate-assignments.yaml/badge.svg)](https://github.com/DawnbrandBots/yaml-yugi/actions/workflows/validate-assignments.yaml)\n\nThe aggregate branch is very large and the history is not very relevant. It could be moved elsewhere in the future if\nthis is a problem. For now, it is recommended to clone this repository with the `--single-branch` flag to work on it.\nIf you need to fetch other branches from the remote automatically afterward, you can edit the corresponding section of\nyour `.git/config` file to look like this:\n\n```\n[remote \"origin\"]\n        url = git@github.com:DawnbrandBots/yaml-yugi.git\n        fetch = +refs/heads/*:refs/remotes/origin/*\n        fetch = ^refs/heads/aggregate\n```\n\n## Sample links\n\n[Forbidden \u0026 Limited Lists (Limit Regulations)](https://github.com/DawnbrandBots/yaml-yugi-limit-regulation)\n\n### Individual cards, JSON and YAML variants both available\n\n#### OCG/TCG card by password\n- Canonical download: https://github.com/DawnbrandBots/yaml-yugi/raw/master/data/cards/00010000.json\n- CDN with correct MIME type and CORS: https://cdn.jsdelivr.net/gh/DawnbrandBots/yaml-yugi/data/cards/00010000.json\n- Alternative CDN: https://cdn.statically.io/gh/DawnbrandBots/yaml-yugi/master/data/cards/00010000.json\n\n#### OCG/TCG card without password by Konami ID\n- Canonical download: https://github.com/DawnbrandBots/yaml-yugi/raw/master/data/cards/kdb5000.json\n- CDN with correct MIME type and CORS: https://cdn.jsdelivr.net/gh/DawnbrandBots/yaml-yugi/data/cards/kdb5000.json\n- Alternative CDN: https://cdn.statically.io/gh/DawnbrandBots/yaml-yugi/master/data/cards/kdb5000.json\n\n#### Prerelease OCG/TCG card\nSame as above, but with yugipedia\u0026lt;PAGE_ID\u0026gt; file names.\n\n#### Rush Duel card by Konami ID\n- Canonical download: https://github.com/DawnbrandBots/yaml-yugi/raw/master/data/rush/15150.json\n- CDN with correct MIME type and CORS: https://cdn.jsdelivr.net/gh/DawnbrandBots/yaml-yugi/data/rush/15150.json\n- Alternative CDN: https://cdn.statically.io/gh/DawnbrandBots/yaml-yugi/master/data/rush/15150.json\n\n#### TCG Speed Duel Skill Card\n- Canonical download: https://github.com/DawnbrandBots/yaml-yugi/raw/master/data/tcg-speed-skill/yugipedia585581.json\n- CDN with correct MIME type and CORS: https://cdn.jsdelivr.net/gh/DawnbrandBots/yaml-yugi/data/tcg-speed-skill/yugipedia585581.json\n- Alternative CDN: https://cdn.statically.io/gh/DawnbrandBots/yaml-yugi/master/data/tcg-speed-skill/yugipedia585581.json\n\n### Aggregations\n\n#### Series and archetypes, JSON and YAML both available\n- As list, Canonical download: https://github.com/DawnbrandBots/yaml-yugi/raw/master/data/series/list.json\n- As list, CDN with correct MIME type and CORS: https://cdn.jsdelivr.net/gh/DawnbrandBots/yaml-yugi/data/series/list.json\n- As list, alternative CDN: https://cdn.statically.io/gh/DawnbrandBots/yaml-yugi/master/data/series/list.json\n- As mapping from English name, Canonical download: https://github.com/DawnbrandBots/yaml-yugi/raw/master/data/series/map.json\n- As mapping from English name, CDN with correct MIME type and CORS: https://cdn.jsdelivr.net/gh/DawnbrandBots/yaml-yugi/data/series/map.json\n- As mapping from English name, alternative CDN: https://cdn.statically.io/gh/DawnbrandBots/yaml-yugi/master/data/series/map.json\n\n#### All OCG/TCG cards, including prereleases\n- https://dawnbrandbots.github.io/yaml-yugi/cards.json\n- https://dawnbrandbots.github.io/yaml-yugi/cards.yaml\n\n#### All Rush Duel cards\n- https://dawnbrandbots.github.io/yaml-yugi/rush.json\n- https://dawnbrandbots.github.io/yaml-yugi/rush.yaml\n\n#### All Master Duel cards\n- https://dawnbrandbots.github.io/yaml-yugi/master-duel-raw.json\n\n#### All TCG Speed Duel Skill Cards\n- https://dawnbrandbots.github.io/yaml-yugi/skill.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawnbrandbots%2Fyaml-yugi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawnbrandbots%2Fyaml-yugi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawnbrandbots%2Fyaml-yugi/lists"}