IMEI / TAC Lookup API
Integrate IMEI verification into your applications. 250,000+ device database, JSON responses, 99.9% uptime.
Base URL: https://imei.hicelltek.com/api/v1
Endpoint
https://imei.hicelltek.com/api/v1/tac/lookup?q={TAC_OR_IMEI} Looks up a TAC (8 digits) or IMEI (15 digits) and returns device information in JSON format.
Request Example
curl "https://imei.hicelltek.com/api/v1/tac/lookup?q=35391012" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" Response (200 OK)
{
"brand": "Samsung",
"model": "Galaxy S25 Ultra",
"chipset": "Snapdragon 8 Elite",
"bands": "Sub-6 + mmWave 5G",
"year": "2025",
"diagnostic_compatible": true
} | Field | Type | Description |
|---|---|---|
| brand | string | Manufacturer name |
| model | string | Commercial model name |
| chipset | string | null | Processor (Qualcomm, MediaTek, Exynos...) |
| bands | string | null | Supported network bands (2G/3G/4G/5G) |
| year | string | null | Device release year |
| diagnostic_compatible | boolean | Compatible with HiCellTek diagnostic tools |
Error Codes
| HTTP Code | Cause |
|---|---|
| 401 | Missing or invalid API key |
| 422 | Invalid format (not a valid TAC or IMEI) |
| 429 | Rate limited, request quota exceeded |
| 503 | Service temporarily unavailable |
Use Cases
Identify network capabilities (bands, CA, MIMO, VoLTE) of connected devices from TAC traces. Optimize network planning.
Verify device authenticity, confirm exact model, and detect counterfeits before resale.
Automatically validate device model and value during claims processing. Reduce fraud.
Enrich user data with device specs. Adapt the experience based on chipset and supported bands.
Pricing
Choose the plan that fits your volume.
For testing and prototyping.
- ✓ 100 requests / month
- ✓ Brand, model, year
- ✓ JSON / REST
- ✗ No band data
2,000 requests / month
- ✓ Chipset, OS, dimensions
- ✓ RAM, storage, battery
- ✓ Email support (48h)
- ✗ No band data
10,000 requests / month
- ✓ LTE/NR bands, CA combos
- ✓ Modem, chipset, all specs
- ✓ Batch endpoint (100/req)
- ✓ Email support (24h)
50,000 requests / month
- ✓ All fields (eSIM, VoLTE, SAR)
- ✓ Geekbench, FCC ID
- ✓ Batch endpoint (100/req)
- ✓ Priority support
Integration Examples
curl "https://imei.hicelltek.com/api/v1/tac/lookup?q=35391012" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" Frequently Asked Questions
How many TACs does the database cover?
Does the API support full IMEI lookups?
What is the average response time?
How do I get an API key?
Is the TAC data GSMA-compliant?
Request an API Key
Request a free API key
100 requests/month, no commitment, no credit card.
Request your API key and start identifying devices in minutes. Our team will guide you through the integration.