すべてのディスカッションに戻る
https request details
tandelaf
vor 4 Jahren
Hi. I can’t find a request URL example and I can’t find the variable names (except IP). Please kindly provide an example.
ディスカッションに参加しましょう-以下にコメントを追加してください:
ログイン/サインアップして新しいコメントを投稿
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>’