結果を取得(無効な用語と失敗した用語) | ドキュメント | IP Geolocation Bulk API | WhoisXML API

結果の取得(無効な用語および失敗した用語)

POST https://ip-geolocation.whoisxmlapi.com/api/bgservice/request/failed

CURLリクエストのサンプル

curl https://ip-geolocation.whoisxmlapi.com/api/bgservice/request/failed -X POST -H "Content-Type: application/json"  -d '{"apiKey": "YOUR_API_KEY", "id": 622, "format": "json"}'

POSTリクエスト本文のサンプル

{
    "apiKey": "YOUR_API_KEY",
    "id": 596,
    "format": "csv"
}

入力パラメータ

apiKey

必須My productsページで個人用APIキーを取得してください。

id

必須。整数。

リクエストのID。

format

任意。文字列。

応答の形式を指定します。

利用可能な値:「xml」、「json」、「csv」。

初期値:「json」。