Skip to main content
GET
/
v1
/
ip
/
ipv6-to-ipv4
Ipv6 To Ipv4
curl --request GET \
  --url https://api.example.com/v1/ip/ipv6-to-ipv4 \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

ipv6
string
required

IPv6 mapped address to convert

Response

Successful Response