Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

226
Views
How to get IP and use geocalization api
$.getJSON('https://api.db-ip.com/v2/free/self', function(data) {
 info_location = JSON.stringify(data, null, 2);
 alert(info_location)
}

My code works as you can see, but I want some way to get the provider (isp), how can I get this with javascript?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You don't need to stringify the data, but if you look at the response from the URL in your browser, ISP information is not there.

If you wanted IP address, then you would do

alert(data.ipAddress);

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!