Returns data about Pokémon species. Uses data from PokéAPI.

GET /api/pkmndata/species/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1025,
    "next": "http://fe.drgn.gay/api/pkmndata/species/?format=api&limit=100&offset=100",
    "previous": null,
    "results": [
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/bulbasaur/?format=api",
            "id": 1,
            "slug": "bulbasaur",
            "name": "Bulbasaur",
            "genus": "Seed Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/bulbasaur.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ivysaur/?format=api",
            "id": 2,
            "slug": "ivysaur",
            "name": "Ivysaur",
            "genus": "Seed Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/bulbasaur/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ivysaur.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/venusaur/?format=api",
            "id": 3,
            "slug": "venusaur",
            "name": "Venusaur",
            "genus": "Seed Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/ivysaur/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/venusaur.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/charmander/?format=api",
            "id": 4,
            "slug": "charmander",
            "name": "Charmander",
            "genus": "Lizard Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/charmander.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/charmeleon/?format=api",
            "id": 5,
            "slug": "charmeleon",
            "name": "Charmeleon",
            "genus": "Flame Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/charmander/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/charmeleon.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/charizard/?format=api",
            "id": 6,
            "slug": "charizard",
            "name": "Charizard",
            "genus": "Flame Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/charmeleon/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/charizard.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/squirtle/?format=api",
            "id": 7,
            "slug": "squirtle",
            "name": "Squirtle",
            "genus": "Tiny Turtle Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/squirtle.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/wartortle/?format=api",
            "id": 8,
            "slug": "wartortle",
            "name": "Wartortle",
            "genus": "Turtle Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/squirtle/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/wartortle.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/blastoise/?format=api",
            "id": 9,
            "slug": "blastoise",
            "name": "Blastoise",
            "genus": "Shellfish Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/wartortle/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/blastoise.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/caterpie/?format=api",
            "id": 10,
            "slug": "caterpie",
            "name": "Caterpie",
            "genus": "Worm Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/caterpie.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/metapod/?format=api",
            "id": 11,
            "slug": "metapod",
            "name": "Metapod",
            "genus": "Cocoon Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/caterpie/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/metapod.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/butterfree/?format=api",
            "id": 12,
            "slug": "butterfree",
            "name": "Butterfree",
            "genus": "Butterfly Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/metapod/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/butterfree.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/weedle/?format=api",
            "id": 13,
            "slug": "weedle",
            "name": "Weedle",
            "genus": "Hairy Bug Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/weedle.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/kakuna/?format=api",
            "id": 14,
            "slug": "kakuna",
            "name": "Kakuna",
            "genus": "Cocoon Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/weedle/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/kakuna.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/beedrill/?format=api",
            "id": 15,
            "slug": "beedrill",
            "name": "Beedrill",
            "genus": "Poison Bee Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/kakuna/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/beedrill.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/pidgey/?format=api",
            "id": 16,
            "slug": "pidgey",
            "name": "Pidgey",
            "genus": "Tiny Bird Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/pidgey.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/pidgeotto/?format=api",
            "id": 17,
            "slug": "pidgeotto",
            "name": "Pidgeotto",
            "genus": "Bird Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/pidgey/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/pidgeotto.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/pidgeot/?format=api",
            "id": 18,
            "slug": "pidgeot",
            "name": "Pidgeot",
            "genus": "Bird Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/pidgeotto/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/pidgeot.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/rattata/?format=api",
            "id": 19,
            "slug": "rattata",
            "name": "Rattata",
            "genus": "Mouse Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/rattata.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/raticate/?format=api",
            "id": 20,
            "slug": "raticate",
            "name": "Raticate",
            "genus": "Mouse Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/rattata/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/raticate.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/spearow/?format=api",
            "id": 21,
            "slug": "spearow",
            "name": "Spearow",
            "genus": "Tiny Bird Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/spearow.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/fearow/?format=api",
            "id": 22,
            "slug": "fearow",
            "name": "Fearow",
            "genus": "Beak Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/spearow/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/fearow.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ekans/?format=api",
            "id": 23,
            "slug": "ekans",
            "name": "Ekans",
            "genus": "Snake Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ekans.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/arbok/?format=api",
            "id": 24,
            "slug": "arbok",
            "name": "Arbok",
            "genus": "Cobra Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/ekans/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/arbok.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/pikachu/?format=api",
            "id": 25,
            "slug": "pikachu",
            "name": "Pikachu",
            "genus": "Mouse Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/pichu/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/pikachu.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/raichu/?format=api",
            "id": 26,
            "slug": "raichu",
            "name": "Raichu",
            "genus": "Mouse Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/pikachu/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/raichu.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/sandshrew/?format=api",
            "id": 27,
            "slug": "sandshrew",
            "name": "Sandshrew",
            "genus": "Mouse Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/sandshrew.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/sandslash/?format=api",
            "id": 28,
            "slug": "sandslash",
            "name": "Sandslash",
            "genus": "Mouse Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/sandshrew/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/sandslash.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nidoran-f/?format=api",
            "id": 29,
            "slug": "nidoran-f",
            "name": "Nidoran♀",
            "genus": "Poison Pin Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nidoran-f.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nidorina/?format=api",
            "id": 30,
            "slug": "nidorina",
            "name": "Nidorina",
            "genus": "Poison Pin Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/nidoran-f/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nidorina.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nidoqueen/?format=api",
            "id": 31,
            "slug": "nidoqueen",
            "name": "Nidoqueen",
            "genus": "Drill Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/nidorina/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nidoqueen.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nidoran-m/?format=api",
            "id": 32,
            "slug": "nidoran-m",
            "name": "Nidoran♂",
            "genus": "Poison Pin Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nidoran-m.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nidorino/?format=api",
            "id": 33,
            "slug": "nidorino",
            "name": "Nidorino",
            "genus": "Poison Pin Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/nidoran-m/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nidorino.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nidoking/?format=api",
            "id": 34,
            "slug": "nidoking",
            "name": "Nidoking",
            "genus": "Drill Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/nidorino/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nidoking.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/clefairy/?format=api",
            "id": 35,
            "slug": "clefairy",
            "name": "Clefairy",
            "genus": "Fairy Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/cleffa/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/clefairy.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/clefable/?format=api",
            "id": 36,
            "slug": "clefable",
            "name": "Clefable",
            "genus": "Fairy Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/clefairy/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/clefable.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/vulpix/?format=api",
            "id": 37,
            "slug": "vulpix",
            "name": "Vulpix",
            "genus": "Fox Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/vulpix.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ninetales/?format=api",
            "id": 38,
            "slug": "ninetales",
            "name": "Ninetales",
            "genus": "Fox Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/vulpix/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ninetales.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/jigglypuff/?format=api",
            "id": 39,
            "slug": "jigglypuff",
            "name": "Jigglypuff",
            "genus": "Balloon Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/igglybuff/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/jigglypuff.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/wigglytuff/?format=api",
            "id": 40,
            "slug": "wigglytuff",
            "name": "Wigglytuff",
            "genus": "Balloon Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/jigglypuff/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/wigglytuff.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/zubat/?format=api",
            "id": 41,
            "slug": "zubat",
            "name": "Zubat",
            "genus": "Bat Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/zubat.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/golbat/?format=api",
            "id": 42,
            "slug": "golbat",
            "name": "Golbat",
            "genus": "Bat Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/zubat/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/golbat.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/oddish/?format=api",
            "id": 43,
            "slug": "oddish",
            "name": "Oddish",
            "genus": "Weed Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/oddish.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/gloom/?format=api",
            "id": 44,
            "slug": "gloom",
            "name": "Gloom",
            "genus": "Weed Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/oddish/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/gloom.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/vileplume/?format=api",
            "id": 45,
            "slug": "vileplume",
            "name": "Vileplume",
            "genus": "Flower Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/gloom/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/vileplume.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/paras/?format=api",
            "id": 46,
            "slug": "paras",
            "name": "Paras",
            "genus": "Mushroom Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/paras.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/parasect/?format=api",
            "id": 47,
            "slug": "parasect",
            "name": "Parasect",
            "genus": "Mushroom Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/paras/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/parasect.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/venonat/?format=api",
            "id": 48,
            "slug": "venonat",
            "name": "Venonat",
            "genus": "Insect Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/venonat.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/venomoth/?format=api",
            "id": 49,
            "slug": "venomoth",
            "name": "Venomoth",
            "genus": "Poison Moth Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/venonat/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/venomoth.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/diglett/?format=api",
            "id": 50,
            "slug": "diglett",
            "name": "Diglett",
            "genus": "Mole Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/diglett.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/dugtrio/?format=api",
            "id": 51,
            "slug": "dugtrio",
            "name": "Dugtrio",
            "genus": "Mole Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/diglett/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/dugtrio.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/meowth/?format=api",
            "id": 52,
            "slug": "meowth",
            "name": "Meowth",
            "genus": "Scratch Cat Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/meowth.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/persian/?format=api",
            "id": 53,
            "slug": "persian",
            "name": "Persian",
            "genus": "Classy Cat Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/meowth/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/persian.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/psyduck/?format=api",
            "id": 54,
            "slug": "psyduck",
            "name": "Psyduck",
            "genus": "Duck Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/psyduck.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/golduck/?format=api",
            "id": 55,
            "slug": "golduck",
            "name": "Golduck",
            "genus": "Duck Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/psyduck/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/golduck.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/mankey/?format=api",
            "id": 56,
            "slug": "mankey",
            "name": "Mankey",
            "genus": "Pig Monkey Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/mankey.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/primeape/?format=api",
            "id": 57,
            "slug": "primeape",
            "name": "Primeape",
            "genus": "Pig Monkey Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/mankey/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/primeape.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/growlithe/?format=api",
            "id": 58,
            "slug": "growlithe",
            "name": "Growlithe",
            "genus": "Puppy Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/growlithe.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/arcanine/?format=api",
            "id": 59,
            "slug": "arcanine",
            "name": "Arcanine",
            "genus": "Legendary Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/growlithe/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/arcanine.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/poliwag/?format=api",
            "id": 60,
            "slug": "poliwag",
            "name": "Poliwag",
            "genus": "Tadpole Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/poliwag.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/poliwhirl/?format=api",
            "id": 61,
            "slug": "poliwhirl",
            "name": "Poliwhirl",
            "genus": "Tadpole Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/poliwag/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/poliwhirl.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/poliwrath/?format=api",
            "id": 62,
            "slug": "poliwrath",
            "name": "Poliwrath",
            "genus": "Tadpole Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/poliwhirl/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/poliwrath.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/abra/?format=api",
            "id": 63,
            "slug": "abra",
            "name": "Abra",
            "genus": "Psi Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/abra.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/kadabra/?format=api",
            "id": 64,
            "slug": "kadabra",
            "name": "Kadabra",
            "genus": "Psi Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/abra/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/kadabra.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/alakazam/?format=api",
            "id": 65,
            "slug": "alakazam",
            "name": "Alakazam",
            "genus": "Psi Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/kadabra/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/alakazam.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/machop/?format=api",
            "id": 66,
            "slug": "machop",
            "name": "Machop",
            "genus": "Superpower Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/machop.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/machoke/?format=api",
            "id": 67,
            "slug": "machoke",
            "name": "Machoke",
            "genus": "Superpower Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/machop/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/machoke.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/machamp/?format=api",
            "id": 68,
            "slug": "machamp",
            "name": "Machamp",
            "genus": "Superpower Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/machoke/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/machamp.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/bellsprout/?format=api",
            "id": 69,
            "slug": "bellsprout",
            "name": "Bellsprout",
            "genus": "Flower Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/bellsprout.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/weepinbell/?format=api",
            "id": 70,
            "slug": "weepinbell",
            "name": "Weepinbell",
            "genus": "Flycatcher Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/bellsprout/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/weepinbell.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/victreebel/?format=api",
            "id": 71,
            "slug": "victreebel",
            "name": "Victreebel",
            "genus": "Flycatcher Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/weepinbell/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/victreebel.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/tentacool/?format=api",
            "id": 72,
            "slug": "tentacool",
            "name": "Tentacool",
            "genus": "Jellyfish Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/tentacool.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/tentacruel/?format=api",
            "id": 73,
            "slug": "tentacruel",
            "name": "Tentacruel",
            "genus": "Jellyfish Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/tentacool/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/tentacruel.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/geodude/?format=api",
            "id": 74,
            "slug": "geodude",
            "name": "Geodude",
            "genus": "Rock Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/geodude.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/graveler/?format=api",
            "id": 75,
            "slug": "graveler",
            "name": "Graveler",
            "genus": "Rock Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/geodude/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/graveler.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/golem/?format=api",
            "id": 76,
            "slug": "golem",
            "name": "Golem",
            "genus": "Megaton Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/graveler/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/golem.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ponyta/?format=api",
            "id": 77,
            "slug": "ponyta",
            "name": "Ponyta",
            "genus": "Fire Horse Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ponyta.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/rapidash/?format=api",
            "id": 78,
            "slug": "rapidash",
            "name": "Rapidash",
            "genus": "Fire Horse Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/ponyta/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/rapidash.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/slowpoke/?format=api",
            "id": 79,
            "slug": "slowpoke",
            "name": "Slowpoke",
            "genus": "Dopey Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/slowpoke.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/slowbro/?format=api",
            "id": 80,
            "slug": "slowbro",
            "name": "Slowbro",
            "genus": "Hermit Crab Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/slowpoke/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/slowbro.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/magnemite/?format=api",
            "id": 81,
            "slug": "magnemite",
            "name": "Magnemite",
            "genus": "Magnet Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/magnemite.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/magneton/?format=api",
            "id": 82,
            "slug": "magneton",
            "name": "Magneton",
            "genus": "Magnet Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/magnemite/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/magneton.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/farfetchd/?format=api",
            "id": 83,
            "slug": "farfetchd",
            "name": "Farfetch’d",
            "genus": "Wild Duck Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/farfetchd.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/doduo/?format=api",
            "id": 84,
            "slug": "doduo",
            "name": "Doduo",
            "genus": "Twin Bird Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/doduo.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/dodrio/?format=api",
            "id": 85,
            "slug": "dodrio",
            "name": "Dodrio",
            "genus": "Triple Bird Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/doduo/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/dodrio.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/seel/?format=api",
            "id": 86,
            "slug": "seel",
            "name": "Seel",
            "genus": "Sea Lion Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/seel.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/dewgong/?format=api",
            "id": 87,
            "slug": "dewgong",
            "name": "Dewgong",
            "genus": "Sea Lion Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/seel/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/dewgong.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/grimer/?format=api",
            "id": 88,
            "slug": "grimer",
            "name": "Grimer",
            "genus": "Sludge Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/grimer.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/muk/?format=api",
            "id": 89,
            "slug": "muk",
            "name": "Muk",
            "genus": "Sludge Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/grimer/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/muk.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/shellder/?format=api",
            "id": 90,
            "slug": "shellder",
            "name": "Shellder",
            "genus": "Bivalve Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/shellder.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/cloyster/?format=api",
            "id": 91,
            "slug": "cloyster",
            "name": "Cloyster",
            "genus": "Bivalve Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/shellder/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/cloyster.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/gastly/?format=api",
            "id": 92,
            "slug": "gastly",
            "name": "Gastly",
            "genus": "Gas Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/gastly.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/haunter/?format=api",
            "id": 93,
            "slug": "haunter",
            "name": "Haunter",
            "genus": "Gas Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/gastly/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/haunter.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/gengar/?format=api",
            "id": 94,
            "slug": "gengar",
            "name": "Gengar",
            "genus": "Shadow Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/haunter/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/gengar.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/onix/?format=api",
            "id": 95,
            "slug": "onix",
            "name": "Onix",
            "genus": "Rock Snake Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/onix.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/drowzee/?format=api",
            "id": 96,
            "slug": "drowzee",
            "name": "Drowzee",
            "genus": "Hypnosis Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/drowzee.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/hypno/?format=api",
            "id": 97,
            "slug": "hypno",
            "name": "Hypno",
            "genus": "Hypnosis Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/drowzee/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/hypno.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/krabby/?format=api",
            "id": 98,
            "slug": "krabby",
            "name": "Krabby",
            "genus": "River Crab Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/krabby.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/kingler/?format=api",
            "id": 99,
            "slug": "kingler",
            "name": "Kingler",
            "genus": "Pincer Pokémon",
            "generation": 1,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/krabby/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/kingler.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/voltorb/?format=api",
            "id": 100,
            "slug": "voltorb",
            "name": "Voltorb",
            "genus": "Ball Pokémon",
            "generation": 1,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/voltorb.png"
        }
    ]
}