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

No releases published

Packages

 
 
 

Contributors