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
Alolan Rattata

Alolan Rattata

Common #41 Pokémon Basic HP 40
Types
Darkness
Illustrator
KIYOTAKA OSHIYAMA
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
277002

Attacks

Hyper Fang 50
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/pgo-41?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-41",
    "name": "Alolan Rattata",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/41.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": "277002",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hyper Fang",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "KIYOTAKA OSHIYAMA",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 31,
          "low": 27.38,
          "high": 35.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}