Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Pokémon GO
Slowbro

Slowbro

Uncommon #20 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Mina Nakai
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
276950

Attacks

Tumbling Tackle 20
Colorless

Both Active Pokémon are now Asleep.

Twilight Inspiration
Colorless · Colorless

You can use this attack only if your opponent has exactly 1 Prize card remaining. Take 2 Prize cards.

GET /api/v1/pokemon/cards/pgo-20?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-20",
    "name": "Slowbro",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/20.large.webp"
      }
    ],
    "expansion": {
      "id": "pgo",
      "name": "Pokémon GO",
      "total": 88,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PGO",
      "printed_total": 78,
      "release_date": "2022/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "276950",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tumbling Tackle",
        "text": "Both Active Pokémon are now Asleep.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Twilight Inspiration",
        "text": "You can use this attack only if your opponent has exactly 1 Prize card remaining. Take 2 Prize cards."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 228,
          "low": 193.8,
          "high": 262.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.75,
          "high": 13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.26
      }
    }
  }
}