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

← Awakening Legends
Farfetch'd

Farfetch'd

Common #83 Pokémon Basic HP 50
Types
Colorless
Illustrator
Miki Tanaka
Expansion
Awakening Legends · Neo
Language
Japanese
TCGplayer

Attacks

Gust 10
Colorless
Leek Jab 40
Colorless · Colorless · Colorless

This attack can't be used during your next turn. (Benching Farfetch'd ends this effect.)

GET /api/v1/pokemon/cards/neo3_ja-46?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3_ja-46",
    "name": "Farfetch'd",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-46.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3_ja",
      "name": "Awakening Legends",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 57,
      "release_date": "2000/11/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gust",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Leek Jab",
        "text": "This attack can't be used during your next turn. (Benching Farfetch'd ends this effect.)",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 1.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.22
        },
        {
          "condition": "LP",
          "price": 1
        },
        {
          "condition": "MP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 63,
          "low": 16,
          "high": 110,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 8.5,
          "low": 7,
          "high": 8.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.5,
          "low": 9.33,
          "high": 9.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 31,
          "low": 31,
          "high": 367.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 120.5,
          "low": 120.5,
          "high": 120.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 11,
          "high": 28.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-28T22:49:12.074Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}