https://github.com/pokeapi/cries
https://github.com/pokeapi/cries
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pokeapi/cries
- Owner: PokeAPI
- License: other
- Created: 2024-01-11T16:39:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T14:57:07.000Z (over 2 years ago)
- Last Synced: 2025-05-13T14:39:01.382Z (12 months ago)
- Size: 20.3 MB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains the cries of all Pokémon from Generation 1 to 9 in `.ogg` format.
The cries were downloaded from the [Showdown](https://play.pokemonshowdown.com/) simulator and [Veekun](https://veekun.com/dex/downloads) website.
## Installation
```bash
git clone https://github.com/PokeAPI/cries
cd cries
```
## Cries
The cries are located in the `cries` folder. Each cry is mapped to a Pokémon by its `id` in [PokéAPI](https://pokeapi.co/api/v2/pokemon/).
```
cries
├── pokemon
│ ├── latest
│ │ ├── 1.ogg
│ │ ├── 2.ogg
│ │ ├── ...
│ │ └── 10277.ogg
│ ├── legacy
│ │ ├── 1.ogg
│ │ ├── 2.ogg
│ │ ├── ...
│ │ └── 649.ogg
```
