Skip to content

[Feature request] Using IPinfo.io for IP information (IP Geolocation + ASN) #404

Open
@abdullahdevrel

Description

@abdullahdevrel

Is your feature request related to a problem? Please describe.

The current implementation of the GeoIP plugin requires users to bring their own token to use it. The API platform also has rate limitations that are not scalable.

GEOIP_URL = os.environ.get('GEOIP_URL') or app.config.get(
'GEOIP_URL', 'http://api.ipstack.com')
GEOIP_ACCESS_KEY = os.environ.get(
'GEOIP_ACCESS_KEY') or app.config.get('GEOIP_ACCESS_KEY', None)

Describe the solution you'd like

I would like to recommend ipinfo.io for IP data.

  • Provides highly accurate IP geolocation backed by our probe network infrastructure.
  • Free tier access token supports 50,000 requests per month.
  • IPinfo supports HTTPS/SSL encryption on all endpoints.
  • Tokenless access grants 1,000 requests per day.
  • Includes ASN and hostname information. Supports bulk enrichment through a single API endpoint. We also have a comprehensive integration library.

Describe alternatives you've considered

I have not considered any other alternatives.

Additional context

IPinfo API does not provide country flag data

GEOIP_URL = os.environ.get('GEOIP_URL') or app.config.get(

Please, let me know what you think. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions