{"id":13683757,"url":"https://github.com/smogon/pokemon-showdown","last_synced_at":"2025-12-16T14:52:03.846Z","repository":{"id":2097646,"uuid":"3038446","full_name":"smogon/pokemon-showdown","owner":"smogon","description":"Pokémon battle simulator.","archived":false,"fork":false,"pushed_at":"2025-05-05T23:04:59.000Z","size":189138,"stargazers_count":5041,"open_issues_count":203,"forks_count":2955,"subscribers_count":169,"default_branch":"master","last_synced_at":"2025-05-06T02:03:51.135Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://pokemonshowdown.com","language":"TypeScript","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/smogon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-12-23T04:52:33.000Z","updated_at":"2025-05-05T23:05:04.000Z","dependencies_parsed_at":"2023-09-21T22:11:16.296Z","dependency_job_id":"ea28a551-407e-47a0-9d83-c6ceaf1df970","html_url":"https://github.com/smogon/pokemon-showdown","commit_stats":{"total_commits":25407,"total_committers":513,"mean_commits":"49.526315789473685","dds":0.842720510095643,"last_synced_commit":"40465331948b1794fd26f8cb412e00730f91b059"},"previous_names":["zarel/pokemon-showdown"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smogon%2Fpokemon-showdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smogon%2Fpokemon-showdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smogon%2Fpokemon-showdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smogon%2Fpokemon-showdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smogon","download_url":"https://codeload.github.com/smogon/pokemon-showdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252606965,"owners_count":21775415,"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":["hacktoberfest"],"created_at":"2024-08-02T13:02:30.335Z","updated_at":"2025-12-16T14:52:03.795Z","avatar_url":"https://github.com/smogon.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"Pokémon Showdown\n========================================================================\n\nNavigation: [Website][1] | **Server repository** | [Client repository][2] | [Dex repository][3]\n\n  [1]: http://pokemonshowdown.com/\n  [2]: https://github.com/smogon/pokemon-showdown-client\n  [3]: https://github.com/Zarel/Pokemon-Showdown-Dex\n\n[![Build Status](https://github.com/smogon/pokemon-showdown/workflows/Node.js%20CI/badge.svg)](https://github.com/smogon/pokemon-showdown/actions?query=workflow%3A%22Node.js+CI%22)\n[![Dependency Status](https://img.shields.io/librariesio/github/smogon/pokemon-showdown)](https://libraries.io/github/smogon/pokemon-showdown)\n\n\nIntroduction\n------------------------------------------------------------------------\n\nPokémon Showdown is many things:\n\n- A **web site** you can use for Pokémon battling\n\n  - http://pokemonshowdown.com/\n\n- A **JavaScript library** for simulating Pokémon battles and getting Pokédex data\n\n  - [sim/README.md](./sim/README.md)\n\n- Some **command-line tools** for simulating Pokémon battles (which can be used in non-JavaScript programs)\n\n  - [COMMANDLINE.md](./COMMANDLINE.md)\n\n- A **web API** for the web site for Pokémon battling\n\n  - [pokemon-showdown-client: WEB-API.md](https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md)\n\n- A **game server** for hosting your own Pokémon Showdown community and game modes\n\n  - [server/README.md](./server/README.md)\n\nPokémon Showdown simulates singles, doubles and triples battles in all the games out so far (Generations 1 through 9).\n\n\nDocumentation quick links\n------------------------------------------------------------------------\n\n* [PROTOCOL.md][4] - How the client and server communicate with each other.\n* [sim/SIM-PROTOCOL.md][5] - The part of the protocol used for battles and battle messages.\n* [CONTRIBUTING.md][6] - Useful code standards to understand if you want to send pull requests to PS (not necessary if you're just using the code and not planning to contribute back).\n* [ARCHITECTURE.md][7] - A high-level overview of how the code works.\n* [Bot FAQ][8] - An FAQ compiled by Kaiepi regarding making Pokemon Showdown bots - mainly chatbots and battle bots.\n\n  [4]: ./PROTOCOL.md\n  [5]: ./sim/SIM-PROTOCOL.md\n  [6]: ./CONTRIBUTING.md\n  [7]: ./ARCHITECTURE.md\n  [8]: https://gist.github.com/Kaiepi/becc5d0ecd576f5e7733b57b4e3fa97e\n\n\nCommunity\n------------------------------------------------------------------------\n\nPS has a built-in chat service. Join our main server to talk to us!\n\nYou can also visit the [Pokémon Showdown forums][9] for discussion and help.\n\n  [9]: https://www.smogon.com/forums/forums/pok%C3%A9mon-showdown.209/\n\nIf you'd like to contribute to programming and don't know where to start, feel free to check out [Ideas for New Developers][10].\n\n  [10]: https://github.com/smogon/pokemon-showdown/issues/2444\n\n\nLicense\n------------------------------------------------------------------------\n\nPokémon Showdown's server is distributed under the terms of the [MIT License][11].\n\n  [11]: ./LICENSE\n\n\nCredits\n------------------------------------------------------------------------\n\nOwner\n\n- Guangcong Luo [Zarel] - Development, Design, Sysadmin\n\nStaff\n\n- Andrew Werner [HoeenHero] - Development\n- Annika L. [Annika] - Development\n- Chris Monsanto [chaos] - Development, Sysadmin\n- Kris Johnson [dhelmise] - Development\n- Leonard Craft III [DaWoblefet] - Research (game mechanics)\n- Mathieu Dias-Martins [Marty-D] - Research (game mechanics), Development\n- Mia A [Mia] - Development\n\nContributors\n\n- See http://pokemonshowdown.com/credits\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmogon%2Fpokemon-showdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmogon%2Fpokemon-showdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmogon%2Fpokemon-showdown/lists"}