Awesome_Python_Scripts
Awesome_Python_Scripts copied to clipboard
ASN Lookup
Title: ASN Lookup About: Query ASN info for an IP address using IP2Location.io Name: IP2Location Label: Feature Request Assignee: ''
Define You:
- [ ] Hacktoberfest2022 Participant
- [x] Contributor
Is your feature request related to a problem? Please describe.
We saw that there is a script that queried the ip-api.com for some geolocation information. However, we noticed that the API is lack of some information, for example ASN data.
Describe the solution you'd like...
Implement a new script to return the ASN information of an IP address using IP2Location.io API. Any additional data along with the ASN data can be returned to.
Describe alternatives you've considered?
Approach to be followed (optional):
Additional context Our service provided 500 queries per day for keyless query, or 30000 queries per month if you sign up our free plan. You can read more on the result returned via our documentation.