Ip2Geo - Bulk Convert IPs

post/convert

Request body

ipsstring[] required

Array of IPv4 or IPv6 addresses to lookup.

Response

Successful geolocation lookup.

successboolean required

Whether the request was successful.

messagestring required

Response message.

codeinteger required

HTTP status code.

Changes

Changed in 1 of the 3 revisions of this API.272

  • 152f27c14f53272See the full diff
    • the response property data/items/conversion became nullable for the status 200

      response-property-became-nullable

    • the data/items/conversion response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property data/items/conversion/asn from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/conversion/completion_time from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/conversion/continent from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/conversion/ip from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/conversion/is_eu from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/conversion/registered_country from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/conversion/type from the response with the 200 status

      response-optional-property-removed

    • added the non-success response with the status 429

      response-non-success-status-added

    • added Ip to the data/items/conversion response property allOf list for the response status 200

      response-property-all-of-added