GitPedia

Api data

Static JSON data from the API, plus a JSON Schema

From PokeAPI·Updated June 24, 2026·View on GitHub·

- [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 The project is written primarily in Shell, distributed under the BSD 3-Clause "New" or "Revised" License license, first published in 2018. Key topics include: hacktoberfest, json-data, json-schema, pokeapi.

Latest release: 2024-05-07

PokéAPI data <a href="https://pokeapi.co/api/v2/pokemon/uxie"><img src='https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/480.svg' height=50px/></a>

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:

sh
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.

Contributors

Showing top 8 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from PokeAPI/api-data via the GitHub API.Last fetched: 6/26/2026