Skip to content

rosarioV25/code-classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

CodeClassify β€” Free Barcode & Business Code Tools + API

code-classify.com β€” 16 free, instant, in-browser tools to validate and convert the product & business codes you deal with every day, plus a deterministic pay-per-use JSON API. No signup. Same input, same output, every time β€” no AI guessing.

🧰 Free tools (run in your browser, no signup)

Barcodes & products

Finance & banking

Trade & logistics

Browse the full databases: NAICS directory Β· SIC directory

⚑ API

The same checks, programmatically β€” see code-classify.com/api (also on RapidAPI). Batch up to 100 items per call. Free tier, then pay-per-use.

Example:

curl -X POST https://codeclassify-api.rosariovitale0096.workers.dev/v1/gtin/validate \
  -H "Content-Type: application/json" \
  -d '{"codes":["036000291452","4006381333931"]}'

16 endpoints: GTIN validate / check-digit / convert, ISBN convert, IBAN, EU VAT, Luhn, ISIN, SSCC, container, ABA routing, VIN, NAICS / SIC / HS search, and the SIC↔NAICS crosswalk. Full docs at code-classify.com/api.

Why deterministic?

Results are computed from official public standards (GS1 Mod-10, ISO 13616, ISO 6166, ISO 3779, U.S. Census NAICS/SIC, U.S. HTS) β€” auditable and repeatable, unlike AI classifiers that can invent codes that do not exist. More: methodology Β· data sources.

About

16 free tools + a deterministic API to validate and convert barcodes and business codes (GTIN/UPC/EAN, ISBN, IBAN, EU VAT, VIN, NAICS/SIC, HS).

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors