PokeAPI / api-data

Static JSON data from the API, plus a JSON Schema
BSD 3-Clause "New" or "Revised" License
137 stars 47 forks source link
hacktoberfest json-data json-schema pokeapi

PokéAPI data

CircleCI

This repository contains:

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.