Binlist
APIFree Public API for IIN/BIN Information Lookup
Overview
Binlist offers a RESTful API for accessing IIN/BIN (Issuer Identification Number/Bank Identification Number) data. Its primary endpoint is GET /api/{bin}, returning JSON responses with details like card scheme (Visa, Mastercard), type (debit/credit), bank name, country (ISO code and flag), and brand. Use cases include fraud prevention in payment systems, validating card details during checkout, integrating card info displays in apps, and verifying issuer authenticity. It supports direct requests without authentication for easy integration.
Example Integration (JavaScript)
fetch('https://binlist.net/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Response Format
- No Auth Required
- IIN/BIN Validation
- Card Scheme & Type Detection
- Bank & Country Details
Frequently Asked Questions
? Is Binlist free to use?
Yes, Binlist is completely free for public use, though it enforces rate limits to maintain service availability.
? Does it require an API Key?
No, Binlist does not require an API key. You can directly send requests to its endpoints without authentication.
? What is the response format?
Binlist returns data in JSON format, including details like card scheme, type, bank name, country, and brand information.
Top Alternatives
People Also Ask about Binlist
Tool Info
Pros
- ⊕ Free Public Access
- ⊕ Easy Integration
- ⊕ Comprehensive Card Data
- ⊕ No API Key Needed
Cons
- ⊖ Rate-Limited Requests
- ⊖ No Service Level Agreement (SLA)
- ⊖ Limited Advanced Analytics