Coder Social home page Coder Social logo

Pokemon GO Pokedex API

This project shows the latest Pokemon GO Pokemon Data as a JSON API. As source the GameMaster Files from PokeMiners are used.

For the current Raidbosses multiple sources are available. The current Source can be found in the bottom of the Raid Info Graphics.

Examples

Current Raidlist

German version

Current Raidlist - German

English version

Current Raidlist - German Alternative Version
Current Raidlist - German

How to use

The latest resources are available on the Github page as an JSON API with an OpenAPI Documentation.

Visit https://pokemon-go-api.github.io/pokemon-go-api/ for the public available API hosted as Github Page.

Use as local version

If you want to host the API by your own you can download this Project and run the following commands to Update the files.

composer install
composer run-script api-build
# create a PNG file from the SVG Images (See bin/convert-images.sh)
composer run-script convert-svg

Add custom templates

If you want to use your custom Raid temaplate the following steps are possible:
Solution 1

  • Create a template file
  • Append the RaidConfiguration with template filepath here: config/raid-grahpics.default.php

Solution 2

  • Create a template file
  • Create a new Configuration file with the name config/raid-graphics.{AppConfigEnvName}.php
  • Set or change the APP_CONFIG enviornment variable in your build step

Notes about the Template files

For the best Image results, the Template should set the $svgWidth and $svgHeight variables. The script will automatically add the Size into the svg Image as an comment and parse it in the convert-images.

Disclaimer

This repo is for educational use only. All available information found within this repo is the property of The Pokemon Company and Niantic. All copyright belongs to the respective companies. Please respect the original source material.

Source

This repository uses the latest Game Master files for Pokemon GO from https://github.com/PokeMiners/ Any resources linked from the API are linked directly to the assets repository from the PokeMiners https://github.com/PokeMiners/pogo_assets

pokemon-go-api's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.