◆ 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 UNION78521 TX22556 VA403240|US|DEBIT|CLASSIC|FREEDOM CREDIT UNION19125 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:
View TXT in browser:
/binzip?type=txt View JSON in browser:
/binzip?type=json Download TXT file:
/binzip?type=txt&download=true Download JSON file:
/binzip?type=json&download=true ⚡ Returns current data with 5-minute cache