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

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

{
    "count": 307,
    "next": null,
    "previous": "http://fe.drgn.gay/api/pkmndata/ability/?format=api&limit=100&offset=200",
    "results": [
        {
            "url": "http://fe.drgn.gay/api/pkmndata/ability/hospitality/?format=api",
            "id": 301,
            "slug": "hospitality",
            "name": "Hospitality",
            "generation": 9
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/ability/toxic-chain/?format=api",
            "id": 302,
            "slug": "toxic-chain",
            "name": "Toxic Chain",
            "generation": 9
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/ability/embody-aspect/?format=api",
            "id": 303,
            "slug": "embody-aspect",
            "name": "Embody Aspect",
            "generation": 9
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/ability/tera-shift/?format=api",
            "id": 304,
            "slug": "tera-shift",
            "name": "Tera Shift",
            "generation": 9
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/ability/tera-shell/?format=api",
            "id": 305,
            "slug": "tera-shell",
            "name": "Tera Shell",
            "generation": 9
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/ability/teraform-zero/?format=api",
            "id": 306,
            "slug": "teraform-zero",
            "name": "Teraform Zero",
            "generation": 9
        },
        {
            "url": "http://fe.drgn.gay/api/pkmndata/ability/poison-puppeteer/?format=api",
            "id": 307,
            "slug": "poison-puppeteer",
            "name": "Poison Puppeteer",
            "generation": 9
        }
    ]
}