---
title: "Lookup for bin"
method: GET
path: "/{bin}"
tags: ["Lookup"]
---

# Lookup for bin

`GET /{bin}`

By passing in the appropriate BIN, you can lookup for
card meta data in bintable.com API

## Path parameters

- `bin` string, required

## Query parameters

- `api_key` string, required

## Response `200`

BIN data response

- ResponseItem[]
  - `result` integer, required
  - `message` string, required
  - `data` object, required

## Other responses

- `401` — Your balance is exhausted,or package expired
- `403` — Invalid API Key
- `422` — API key is missing

---

[API](https://skmtc.dev/bintable/apis/bin-lookup-api.md) · [All operations](https://skmtc.dev/bintable/apis/bin-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bintable/bin-lookup-api/revisions/103735b395e5/schema)
