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

← ADV Promos
Brock's Mudkip

Brock's Mudkip

Promo #38 Pokémon Basic HP 60
Types
Water
Illustrator
2003 Pikachu Project
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer

Attacks

Water Arrow
Water · Colorless

Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/advp_ja-38?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-38",
    "name": "Brock's Mudkip",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "advp_ja",
      "name": "ADV Promos",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 63,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Promos"
        }
      }
    },
    "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/advp_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Arrow",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "2003 Pikachu Project",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 136,
          "low": 115.6,
          "high": 156.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 300,
          "low": 255,
          "high": 345,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ]
    }
  }
}