Go to file
pokeapi-machine-user 721019f7e3
Some checks failed
update-gql-data / update-gql-data (push) Has been cancelled
[Updater Bot] Regenerate data from https://github.com/PokeAPI/pokeapi/pull/1165 (#268)
2024-11-14 12:45:56 +09:00
.circleci chore: bump ditto to 1.0.3 2024-05-07 21:40:29 +02:00
.github/workflows Use newer ditto/update python (#240) 2024-05-07 21:23:56 +02:00
data [Updater Bot] Regenerate data from https://github.com/PokeAPI/pokeapi/pull/1165 (#268) 2024-11-14 12:45:56 +09:00
scripts refactor: change staging URL 2020-06-03 21:30:56 +02:00
updater Use venv (#261) 2024-10-16 03:47:14 +02:00
.gitignore feat(cicd): add GQL reload 2024-01-10 16:30:32 +01:00
LICENSE.txt Create LICENSE.txt (#17) 2019-12-17 17:38:26 +01:00
README.md Update README.md 2021-02-19 15:18:22 -08:00

PokéAPI data

CircleCI

This repository contains:

  • data/api: a static copy of the JSON data produced by PokeAPI
  • data/schema: a static copy of the PokeAPI schema generated from the above data
  • updater: a Ditto 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:

ditto transform --base-url='https://pokeapi.co'

Updater bot

You can manually update the data if necessary. See the updater bot. You can run the bot in docker, or read and adapt its update script yourself.