An open API service indexing awesome lists of open source software.

https://github.com/pokeapi/cries


https://github.com/pokeapi/cries

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# PokéAPI Cries

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
```