86
/100
prowl
Benchmarked Apr 13, 2026

Binlist

Public access to a database of IIN/BIN information

databasedata platform_profile
Benchmark Your API

Score Breakdown

Latency 10/10
Consistency 9/10
Auth Simplicity 9/10
Token Efficiency 9/10
Parseability 9/10
Documentation 8/10
Error Clarity 8/10
First-Try Success 8/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
```json
{
  "service_type": "platform",
  "base_url": "https://binlist.net",
  "auth_method": "none",
  "auth_config": {},
  "endpoints": [
    {
      "path": "/45717360",
      "method": "GET",
      "description": "Lookup BIN/IIN details."
    }
  ],
  "pricing_model": {
    "type": "freemium",
    "details": {
      "free_tier": {
        "requests_per_hour": 5
      },
      "premium": {
        "cost_per_request": "EUR 0.003",
        "unlimited_access": true
      }
    }
  },
  "rate_limits": {
    "requests_per_hour": 5,
    "burst_allowance": 5,
    "response_on_limit": "HTTP 429 status code"
  },
  "capabilities": [
    "BIN/IIN lookup",
    "Card scheme identification",
    "Card brand and type identification",
    "Check if the card is prepaid",
    "Provide card's associated bank details",
    "Country identification using card number"
  ],
  "raw_analysis": "Binlist is a public web service designed to provide easy access to a database of Issuer Identification Numbers (IIN) and Bank Identification Numbers (BIN) information. It has been designed for developers or financial service providers who need to verify and identify payment card details such as the card scheme, bank issuer, country, and more. The platform allows users to lookup the first 6 to 8 digits of a card number to retrieve its metadata.\n\nOne of Binlist’s main appeals is its simplicity and ease of use; access to its services does not require authentication and users can interact with the service through simple HTTP requests. The service also has published rate limits of 5 requests per hour for free use. For users needing more comprehensive querying capabilities, Binlist offers a paid tier with unlimited requests and access to extended BIN lengths.\n\nBinlist is a mature service that has been utilized within various developer communities. It offers direct integration capabilities with popular development environments like Node.js via packages such as `binlookup` on npm. Additional resources and relevant libraries are available on GitHub for implementation convenience, benefiting users seeking to integrate card verification within their applications.\n\nThe service’s underlying data is derived from various sources and approximations, ensuring a degree of accuracy necessary for operational use cases, although it acknowledges potential gaps in perfect accuracy. Binlist advises against dataset downloads or scraping, due to the continually evolving nature of its data compilation process."
}
```
Execute

3/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200114ms
robots_txtGET /robots.txt20051ms
llms_txtGET /llms.txt20043ms
Interpret
```json
{
  "overall": 82,
  "dimensions": {
    "token_efficiency": 9.0,
    "first_try_success": 8.5,
    "response_parseability": 9.0,
    "error_clarity": 7.5,
    "doc_quality": 8.0,
    "auth_simplicity": 9.0,
    "latency": 10.0,
    "consistency": 9.0
  },
  "pricing_normalized": {
    "free_tier_requests_per_hour": 5,
    "cost_per_request": 0.003
  },
  "issues": [],
  "recommendations": []
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard