API Basics
Data Tools
WWW
Browser Bot
HTML Clean
HTML Extract
URL Info
Telephony
Geolocation
Security and Networking
E-commerce
Imaging

BIN List Download

Download our entire BIN database for direct use on your own systems.

You can then load the BIN data directly to RAM or import into your database of choice.
We recommend refreshing this API once per week to stay up-to-date with new BIN records.

The resulting file format is a semicolon (;) delimited CSV file with the following fields:
  1. BIN Number
  2. Card Brand
  3. Card Type
  4. Card Category
  5. Country Code
  6. Country Name
  7. Issuer
  8. Issuer Phone
  9. Issuer Website
  10. ISO 3-letter country code (only present if 'include-iso3' is set)
  11. ISO 3-letter currency code (only present if 'include-iso3' is set)
Note:
Access to this API is only available for verified Tier 3 account holders and is only available for commercial use, individual or personal use is prohibited. To request access to this API Contact Us

End Point

https://neutrinoapi.net/bin-list-download
API Request
ParameterRequiredTypeDefaultDescription
include-iso3nobooleanfalseInclude ISO 3-letter country codes and ISO 3-letter currency codes in the data. These will be added to columns 10 and 11 respectively
include-8digitnobooleanfalseInclude 8-digit and higher BIN codes. This option includes all 6-digit BINs and all 8-digit and higher BINs (including some 9, 10 and 11 digit BINs where available)
API Response

API Example
curl https://neutrinoapi.net/bin-list-download \ --header "User-ID: <your-user-id>" \ --header "API-Key: <your-api-key>> \ --data-urlencode "include-iso3=false" \ --data-urlencode "include-8digit=false" \ --output "bin-list-download.png"