geoip hub
Due to the imperfections of any GeoIP service, I decided to create one that gathers information from all available free GeoIP services I could find, and makes decision through voting. Because of the data discrepancies among these free GeoIP services, my service can only provide 'country' and 'country_code' information. All data received from GeoIP services is cached for 7 days, so repeated…
geoip hub endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Json /json |
Returns data in JSON format. Most powerful endpoint. |
| GET |
Plain /plain |
Returns data in plain text format. |
geoip hub pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $20 / month | — |
|