🇬🇧 United Kingdom BIN Lookup
Look up Bank Identification Numbers from United Kingdom financial institutions.
About United Kingdom BINs
Country 🇬🇧 United Kingdom ISO Code GB / GBR Financial Institutions 350+ banks and issuers BINs in Database 35,000+ card prefixes
United Kingdom has a diverse banking sector with 350 registered financial institutions. Our database includes 35,000 BIN prefixes from United Kingdom issuers across all major card networks.
United Kingdom BIN Lookup via API
Terminal
curl -X GET "https://api.binlookupapi.com/v1/search?country=GB" \
-H "Authorization: Bearer YOUR_API_KEY" Filter by country in your API requests:
Terminal
// JavaScript example
const response = await fetch(
'https://api.binlookupapi.com/v1/search?country=GB',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
}
);