ipapi-co / ipapi-python

Python bindings for https://ipapi.co (IP Address Location) - Use with python / django / flask for IP address location lookup

Home Page:https://ipapi.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a little question

msfcode opened this issue · comments

hello ... it is possible to use IPapi at Flask site ? who will collect the ip of people who open the site and send it to me ? thank you

Yes, the API call is framework agnostic i.e. you can use it from any language or framework that supports an HTTPS request and can consume the response as JSON or CSV or XML or YAML. If the call is made from your backend server running flask, you'll have to pass the IP of your client in the URL. Please see ipapi docs. For any support related queries, you can reach out to us directly on our support page.