action bigdatacloud_ip_geolocation_with_confidence_area_api { label: "IP Geolocation with Confidence Area API" description: "Returns list of geocoordinates which represents estimated geolocation confidence area." provider: bigdatacloud method: GET path: "/data/ip-geolocation-with-confidence" encoding: json input: { type: "object" properties: { ip: { type: "string" } key: { type: "string" } localityLanguage: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }