Hello people,
I would like to share with you the tutorial on how to get location from omegle.com users.
We are going to use the https://apiip.net/ API for locations. Sign up there and get your free API key.
Once you got the key, just replace it with "YOUR_ACCESS_KEY" on the first line of code...
You get the location from the IP by using some API service.
I am using this one: https://apiip.net/
Just use simple GET call:
https://apiip.net/api/check?ip={ip}&accessKey={your_api_key}
And you will get the response like this:
{
"ip": "67.250.186.196",
"continentCode": "NA"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.