Discover/Cardcheck API
live

Cardcheck APIcardcheck.in

Compare credit card options by instantly accessing details on fees, rewards, eligibility requirements, and benefits from CardCheck.in's official Indian bank data. Find the perfect card for your needs by browsing comprehensive listings or reviewing specific card information all in one place.

This API takes change requests — .
Endpoint health
monitored
get_card_details
list_cards
Checks pendingself-healing
Endpoints
2
Updated
3h ago
This call costs2 credits / call— charged only on success
Try it
Filter by bank name (case-insensitive substring match, e.g. 'HDFC', 'ICICI', 'SBI').
Number of cards to skip for pagination.
Maximum number of cards to return per page. Clamped to 1–200.
Filter by card network (case-insensitive substring match, e.g. 'Visa', 'Mastercard', 'AMEX', 'RuPay').
api.parse.bot/scraper/5e8e2d1e-b214-44fd-a77a-2567fad2ff63/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/5e8e2d1e-b214-44fd-a77a-2567fad2ff63/list_cards?limit=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

List credit cards available in India with summary details including rewards, fees, and key features. Supports optional filtering by bank name and card network. Returns paginated results from a catalog of ~150 cards. One upstream request fetches the full catalog; local filtering and pagination are applied on the result.

Input
ParamTypeDescription
bankstringFilter by bank name (case-insensitive substring match, e.g. 'HDFC', 'ICICI', 'SBI').
skipintegerNumber of cards to skip for pagination.
limitintegerMaximum number of cards to return per page. Clamped to 1–200.
networkstringFilter by card network (case-insensitive substring match, e.g. 'Visa', 'Mastercard', 'AMEX', 'RuPay').
Response
{
  "type": "object",
  "fields": {
    "skip": "number of cards skipped",
    "cards": "array of card summary objects with id, name, bank, network, fees, reward info, and overview",
    "limit": "page size used",
    "total": "total number of cards matching filters (before pagination)"
  },
  "sample": {
    "data": {
      "skip": 0,
      "cards": [
        {
          "id": "amazon-pay-icici",
          "bank": "ICICI Bank",
          "name": "Amazon Pay ICICI Bank Credit Card",
          "network": "VISA",
          "best_for": "Rewards on Amazon Purchases",
          "networks": [
            "Visa"
          ],
          "card_type": "Co-branded",
          "annual_fee": 0,
          "joining_fee": 0,
          "renewal_fee": 0,
          "reward_type": "cashback",
          "overview_text": "The Amazon Pay ICICI Bank Credit Card offers Amazon Prime members 5% unlimited cashback on Amazon.",
          "forex_markup_pct": 1.99,
          "reward_rate_max_pct": 5,
          "reward_rate_min_pct": 1,
          "fuel_surcharge_waiver": true,
          "lounge_domestic_per_quarter": 1
        }
      ],
      "limit": 5,
      "total": 148
    },
    "status": "success"
  }
}

About the Cardcheck API

The Cardcheck API on Parse exposes 2 endpoints for the publicly available data on cardcheck.in. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.