Telize
Telize offers a JSON IP and GeoIP REST API allowing to get a visitor IP address and to query location information from any IP address. It outputs JSON-encoded IP geolocation data, and supports both Cross-origin resource sharing (CORS) and JSONP.
Telize endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Legacy - GeoIP /geoip |
Get visitor IP address location in JSON format |
| GET |
JSON IP /jsonip |
Get IP address in JSON format. Returns the visitor IP address (IPv4 or IPv6) in a JSON object. |
| GET |
IP /ip |
Get IP address in plain text format. Returns the visitor IP address (IPv4 or IPv6) in plain text, useful for shell scripts or to find the external Internet routable address. |
| GET |
Location /location |
Get visitor IP address location in JSON format |
| GET |
Location with specific IP /location/{ip_address} |
Get a specific IP address location in JSON format |
Telize pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $7 / month | — |
|
| PRO | $22 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|