EAN Lookup APIs

EAN barcode lookup API: get product by EAN or UPC, search by barcode prefix or keyword, verify EAN checksum. REST API with 430M+ barcodes for e-commerce product data, inventory updates, and data entry. JSON and XML output.

🔍

Barcode Lookup

Look up a single product by its EAN or UPC barcode. Returns product details from the barcode database. Use when you have an exact barcode and need full product information for display, catalog sync, or validation.

GET /api/project/ean-lookup/barcode-lookup
📦

Barcode Prefix Search

Search for products whose barcode starts with a given prefix (4–12 digits). Supports pagination. Use for brand or range discovery, bulk matching, and prefix-based catalog filtering.

GET /api/project/ean-lookup/barcode-prefix-search

Product Search

Search the barcode database by keyword (product name, brand, or description). Returns matching products with pagination. Use when you have a text query and need to find EAN/UPC codes or product records.

GET /api/project/ean-lookup/product-search
🔄

Verify Checksum

Verify whether an EAN barcode has a valid checksum digit. Use before lookup or storage to ensure barcode integrity, reduce invalid requests, and validate user or scanner input.

GET /api/project/ean-lookup/verify-checksum