IP Anonymizer
By replacing IP addresses with irreversible hashed values, user privacy is effectively protected while enabling analysis and tracking based on the pseudonymous identifiers. This API generates an encrypted IP address along with a secret key, allowing users to securely decrypt and recover the original IP address at a later stage. Safeguard user privacy without compromising data analysis with the…
IP Anonymizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Encrypt IP /anonymize_ip |
Encrypt the ip by sending "GET" or "POST" request and ip as parameter. |
| GET |
Decrypt IP /decrypt_ip |
Decrypt the ip by sending "GET" request along with encrypted_ip and secret_key as parameters. |
IP Anonymizer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / hour |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|