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

← McDonald's Collection 2019
Caterpie

Caterpie

Common #1 Pokémon Basic HP 50
Types
Grass
Illustrator
Sekio
Expansion
McDonald's Collection 2019 · Other
Language
English
TCGplayer
200960

Attacks

Surprise Attack 20
Grass

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

GET /api/v1/pokemon/cards/mcd19-1vh?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd19-1vh",
    "name": "Caterpie",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/1vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/1vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/1vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd19",
      "name": "McDonald's Collection 2019",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2019/10/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "200960",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/1vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/1vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/1vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": 14.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.91
        },
        {
          "condition": "LP",
          "price": 11.53
        },
        {
          "condition": "MP",
          "price": 6.52
        },
        {
          "condition": "HP",
          "price": 3.89
        },
        {
          "condition": "DMG",
          "price": 1.93
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.51,
          "low": 11.31,
          "high": 13.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:23:38.971Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.88
      }
    }
  }
}