◆ BINZIP DATABASE ◆

Access to BIN and ZIP code database

Service Description

You can get a list of BIN codes with corresponding ZIP codes of unsold prepaid cards from the USA in two formats: TXT or JSON.

⚡ Data is automatically updated every 5 minutes

TXT Data Format

403216|US|CREDIT|CLASSIC|NAVY FEDERAL CREDIT UNION
78521 TX
22556 VA
403240|US|DEBIT|CLASSIC|FREEDOM CREDIT UNION
19125 PA

First line: BIN|Country|Type|Level|Bank
Following lines: ZIP State (available cards)

JSON Data Format

{
  "timestamp": 1735992345000,
  "generated": "2025-01-04T12:45:45.000Z",
  "bins": [
    {
      "bin": "403216",
      "country": "US",
      "type": "CREDIT",
      "zips": [{"zip": "78521", "state": "TX"}]
    }
  ]
}

Download Data

API Access

You can get data directly via links:

⚡ Returns current data with 5-minute cache