Pro
Getting started with InstantGeo pro
With InstantGeo Pro you get more number of requests per month depending on your plan with the same low latency speed and high accuracy.
1. Signup
Signup for an account at InstantGeo and get your API key, you can find your API key in the dashboard under the Settings page.
2. Use your API key
Use your API key in your application by adding it to the URL of the API endpoint.
fetch(`https://pro.instantgeo.info/json?key=${YO}`)
.then(response => response.json())
.then(data => {
console.log(data);
});