HiCellTek API
Integrate device intelligence and protocol decoding into your systems. REST API, real-time, global coverage.
Two APIs. One Integration.
Choose the API that fits your workflow, or use both together.
Device Intelligence
Identify devices, check TAC, verify specifications, get band compatibility, at scale.
- 500K+ device models in database
- JSON response, REST endpoints
- Rate limiting with generous free tier
Decode at Scale
Decode RRC & NAS frames programmatically. ASN.1 parsing, multi-RAT, batch mode.
- 2G/3G/4G/5G NR support
- Native C++ engine, 3GPP Release 17
- JSON structured output
Integrate in minutes
A single HTTP call is all it takes. Authenticate with your API key and start receiving structured data.
https://api.hicelltek.com/v1/tac/lookup curl -X POST https://api.hicelltek.com/v1/tac/lookup \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"tac": "35345678"}' {
"found": true,
"tac": "35345678",
"brand": "Samsung",
"model": "Galaxy A55 5G",
"chipset": "Exynos 1480",
"bands": "Sub-6 5G / LTE / UMTS / GSM",
"year": "2024"
}
Base URLs:
https://imei.hicelltek.com/api/v1
(IMEI/TAC) ·
https://decoder.hicelltek.com/api/decode
(Protocol Decoder)
Built for real-world pipelines
From certification labs to network operations centers, teams use HiCellTek APIs to automate the repetitive and scale the complex.
Automate IMEI/TAC verification in your testing workflows. Resolve model, chipset and band support programmatically, no manual lookups.
Decode L3 traces programmatically for automated QoS reporting. Parse RRC and NAS messages in batch from your Python or Node.js pipelines.
Batch verify device compatibility with your network bands. Identify unsupported TACs before devices reach the field.
Get your free API key, explore the documentation, and make your first call today. No credit card required for the free tier.