Skip to content

Developing a Pokemon API by web-scrapping data from bulbapedia on 10+ different properties and stats.

Notifications You must be signed in to change notification settings

Harshitv21/Pokemon-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Pokemon API

Object structure for alphabetical order

{
    "Character":
    {
        "nDex":
        {
            "nDexID": "",
            "nDex": "",
            "name": "",
            "pageLink": ""
        }
    }
}

Object structure for numerical order

{
    "nDexID": 
    {
        "nDexID": "",
        "nDex": "",
        "name": "",
        "pageLink": ""
    }
}

JSON Format

{
    "Pokemon Image Link": "",
    "Types": {
        "Pokemon Form Name": ["Type of that form"]
    },
    "Abilities": {
        "Ability": "Pokemon Form"
    },
    "Gender Ratio": {
        "Male": "",
        "Female": "",
        "Gender Unknown": "???"
    },
    "Catch Rate": {
        "Rate": "",
        "Additional Notes": ""
    },
    "Breeding": {
        "Hatch Times": "",
        "Egg Group": "",
        "Additional Notes": ""
    },
    "Experience Yield": {
        "Exp": "Generation / Generation Range",
    },
    "Leveling": "",
    "Shape": {
        "Body Type": "",
        "Additional Notes": ""
    },
    "Color": {
        "Color": "",
        "Additional Notes": ""
    },
    "Base Friendship": "",
    "External Links": {
        "Generation Links": {
            "Generation": "Link for that generation"
        },
        "Artwork Archives": ""
    }
}

About

Developing a Pokemon API by web-scrapping data from bulbapedia on 10+ different properties and stats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published