All Projects → PokeAPI → api-data

PokeAPI / api-data

Licence: BSD-3-Clause license
Static JSON data from the API, plus a JSON Schema

Programming Languages

shell
77523 projects
powershell
5483 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to api-data

json-ref-resolver
[Deprecated] Recursively resolve JSON pointers and remote authorities.
Stars: ✭ 27 (-69.32%)
Mutual labels:  json-schema, json-data
Univalue
High performance RAII C++ JSON library and universal value object class
Stars: ✭ 46 (-47.73%)
Mutual labels:  json-schema, json-data
Json Node Normalizer
'json-node-normalizer' - NodeJS module that normalize json data types from json schema specifications.
Stars: ✭ 105 (+19.32%)
Mutual labels:  json-schema, json-data
phpokeapi
A PHP7.1 Wrapper for PokéAPI, with cache and lazy-loading
Stars: ✭ 30 (-65.91%)
Mutual labels:  pokeapi
json-schema
JSON schema validation
Stars: ✭ 20 (-77.27%)
Mutual labels:  json-schema
graphql-cli-load
A graphql-cli data import plugin to call mutations with data from JSON/CSV files
Stars: ✭ 63 (-28.41%)
Mutual labels:  json-data
py-jsonq
A simple Python package to Query over Json Data
Stars: ✭ 100 (+13.64%)
Mutual labels:  json-data
another-json-schema
Another JSON Schema validator, simple & flexible & intuitive.
Stars: ✭ 48 (-45.45%)
Mutual labels:  json-schema
jest-json-schema
✨ JSON schema matcher for Jest
Stars: ✭ 152 (+72.73%)
Mutual labels:  json-schema
as-typed
Ambient mapping from JSON schema to typescript
Stars: ✭ 97 (+10.23%)
Mutual labels:  json-schema
jsonfiddle
JSON Fiddling
Stars: ✭ 14 (-84.09%)
Mutual labels:  json-data
graphql-pokeapi
🔴 The Unofficial GraphQL for PokeAPI
Stars: ✭ 137 (+55.68%)
Mutual labels:  pokeapi
jackson-json-reference
JSON Reference for Java with Jackson.
Stars: ✭ 21 (-76.14%)
Mutual labels:  json-schema
restish
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
Stars: ✭ 453 (+414.77%)
Mutual labels:  json-schema
MOSP
A collaborative platform for creating, editing and sharing JSON objects.
Stars: ✭ 72 (-18.18%)
Mutual labels:  json-schema
angular-schema-form-bootstrap
Bootstrap decorator for Angular Schema Form
Stars: ✭ 50 (-43.18%)
Mutual labels:  json-schema
DataStore
Visual develop tool of creating mocked Json
Stars: ✭ 30 (-65.91%)
Mutual labels:  json-data
krates
📦 A free HTTP based JSON storage service
Stars: ✭ 36 (-59.09%)
Mutual labels:  json-data
magnet
A JSON/BSON schema generator
Stars: ✭ 16 (-81.82%)
Mutual labels:  json-schema
finspec-spec
Multi-protocol, machine-readable specifications for financial services
Stars: ✭ 18 (-79.55%)
Mutual labels:  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].