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
Murkrow

Murkrow

Common #198 Pokémon Basic HP 40
Types
Darkness
Illustrator
Hironobu Yoshida
Expansion
Awakening Legends · Neo
Language
Japanese
TCGplayer

Attacks

Call for Family
Colorless

Search your deck for a Basic Pokémon card named Murkrow and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)

Flock Attack 10+
Colorless · Colorless

Flip a number of coins equal to the number of Murkrows on your Bench. This attack does 10 damage plus 10 more damage for each heads.

GET /api/v1/pokemon/cards/neo3_ja-43?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3_ja-43",
    "name": "Murkrow",
    "number": "198",
    "printed_number": "198",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-43.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-43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for a Basic Pokémon card named Murkrow and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flock Attack",
        "text": "Flip a number of coins equal to the number of Murkrows on your Bench. This attack does 10 damage plus 10 more damage for each heads.",
        "damage": "10+"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        },
        {
          "condition": "LP",
          "price": 1.04
        },
        {
          "condition": "MP",
          "price": 0.86
        },
        {
          "condition": "HP",
          "price": 0.57
        },
        {
          "condition": "DMG",
          "price": 0.31
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.4,
          "low": 12.4,
          "high": 16.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 8.13,
          "high": 9.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 73.5,
          "low": 59.36,
          "high": 569.58,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.51,
          "low": 16.31,
          "high": 22.93,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:47:12.814Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}