๐Ÿ” Serial Decoder

Decode any serial number.
Get the manufacture date in milliseconds.

Each manufacturer encodes the production date differently. We've built deterministic, brand-specific decoders for every major brand โ€” Samsung's position-8 letter, Whirlpool's month rotation, GE's H=May encoding. No guessing.

Join beta
POST/v1/lookup ยท serial decoder
HIGH confidence
# Input { "brand": "Samsung", "serial_number": "0H9E4ABTA00271L" } # Decoded output { "manufacturing_date": "2021/05", "year": 2021, "month": 5, "plant_code": "H9", "decode_method": "samsung_position8_letter", "confidence": "HIGH" }
Brand coverage

Every major brand.
Brand-specific logic.

Generic serial parsers guess. We decode. Each brand gets its own deterministic logic built from official spec sheets โ€” not pattern matching.

Samsung
Position 8 letter โ†’ year ยท month
0H9E4ABTA โ†’ H=2021, 9=May
Whirlpool
Letter rotation (month) + 2-digit year
CS4138XYQ0 โ†’ C=March, 19xx
GE Appliances
Position 2 letter = month + position 3-4 = year
HL180392G โ†’ H=May, L=2018
LG
Year digit + month letter at positions 1โ€“2
903KWPG โ†’ 9=2019, 03=March
Frigidaire
Letter + 2-digit year + week number
XA4312345 โ†’ 2004, week 31
138 brands total
Continuously expanding
New brands added as decoders are verified
How it works

Deterministic decoders,
not AI guesses.

๐Ÿ“‹
Brand-specific encoding tables
We build a decoder for each manufacturer's serial format from official spec sheets and verified production data โ€” not reverse-engineered guesses.
๐Ÿ”ฌ
AST-sandboxed Python decoders
Each decoder runs in an isolated sandbox. New brand decoders are generated by AI, then validated against known serials before going live.
๐Ÿ“Š
Confidence scoring
Every decode returns a confidence score โ€” HIGH, MEDIUM, or LOW. If we can't decode a serial, we return null rather than fabricate a date.
๐Ÿ”„
Automatic learning
When our AI cracks a new brand's serial format through pattern analysis, it's tested, validated, and added to the decoder library automatically.
โšก
Millisecond decode
Serial decoding is deterministic โ€” not an LLM call. Once the decoder exists, it runs in <1ms. Latency comes from the rest of the lookup pipeline.
๐ŸŒ
International format support
Handles serials from US, Canadian, European, and Asian manufacturing plants โ€” including multi-factory brands like Samsung and LG.

Know when every appliance
was made.

25 free lookups a month. No credit card. Instant access.

Join beta