https://github.com/pokeapi/api-data
Static JSON data from the API, plus a JSON Schema
https://github.com/pokeapi/api-data
hacktoberfest json-data json-schema pokeapi
Last synced: 3 months ago
JSON representation
Static JSON data from the API, plus a JSON Schema
- Host: GitHub
- URL: https://github.com/pokeapi/api-data
- Owner: PokeAPI
- License: bsd-3-clause
- Created: 2018-09-15T07:28:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T00:33:10.000Z (3 months ago)
- Last Synced: 2025-03-28T22:09:48.077Z (3 months ago)
- Topics: hacktoberfest, json-data, json-schema, pokeapi
- Language: Shell
- Size: 185 MB
- Stars: 149
- Watchers: 8
- Forks: 46
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://circleci.com/gh/PokeAPI/api-data)
This repository contains:
- [data/api](data/api): a static copy of the JSON data produced by [PokeAPI](https://github.com/PokeAPI/pokeapi)
- [data/schema](data/schema): a static copy of the PokeAPI schema generated from the above data
- [updater](updater): a [Ditto][1] based bot that runs in docker and updates the data stored in this repo## Usage
If you'd like to use the JSON for your own purposes, you can apply your own base URL using [Ditto][1]:
```sh
ditto transform --base-url='https://pokeapi.co'
```## Updater bot
You can manually update the data if necessary. See [the updater bot](updater).
You can run the bot in docker, or read and adapt its update script yourself.[1]: https://github.com/pokeapi/ditto