• Stars
    star
    137
  • Rank 265,486 (Top 6 %)
  • Language
    Shell
  • License
    BSD 3-Clause "New...
  • Created about 6 years ago
  • Updated 11 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Static JSON data from the API, plus a JSON Schema

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.