BIN lookup API, the free api service from bintable.com to lookup card information using it's BIN. the service maintains updated database based on the comunity and other third party services to make sure all BINs in the database are accurate and up to date.
https://api.bintable.com/v1
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.bintable.com/v1
Endpoint status
Server online — HTTP 422 — server is online but path returned an error (may require auth)1.20s
(checked Mar 29, 2026)
Builder score
D
35%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /balance |
Check Balance |
| GET | /{bin} |
Lookup for bin |
curl -X GET 'https://api.bintable.com/v1/balance' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official BIN Lookup documentation.