Code 128
High-density alphanumeric symbology supporting the full ASCII character set. Most versatile 1D barcode.
Common Uses:
- General purpose applications
- Supply chain management
- Internal inventory systems
- Non-retail product identification
Technical Details:
- Character set: Full ASCII (128 chars)
- Length: Variable
- Check digit: Automatic
- Density: High
POST /api/barcode → "barcode_type": "code128"
EAN-13 (International Article Number)
European standard for retail products. 13-digit format used globally except North America.
Common Uses:
- Retail product identification
- Point of sale systems
- International trade
- Books (ISBN-13)
Technical Details:
- Character set: Numeric only
- Length: 13 digits
- Check digit: Yes (automatic)
- Global standard: GS1
POST /api/barcode → "barcode_type": "ean13"
UPC-A (Universal Product Code)
North American retail standard. 12-digit format widely used in US and Canada.
Common Uses:
- US/Canada retail products
- Grocery stores
- Walmart, Target, etc.
- Amazon FBA products
Technical Details:
- Character set: Numeric only
- Length: 12 digits
- Check digit: Yes (automatic)
- Regional: North America
POST /api/barcode → "barcode_type": "upca"
Code 39
Alphanumeric symbology with self-checking capability. Widely used in non-retail applications.
Common Uses:
- Military and government
- Automotive industry
- Healthcare
- Internal tracking systems
Technical Details:
- Character set: A-Z, 0-9, space, symbols
- Length: Variable
- Self-checking: Yes
- Density: Lower than Code 128
POST /api/barcode → "barcode_type": "code39"
EAN-8
Compact 8-digit version of EAN-13 for small products where space is limited.
Common Uses:
- Small retail items
- Cosmetics and pharmaceuticals
- Cigarette packages
- Limited space applications
Technical Details:
- Character set: Numeric only
- Length: 8 digits
- Check digit: Yes (automatic)
- Compact format of EAN-13
POST /api/barcode → "barcode_type": "ean8"
ISBN (International Standard Book Number)
Specialized format for book identification. Can be 10 or 13 digits.
Common Uses:
- Book publishing
- Library systems
- Bookstore inventory
- Academic publications
Technical Details:
- Character set: Numeric only
- Length: 10 or 13 digits
- Check digit: Yes
- Global book identifier
POST /api/barcode → "barcode_type": "isbn" | "isbn10" | "isbn13"
GS1-128
Enhanced Code 128 with Application Identifiers for supply chain data.
Common Uses:
- Shipping labels
- Logistics tracking
- Healthcare applications
- Supply chain management
Technical Details:
- Based on Code 128
- Application Identifiers (AIs)
- Variable length data fields
- Global standard
POST /api/barcode → "barcode_type": "gs1_128"
ITF (Interleaved 2 of 5)
Numeric-only symbology commonly used for shipping cartons and warehousing.
Common Uses:
- Shipping cartons
- Warehouse operations
- Case-level tracking
- Distribution
Technical Details:
- Character set: Numeric only
- Length: Even number of digits
- High density
- Industry standard for cartons
POST /api/barcode → "barcode_type": "itf"
Codabar
Numeric symbology with start/stop characters, used in libraries and blood banks.
Common Uses:
- Library systems
- Blood bank management
- Photo finishing
- Membership cards
Technical Details:
- Character set: 0-9, -, $, :, /, +, .
- Start/stop characters: A, B, C, D
- Self-checking
- Legacy format
POST /api/barcode → "barcode_type": "codabar"
ISSN (International Standard Serial Number)
Standard identifier for serial publications like magazines and journals.
Common Uses:
- Magazines and journals
- Newspapers
- Academic publications
- Serial publications
Technical Details:
- Character set: Numeric only
- Length: 8 digits
- Check digit: Yes
- International standard
POST /api/barcode → "barcode_type": "issn"