โšก Reverse Phone Hash Resolution API

Convert SHA-256 Hashes to Mobile Phone Numbers

High-speed reverse lookup API for Kenyan mobile networks. Convert SHA-256 cryptographic phone hashes back to verified Safaricom M-Pesa & Airtel Money phone numbers in sub-50 milliseconds.

< 50 ms
Average Response Latency
Full Network
Safaricom M-Pesa & Airtel
SHA-256
Privacy Hashing Standard
99.99%
Edge Availability

๐Ÿ” Live SHA-256 Reverse Lookup Sandbox

Paste any 64-character SHA-256 hex hash token below to test the API resolution in real-time.

0 / 64
Resolved Mobile Record
+254 700 123 456
Safaricom M-Pesa โšก VERIFIED MATCH 4.2 ms

๐Ÿงช Generate & Test Phone Hash

Type any phone number format (e.g. 0700123456 or +254730123456). It normalizes to standard E.164 format and generates the corresponding SHA-256 hash instantly in your browser.

E.164 Format: 254700123456
SHA-256 Token: d6f1734a8897d7c5f1e47b1533b181f1c98c851e4e972e920ab082e655f23d16

๐Ÿ’ก How Integration Works

Simple 3-step workflow to reverse lookup phone hashes in your application.

1

Normalize & Hash Phone Number

Format phone numbers into standard 12-digit E.164 strings without leading + (e.g. 254700123456) and generate standard SHA-256 hex hashes.

2

Send GET Request to Endpoint

Pass the 64-character SHA-256 token directly in the HTTP GET URL path: GET /:sha256_hash_token.

3

Receive Formatted JSON Output

The API responds with high-speed JSON containing the resolved phone number and resolution latency in milliseconds.

โšก Integration Code Examples

Connect directly to the REST API endpoint using any programming language.

curl -X GET "https://mpesa-phone.sh.co.ke/d6f1734a8897d7c5f1e47b1533b181f1c98c851e4e972e920ab082e655f23d16"
API Response Schema (200 OK)
{
  "phone": "254700123456",
  "latencyMs": 4.12
}
๐Ÿ”’

Privacy-First Architecture

Zero cleartext phone numbers sent across requests. Lookups operate strictly using deterministic SHA-256 cryptographic hashes.

๐Ÿ›ก๏ธ

Enterprise Rate Protection

Equipped with automatic IP rate limiting (120 requests/minute per client IP) to guarantee high API stability.

๐Ÿš€

Instant Integration

Standard RESTful JSON endpoints designed for effortless integration into fintech, payment, and analytics applications.