Back to All Discussions
https request details
tandelaf
4 years ago
Hi. I can’t find a request URL example and I can’t find the variable names (except IP). Please kindly provide an example.
Join in the discussion - add comment below:
Login / Signup to post new comments
In the API Details tab you can find all the information about request parameters and the response example.
Example request:
curl --request GET
–url ‘https://ip-geo-location.p.rapidapi.com/ip/46.199.20.97?format=json’
–header ‘x-rapidapi-host: ip-geo-location.p.rapidapi.com’
–header ‘x-rapidapi-key: <YOUR RAPID API KEY>’