Skip to content

Pokemon API deployed using CloudRun. stack: NodeJS, Express, MongoDB

License

Notifications You must be signed in to change notification settings

aguerrero232/pokemon-info-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Api

API URL https://retro-pokemon-game-api-k6cgale4bq-uc.a.run.app/

Endpoints

  • /pokemon

    • gets all pokemon
  • /pokemon/:id

    • gets a specific pokemon by pokedex number
    • :id is the pokedex number of the pokemon you wish to receive
  • /pokemon/gen/:GenId

    • gets all pokemon in a specific generation
    • :GenId is the generation number of the pokemon generation you wish to receive

Sample Endpoints

Schema

generation: Number
pokedex_number: Number
name: String
description: String
species: String
type_1: String
type_2: String
height_m: Number
weight_kg: Number
ability_1: String
ability_2: String
ability_hidden: String
stat_total: Number
hp: Number
attack: Number
defense: Number
sp_attack: Number
sp_defense: Number
speed: Number
sound_link: String
image_link: String

About

Pokemon API deployed using CloudRun. stack: NodeJS, Express, MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published