Bulk IPv6 information

Prev Next
POST /explore/bulk/ip2asn/ipv6

Get information for multiple IPv6 addresses.

JSON Parameters:

  • body (JSON) (required) -

    • a JSON object containing a list of IPv4 addresses

      • {"ips": ["<ip1>","<ip2>",...,"<ipN>"]}

Request headers:

  • X-API-KEY - api-key

  • Content-Type - application/json

Example request

https://api.silentpush.com/api/v1/merge-api/explore/bulk/ip2asn/ipv6 \
     -d '{"ips": ["2600:3c02::f03c:91ff:fee2:5b0f","2001:4860:4802:34::15","2a02:4780:b:656:0:2fec:8673:1"]}'

Example response

{
    "status_code": 200,
    "error": null,
    "response": {
        "ip2asn": [
            {
                "asn": 63949,
                "asn_allocation_age": 2463,
                "asn_allocation_date": 20150216,
                "asn_rank": 0,
                "asn_rank_score": 0,
                "asn_reputation": 30,
                "asn_reputation_score": 30,
                "asn_takedown_reputation": 1,
                "asn_takedown_reputation_score": 1,
                "asname": "LINODE-AP Linode, LLC, US",
                "date": 20211114,
                "density": 413152,
                "ip": "2600:3c02::f03c:91ff:fee2:5b0f",
                "sp_risk_score": 30,
                "subnet": "2600:3c02::/32"
            },
            {
                "asn": 15169,
                "asn_allocation_age": 7899,
                "asn_allocation_date": 20000330,
                "asn_rank": 0,
                "asn_rank_score": 0,
                "asn_reputation": 44,
                "asn_reputation_score": 44,
                "asn_takedown_reputation": 0,
                "asn_takedown_reputation_score": 0,
                "asname": "GOOGLE, US",
                "date": 20211114,
                "density": 1675813,
                "ip": "2001:4860:4802:34::15",
                "sp_risk_score": 44,
                "subnet": "2001:4860::/32"
            },
            {
                "asn": 47583,
                "asn_allocation_age": 3877,
                "asn_allocation_date": 20110404,
                "asn_rank": 0,
                "asn_rank_score": 0,
                "asn_reputation": 9,
                "asn_reputation_score": 9,
                "asn_takedown_reputation": 1,
                "asn_takedown_reputation_score": 1,
                "asname": "AS-HOSTINGER, CY",
                "date": 20211114,
                "density": 1,
                "ip": "2a02:4780:b:656:0:2fec:8673:1",
                "sp_risk_score": 9,
                "subnet": "2a02:4780:b::/48"
            }
        ]
    }
}