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

GET /api/pkmndata/species/?format=api&offset=200
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=300",
    "previous": "http://fe.drgn.gay/api/pkmndata/species/?format=api&limit=100&offset=100",
    "results": [
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/unown/?format=api",
            "id": 201,
            "slug": "unown",
            "name": "Unown",
            "genus": "Symbol Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/unown.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/wobbuffet/?format=api",
            "id": 202,
            "slug": "wobbuffet",
            "name": "Wobbuffet",
            "genus": "Patient Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/wynaut/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/wobbuffet.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/girafarig/?format=api",
            "id": 203,
            "slug": "girafarig",
            "name": "Girafarig",
            "genus": "Long Neck Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/girafarig.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/pineco/?format=api",
            "id": 204,
            "slug": "pineco",
            "name": "Pineco",
            "genus": "Bagworm Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/pineco.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/forretress/?format=api",
            "id": 205,
            "slug": "forretress",
            "name": "Forretress",
            "genus": "Bagworm Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/pineco/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/forretress.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/dunsparce/?format=api",
            "id": 206,
            "slug": "dunsparce",
            "name": "Dunsparce",
            "genus": "Land Snake Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/dunsparce.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/gligar/?format=api",
            "id": 207,
            "slug": "gligar",
            "name": "Gligar",
            "genus": "Fly Scorpion Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/gligar.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/steelix/?format=api",
            "id": 208,
            "slug": "steelix",
            "name": "Steelix",
            "genus": "Iron Snake Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/onix/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/steelix.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/snubbull/?format=api",
            "id": 209,
            "slug": "snubbull",
            "name": "Snubbull",
            "genus": "Fairy Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/snubbull.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/granbull/?format=api",
            "id": 210,
            "slug": "granbull",
            "name": "Granbull",
            "genus": "Fairy Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/snubbull/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/granbull.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/qwilfish/?format=api",
            "id": 211,
            "slug": "qwilfish",
            "name": "Qwilfish",
            "genus": "Balloon Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/qwilfish.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/scizor/?format=api",
            "id": 212,
            "slug": "scizor",
            "name": "Scizor",
            "genus": "Pincer Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/scyther/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/scizor.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/shuckle/?format=api",
            "id": 213,
            "slug": "shuckle",
            "name": "Shuckle",
            "genus": "Mold Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/shuckle.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/heracross/?format=api",
            "id": 214,
            "slug": "heracross",
            "name": "Heracross",
            "genus": "Single Horn Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/heracross.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/sneasel/?format=api",
            "id": 215,
            "slug": "sneasel",
            "name": "Sneasel",
            "genus": "Sharp Claw Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/sneasel.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/teddiursa/?format=api",
            "id": 216,
            "slug": "teddiursa",
            "name": "Teddiursa",
            "genus": "Little Bear Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/teddiursa.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ursaring/?format=api",
            "id": 217,
            "slug": "ursaring",
            "name": "Ursaring",
            "genus": "Hibernator Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/teddiursa/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ursaring.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/slugma/?format=api",
            "id": 218,
            "slug": "slugma",
            "name": "Slugma",
            "genus": "Lava Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/slugma.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/magcargo/?format=api",
            "id": 219,
            "slug": "magcargo",
            "name": "Magcargo",
            "genus": "Lava Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/slugma/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/magcargo.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/swinub/?format=api",
            "id": 220,
            "slug": "swinub",
            "name": "Swinub",
            "genus": "Pig Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/swinub.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/piloswine/?format=api",
            "id": 221,
            "slug": "piloswine",
            "name": "Piloswine",
            "genus": "Swine Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/swinub/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/piloswine.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/corsola/?format=api",
            "id": 222,
            "slug": "corsola",
            "name": "Corsola",
            "genus": "Coral Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/corsola.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/remoraid/?format=api",
            "id": 223,
            "slug": "remoraid",
            "name": "Remoraid",
            "genus": "Jet Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/remoraid.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/octillery/?format=api",
            "id": 224,
            "slug": "octillery",
            "name": "Octillery",
            "genus": "Jet Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/remoraid/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/octillery.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/delibird/?format=api",
            "id": 225,
            "slug": "delibird",
            "name": "Delibird",
            "genus": "Delivery Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/delibird.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/mantine/?format=api",
            "id": 226,
            "slug": "mantine",
            "name": "Mantine",
            "genus": "Kite Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/mantyke/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/mantine.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/skarmory/?format=api",
            "id": 227,
            "slug": "skarmory",
            "name": "Skarmory",
            "genus": "Armor Bird Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/skarmory.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/houndour/?format=api",
            "id": 228,
            "slug": "houndour",
            "name": "Houndour",
            "genus": "Dark Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/houndour.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/houndoom/?format=api",
            "id": 229,
            "slug": "houndoom",
            "name": "Houndoom",
            "genus": "Dark Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/houndour/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/houndoom.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/kingdra/?format=api",
            "id": 230,
            "slug": "kingdra",
            "name": "Kingdra",
            "genus": "Dragon Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/seadra/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/kingdra.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/phanpy/?format=api",
            "id": 231,
            "slug": "phanpy",
            "name": "Phanpy",
            "genus": "Long Nose Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/phanpy.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/donphan/?format=api",
            "id": 232,
            "slug": "donphan",
            "name": "Donphan",
            "genus": "Armor Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/phanpy/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/donphan.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/porygon2/?format=api",
            "id": 233,
            "slug": "porygon2",
            "name": "Porygon2",
            "genus": "Virtual Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/porygon/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/porygon2.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/stantler/?format=api",
            "id": 234,
            "slug": "stantler",
            "name": "Stantler",
            "genus": "Big Horn Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/stantler.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/smeargle/?format=api",
            "id": 235,
            "slug": "smeargle",
            "name": "Smeargle",
            "genus": "Painter Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/smeargle.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/tyrogue/?format=api",
            "id": 236,
            "slug": "tyrogue",
            "name": "Tyrogue",
            "genus": "Scuffle Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": true,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/tyrogue.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/hitmontop/?format=api",
            "id": 237,
            "slug": "hitmontop",
            "name": "Hitmontop",
            "genus": "Handstand Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/tyrogue/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/hitmontop.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/smoochum/?format=api",
            "id": 238,
            "slug": "smoochum",
            "name": "Smoochum",
            "genus": "Kiss Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": true,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/smoochum.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/elekid/?format=api",
            "id": 239,
            "slug": "elekid",
            "name": "Elekid",
            "genus": "Electric Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": true,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/elekid.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/magby/?format=api",
            "id": 240,
            "slug": "magby",
            "name": "Magby",
            "genus": "Live Coal Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": true,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/magby.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/miltank/?format=api",
            "id": 241,
            "slug": "miltank",
            "name": "Miltank",
            "genus": "Milk Cow Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/miltank.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/blissey/?format=api",
            "id": 242,
            "slug": "blissey",
            "name": "Blissey",
            "genus": "Happiness Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/chansey/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/blissey.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/raikou/?format=api",
            "id": 243,
            "slug": "raikou",
            "name": "Raikou",
            "genus": "Thunder Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": true,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/raikou.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/entei/?format=api",
            "id": 244,
            "slug": "entei",
            "name": "Entei",
            "genus": "Volcano Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": true,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/entei.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/suicune/?format=api",
            "id": 245,
            "slug": "suicune",
            "name": "Suicune",
            "genus": "Aurora Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": true,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/suicune.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/larvitar/?format=api",
            "id": 246,
            "slug": "larvitar",
            "name": "Larvitar",
            "genus": "Rock Skin Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/larvitar.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/pupitar/?format=api",
            "id": 247,
            "slug": "pupitar",
            "name": "Pupitar",
            "genus": "Hard Shell Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/larvitar/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/pupitar.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/tyranitar/?format=api",
            "id": 248,
            "slug": "tyranitar",
            "name": "Tyranitar",
            "genus": "Armor Pokémon",
            "generation": 2,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/pupitar/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/tyranitar.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/lugia/?format=api",
            "id": 249,
            "slug": "lugia",
            "name": "Lugia",
            "genus": "Diving Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": true,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/lugia.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ho-oh/?format=api",
            "id": 250,
            "slug": "ho-oh",
            "name": "Ho-Oh",
            "genus": "Rainbow Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": true,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ho-oh.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/celebi/?format=api",
            "id": 251,
            "slug": "celebi",
            "name": "Celebi",
            "genus": "Time Travel Pokémon",
            "generation": 2,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": true,
            "icon": "pkmndata/icons/pokemon/regular/celebi.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/treecko/?format=api",
            "id": 252,
            "slug": "treecko",
            "name": "Treecko",
            "genus": "Wood Gecko Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/treecko.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/grovyle/?format=api",
            "id": 253,
            "slug": "grovyle",
            "name": "Grovyle",
            "genus": "Wood Gecko Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/treecko/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/grovyle.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/sceptile/?format=api",
            "id": 254,
            "slug": "sceptile",
            "name": "Sceptile",
            "genus": "Forest Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/grovyle/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/sceptile.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/torchic/?format=api",
            "id": 255,
            "slug": "torchic",
            "name": "Torchic",
            "genus": "Chick Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/torchic.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/combusken/?format=api",
            "id": 256,
            "slug": "combusken",
            "name": "Combusken",
            "genus": "Young Fowl Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/torchic/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/combusken.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/blaziken/?format=api",
            "id": 257,
            "slug": "blaziken",
            "name": "Blaziken",
            "genus": "Blaze Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/combusken/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/blaziken.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/mudkip/?format=api",
            "id": 258,
            "slug": "mudkip",
            "name": "Mudkip",
            "genus": "Mud Fish Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/mudkip.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/marshtomp/?format=api",
            "id": 259,
            "slug": "marshtomp",
            "name": "Marshtomp",
            "genus": "Mud Fish Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/mudkip/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/marshtomp.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/swampert/?format=api",
            "id": 260,
            "slug": "swampert",
            "name": "Swampert",
            "genus": "Mud Fish Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/marshtomp/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/swampert.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/poochyena/?format=api",
            "id": 261,
            "slug": "poochyena",
            "name": "Poochyena",
            "genus": "Bite Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/poochyena.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/mightyena/?format=api",
            "id": 262,
            "slug": "mightyena",
            "name": "Mightyena",
            "genus": "Bite Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/poochyena/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/mightyena.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/zigzagoon/?format=api",
            "id": 263,
            "slug": "zigzagoon",
            "name": "Zigzagoon",
            "genus": "Tiny Raccoon Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/zigzagoon.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/linoone/?format=api",
            "id": 264,
            "slug": "linoone",
            "name": "Linoone",
            "genus": "Rushing Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/zigzagoon/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/linoone.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/wurmple/?format=api",
            "id": 265,
            "slug": "wurmple",
            "name": "Wurmple",
            "genus": "Worm Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/wurmple.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/silcoon/?format=api",
            "id": 266,
            "slug": "silcoon",
            "name": "Silcoon",
            "genus": "Cocoon Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/wurmple/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/silcoon.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/beautifly/?format=api",
            "id": 267,
            "slug": "beautifly",
            "name": "Beautifly",
            "genus": "Butterfly Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/silcoon/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/beautifly.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/cascoon/?format=api",
            "id": 268,
            "slug": "cascoon",
            "name": "Cascoon",
            "genus": "Cocoon Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/wurmple/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/cascoon.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/dustox/?format=api",
            "id": 269,
            "slug": "dustox",
            "name": "Dustox",
            "genus": "Poison Moth Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/cascoon/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/dustox.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/lotad/?format=api",
            "id": 270,
            "slug": "lotad",
            "name": "Lotad",
            "genus": "Water Weed Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/lotad.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/lombre/?format=api",
            "id": 271,
            "slug": "lombre",
            "name": "Lombre",
            "genus": "Jolly Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/lotad/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/lombre.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ludicolo/?format=api",
            "id": 272,
            "slug": "ludicolo",
            "name": "Ludicolo",
            "genus": "Carefree Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/lombre/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ludicolo.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/seedot/?format=api",
            "id": 273,
            "slug": "seedot",
            "name": "Seedot",
            "genus": "Acorn Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/seedot.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nuzleaf/?format=api",
            "id": 274,
            "slug": "nuzleaf",
            "name": "Nuzleaf",
            "genus": "Wily Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/seedot/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nuzleaf.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/shiftry/?format=api",
            "id": 275,
            "slug": "shiftry",
            "name": "Shiftry",
            "genus": "Wicked Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/nuzleaf/?format=api",
            "has_gender_differences": true,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/shiftry.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/taillow/?format=api",
            "id": 276,
            "slug": "taillow",
            "name": "Taillow",
            "genus": "Tiny Swallow Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/taillow.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/swellow/?format=api",
            "id": 277,
            "slug": "swellow",
            "name": "Swellow",
            "genus": "Swallow Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/taillow/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/swellow.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/wingull/?format=api",
            "id": 278,
            "slug": "wingull",
            "name": "Wingull",
            "genus": "Seagull Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/wingull.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/pelipper/?format=api",
            "id": 279,
            "slug": "pelipper",
            "name": "Pelipper",
            "genus": "Water Bird Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/wingull/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/pelipper.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ralts/?format=api",
            "id": 280,
            "slug": "ralts",
            "name": "Ralts",
            "genus": "Feeling Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ralts.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/kirlia/?format=api",
            "id": 281,
            "slug": "kirlia",
            "name": "Kirlia",
            "genus": "Emotion Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/ralts/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/kirlia.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/gardevoir/?format=api",
            "id": 282,
            "slug": "gardevoir",
            "name": "Gardevoir",
            "genus": "Embrace Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/kirlia/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/gardevoir.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/surskit/?format=api",
            "id": 283,
            "slug": "surskit",
            "name": "Surskit",
            "genus": "Pond Skater Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/surskit.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/masquerain/?format=api",
            "id": 284,
            "slug": "masquerain",
            "name": "Masquerain",
            "genus": "Eyeball Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/surskit/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/masquerain.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/shroomish/?format=api",
            "id": 285,
            "slug": "shroomish",
            "name": "Shroomish",
            "genus": "Mushroom Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/shroomish.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/breloom/?format=api",
            "id": 286,
            "slug": "breloom",
            "name": "Breloom",
            "genus": "Mushroom Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/shroomish/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/breloom.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/slakoth/?format=api",
            "id": 287,
            "slug": "slakoth",
            "name": "Slakoth",
            "genus": "Slacker Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/slakoth.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/vigoroth/?format=api",
            "id": 288,
            "slug": "vigoroth",
            "name": "Vigoroth",
            "genus": "Wild Monkey Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/slakoth/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/vigoroth.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/slaking/?format=api",
            "id": 289,
            "slug": "slaking",
            "name": "Slaking",
            "genus": "Lazy Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/vigoroth/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/slaking.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nincada/?format=api",
            "id": 290,
            "slug": "nincada",
            "name": "Nincada",
            "genus": "Trainee Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nincada.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/ninjask/?format=api",
            "id": 291,
            "slug": "ninjask",
            "name": "Ninjask",
            "genus": "Ninja Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/nincada/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/ninjask.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/shedinja/?format=api",
            "id": 292,
            "slug": "shedinja",
            "name": "Shedinja",
            "genus": "Shed Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/nincada/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/shedinja.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/whismur/?format=api",
            "id": 293,
            "slug": "whismur",
            "name": "Whismur",
            "genus": "Whisper Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/whismur.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/loudred/?format=api",
            "id": 294,
            "slug": "loudred",
            "name": "Loudred",
            "genus": "Big Voice Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/whismur/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/loudred.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/exploud/?format=api",
            "id": 295,
            "slug": "exploud",
            "name": "Exploud",
            "genus": "Loud Noise Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/loudred/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/exploud.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/makuhita/?format=api",
            "id": 296,
            "slug": "makuhita",
            "name": "Makuhita",
            "genus": "Guts Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/makuhita.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/hariyama/?format=api",
            "id": 297,
            "slug": "hariyama",
            "name": "Hariyama",
            "genus": "Arm Thrust Pokémon",
            "generation": 3,
            "evolves_from": "http://fe.drgn.gay/api/pkmndata/species/makuhita/?format=api",
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/hariyama.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/azurill/?format=api",
            "id": 298,
            "slug": "azurill",
            "name": "Azurill",
            "genus": "Polka Dot Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": true,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/azurill.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/nosepass/?format=api",
            "id": 299,
            "slug": "nosepass",
            "name": "Nosepass",
            "genus": "Compass Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/nosepass.png"
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/species/skitty/?format=api",
            "id": 300,
            "slug": "skitty",
            "name": "Skitty",
            "genus": "Kitten Pokémon",
            "generation": 3,
            "evolves_from": null,
            "has_gender_differences": false,
            "is_baby": false,
            "is_legendary": false,
            "is_mythical": false,
            "icon": "pkmndata/icons/pokemon/regular/skitty.png"
        }
    ]
}